Checkstyle Results
The following document contains the results of Checkstyle. 
Files
Rules
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 0 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 5 | |
| MemberName | 0 | |
JavadocMethod
| 92 | |
JavadocType
| 3 | |
JavadocVariable
| 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 20 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 22 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
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 |