Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
16111230

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
5Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
92Warnings Warning
JavadocType
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
1Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
20Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows22Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/plugins/patchtracker/AbstractPatchMojo.java

ViolationMessageLine
InfosMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.255
WarningsMissing a Javadoc comment.265
WarningsMissing a Javadoc comment.295
WarningsMissing a Javadoc comment.325
WarningsMissing a Javadoc comment.347
WarningsMissing a Javadoc comment.369
WarningsMissing a Javadoc comment.434
WarningsMissing a Javadoc comment.443
WarningsMissing a Javadoc comment.453
WarningsMissing a Javadoc comment.463

org/apache/maven/plugins/patchtracker/CreatePatchMojo.java

ViolationMessageLine
ErrorsUnknown tag 'goal'.33
WarningsMissing a Javadoc comment.41

org/apache/maven/plugins/patchtracker/PatchToIssueMojo.java

ViolationMessageLine
ErrorsUnknown tag 'goal'.38
WarningsMissing a Javadoc comment.77

org/apache/maven/plugins/patchtracker/UpdatePatchMojo.java

ViolationMessageLine
ErrorsUnknown tag 'goal'.35
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.84

org/apache/maven/plugins/patchtracker/patching/PatchRepository.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30

org/apache/maven/plugins/patchtracker/patching/PatchRepositoryException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.28

org/apache/maven/plugins/patchtracker/patching/PatchRepositoryRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
Warnings'organization' hides a field.63
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
Warnings'repository' hides a field.74
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
Warnings'id' hides a field.85
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.96
Warnings'url' hides a field.96

org/apache/maven/plugins/patchtracker/patching/PatchRepositoryResult.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
Warnings'title' hides a field.50
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
Warnings'htmlUrl' hides a field.61
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
Warnings'patchUrl' hides a field.72
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
Warnings'description' hides a field.83
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.94
Warnings'patchContent' hides a field.94

org/apache/maven/plugins/patchtracker/patching/github/GitHubPatchRepository.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.87
ErrorsRedundant throws: 'ClientProtocolException' is subclass of 'IOException'.88
WarningsExpected an @return tag.105
WarningsExpected @param tag for 'jsonContent'.105
WarningsExpected @throws tag for 'IOException'.106
WarningsExpected @throws tag for 'JsonProcessingException'.106
ErrorsRedundant throws: 'JsonProcessingException' is subclass of 'IOException'.106
ErrorsLine is longer than 120 characters.149
ErrorsLine is longer than 120 characters.160
ErrorsLine is longer than 120 characters.194
ErrorsLine is longer than 120 characters.221
ErrorsLine is longer than 120 characters.232

org/apache/maven/plugins/patchtracker/tracking/PatchTracker.java

ViolationMessageLine
WarningsExpected an @return tag.40
WarningsExpected @param tag for 'patchTrackerRequest'.40
WarningsExpected @param tag for 'log'.40
WarningsExpected @throws tag for 'PatchTrackerException'.41
WarningsExpected an @return tag.51
WarningsExpected @param tag for 'patchTrackerRequest'.51
WarningsExpected @param tag for 'log'.51
WarningsExpected @throws tag for 'PatchTrackerException'.52

org/apache/maven/plugins/patchtracker/tracking/PatchTrackerException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34

org/apache/maven/plugins/patchtracker/tracking/PatchTrackerRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
Warnings'url' hides a field.64
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
Warnings'userName' hides a field.75
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
Warnings'password' hides a field.86
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
Warnings'patchContent' hides a field.97
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.108
Warnings'summary' hides a field.108
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119
Warnings'description' hides a field.119
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.130
Warnings'patchId' hides a field.130
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.141
Warnings'patchType' hides a field.141
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.152
Warnings'patchPriority' hides a field.152

org/apache/maven/plugins/patchtracker/tracking/PatchTrackerResult.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
Warnings'patchId' hides a field.47
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
Warnings'patchUrl' hides a field.58

org/apache/maven/plugins/patchtracker/tracking/jira/JiraPatchTracker.java

ViolationMessageLine
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.210
WarningsMissing a Javadoc comment.217

org/apache/maven/plugins/patchtracker/tracking/jira/JiraSession.java

ViolationMessageLine
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.57
ErrorsRedundant throws: 'RemotePermissionException' is subclass of 'RemoteException'.58
ErrorsRedundant throws: 'RemoteValidationException' is subclass of 'RemoteException'.58
ErrorsRedundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'.58
ErrorsRedundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'.58
WarningsMissing a Javadoc comment.64
ErrorsRedundant throws: 'RemotePermissionException' is subclass of 'RemoteException'.65
ErrorsRedundant throws: 'RemoteValidationException' is subclass of 'RemoteException'.65
ErrorsRedundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'.65
ErrorsRedundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'.65
WarningsMissing a Javadoc comment.74
ErrorsRedundant throws: 'RemotePermissionException' is subclass of 'RemoteException'.75
ErrorsRedundant throws: 'RemoteValidationException' is subclass of 'RemoteException'.75
ErrorsRedundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'.75
ErrorsRedundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'.75
WarningsMissing a Javadoc comment.81
ErrorsRedundant throws: 'RemotePermissionException' is subclass of 'RemoteException'.82
ErrorsRedundant throws: 'RemoteValidationException' is subclass of 'RemoteException'.82
ErrorsRedundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'.82
ErrorsRedundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'.82
WarningsMissing a Javadoc comment.90
ErrorsRedundant throws: 'RemotePermissionException' is subclass of 'RemoteException'.91
ErrorsRedundant throws: 'RemoteValidationException' is subclass of 'RemoteException'.91
ErrorsRedundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'.91
ErrorsRedundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'.91