Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 0 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 5 | Error |
MemberName | 0 | Error |
JavadocMethod
| 92 | Warning |
JavadocType
| 3 | Error |
JavadocVariable
| 1 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 20 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 22 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Details
org/apache/maven/plugins/patchtracker/AbstractPatchMojo.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 200 | |
Missing a Javadoc comment. | 222 | |
Missing a Javadoc comment. | 237 | |
Missing a Javadoc comment. | 246 | |
Missing a Javadoc comment. | 255 | |
Missing a Javadoc comment. | 265 | |
Missing a Javadoc comment. | 295 | |
Missing a Javadoc comment. | 325 | |
Missing a Javadoc comment. | 347 | |
Missing a Javadoc comment. | 369 | |
Missing a Javadoc comment. | 434 | |
Missing a Javadoc comment. | 443 | |
Missing a Javadoc comment. | 453 | |
Missing a Javadoc comment. | 463 |
org/apache/maven/plugins/patchtracker/CreatePatchMojo.java
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 33 | |
Missing a Javadoc comment. | 41 |
org/apache/maven/plugins/patchtracker/PatchToIssueMojo.java
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 38 | |
Missing a Javadoc comment. | 77 |
org/apache/maven/plugins/patchtracker/UpdatePatchMojo.java
Violation | Message | Line |
---|---|---|
Unknown tag 'goal'. | 35 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 84 |
org/apache/maven/plugins/patchtracker/patching/PatchRepository.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 |
org/apache/maven/plugins/patchtracker/patching/PatchRepositoryException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 |
org/apache/maven/plugins/patchtracker/patching/PatchRepositoryRequest.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
'organization' hides a field. | 63 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 74 | |
'repository' hides a field. | 74 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
'id' hides a field. | 85 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 96 | |
'url' hides a field. | 96 |
org/apache/maven/plugins/patchtracker/patching/PatchRepositoryResult.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 50 | |
'title' hides a field. | 50 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 61 | |
'htmlUrl' hides a field. | 61 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 | |
'patchUrl' hides a field. | 72 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 83 | |
'description' hides a field. | 83 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 94 | |
'patchContent' hides a field. | 94 |
org/apache/maven/plugins/patchtracker/patching/github/GitHubPatchRepository.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 87 | |
Redundant throws: 'ClientProtocolException' is subclass of 'IOException'. | 88 | |
Expected an @return tag. | 105 | |
Expected @param tag for 'jsonContent'. | 105 | |
Expected @throws tag for 'IOException'. | 106 | |
Expected @throws tag for 'JsonProcessingException'. | 106 | |
Redundant throws: 'JsonProcessingException' is subclass of 'IOException'. | 106 | |
Line is longer than 120 characters. | 149 | |
Line is longer than 120 characters. | 160 | |
Line is longer than 120 characters. | 194 | |
Line is longer than 120 characters. | 221 | |
Line is longer than 120 characters. | 232 |
org/apache/maven/plugins/patchtracker/tracking/PatchTracker.java
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 40 | |
Expected @param tag for 'patchTrackerRequest'. | 40 | |
Expected @param tag for 'log'. | 40 | |
Expected @throws tag for 'PatchTrackerException'. | 41 | |
Expected an @return tag. | 51 | |
Expected @param tag for 'patchTrackerRequest'. | 51 | |
Expected @param tag for 'log'. | 51 | |
Expected @throws tag for 'PatchTrackerException'. | 52 |
org/apache/maven/plugins/patchtracker/tracking/PatchTrackerException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 |
org/apache/maven/plugins/patchtracker/tracking/PatchTrackerRequest.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 | |
'url' hides a field. | 64 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 75 | |
'userName' hides a field. | 75 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 | |
'password' hides a field. | 86 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 97 | |
'patchContent' hides a field. | 97 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 | |
'summary' hides a field. | 108 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 119 | |
'description' hides a field. | 119 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 130 | |
'patchId' hides a field. | 130 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 141 | |
'patchType' hides a field. | 141 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 152 | |
'patchPriority' hides a field. | 152 |
org/apache/maven/plugins/patchtracker/tracking/PatchTrackerResult.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 | |
'patchId' hides a field. | 47 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
'patchUrl' hides a field. | 58 |
org/apache/maven/plugins/patchtracker/tracking/jira/JiraPatchTracker.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 217 |
org/apache/maven/plugins/patchtracker/tracking/jira/JiraSession.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 57 | |
Redundant throws: 'RemotePermissionException' is subclass of 'RemoteException'. | 58 | |
Redundant throws: 'RemoteValidationException' is subclass of 'RemoteException'. | 58 | |
Redundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'. | 58 | |
Redundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'. | 58 | |
Missing a Javadoc comment. | 64 | |
Redundant throws: 'RemotePermissionException' is subclass of 'RemoteException'. | 65 | |
Redundant throws: 'RemoteValidationException' is subclass of 'RemoteException'. | 65 | |
Redundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'. | 65 | |
Redundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'. | 65 | |
Missing a Javadoc comment. | 74 | |
Redundant throws: 'RemotePermissionException' is subclass of 'RemoteException'. | 75 | |
Redundant throws: 'RemoteValidationException' is subclass of 'RemoteException'. | 75 | |
Redundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'. | 75 | |
Redundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'. | 75 | |
Missing a Javadoc comment. | 81 | |
Redundant throws: 'RemotePermissionException' is subclass of 'RemoteException'. | 82 | |
Redundant throws: 'RemoteValidationException' is subclass of 'RemoteException'. | 82 | |
Redundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'. | 82 | |
Redundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'. | 82 | |
Missing a Javadoc comment. | 90 | |
Redundant throws: 'RemotePermissionException' is subclass of 'RemoteException'. | 91 | |
Redundant throws: 'RemoteValidationException' is subclass of 'RemoteException'. | 91 | |
Redundant throws: 'RemoteAuthenticationException' is subclass of 'RemoteException'. | 91 | |
Redundant throws: 'RemoteException' is subclass of 'java.rmi.RemoteException'. | 91 |