The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| blocks | AvoidNestedBlocks | 1 | |
| coding | InnerAssignment | 7 | |
| MissingSwitchDefault | 4 | ||
| SimplifyBooleanReturn | 1 | ||
| design | DesignForExtension | 140 | |
| HideUtilityClassConstructor | 3 | ||
VisibilityModifier
  | 
145 | ||
| javadoc | JavadocMethod | 238 | |
JavadocPackage
  | 
14 | ||
| JavadocStyle | 5 | ||
| JavadocType | 5 | ||
| JavadocVariable | 186 | ||
| misc | ArrayTypeStyle | 17 | |
| NewlineAtEndOfFile | 1 | ||
| modifier | ModifierOrder | 1 | |
| naming | ConstantName | 5 | |
| LocalVariableName | 4 | ||
| MemberName | 3 | ||
| TypeName | 2 | ||
| sizes | LineLength
  | 
2 | |
| MethodLength | 1 | ||
| whitespace | WhitespaceAfter | 2 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'bc' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'contentSerializer' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'lm' must be private and have accessor methods. | 34 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 40 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 40 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'instance' must be private and have accessor methods. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'busMemberAdded' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'busMemberRemoved' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| design | DesignForExtension | Method 'regParamsAdded' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'regParamsRemoved' is not designed for extension - needs to be abstract, final or empty. | 84 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 19 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'gui' must be private and have accessor methods. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'busMemberMonitor' must be private and have accessor methods. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'tabbedPane' must be private and have accessor methods. | 22 | |
| design | DesignForExtension | Method 'addComponent' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'space' must be private and have accessor methods. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'peer' must be private and have accessor methods. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'module' must be private and have accessor methods. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'number' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'busNameReadable' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'origin' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'busName' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'comment' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'profiles' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'patterns' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'hasProfiles' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'hasPatterns' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getNumberOfRegParams' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'regParamsAdded' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'regParamsRemoved' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| design | DesignForExtension | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'date'. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 48 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'logLevel' must be private and have accessor methods. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'module' must be private and have accessor methods. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'pkg' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'cls' must be private and have accessor methods. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'msgPart' must be private and have accessor methods. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 't' must be private and have accessor methods. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'num' must be private and have accessor methods. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'panel' must be private and have accessor methods. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'module'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'pkg'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'cls'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgPart'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 34 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getLogEntry' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'logMonitor'. | 49 | |
| design | DesignForExtension | Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| design | DesignForExtension | Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 108 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getMyPeerCard' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'spaceJoined' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'spaceLost' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'peerJoined' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 108 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'pane' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'treeModel' must be private and have accessor methods. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | MemberName | Name 'PREFIX_PEER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| design | DesignForExtension | Method 'regParamsAdded' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'regParamsRemoved' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| design | DesignForExtension | Method 'setSpace' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| design | DesignForExtension | Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 257 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| naming | TypeName | Name 'enType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'updateAfterHyperlink' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'bus' must be private and have accessor methods. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'idxSource' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'dest' must be private and have accessor methods. | 56 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'idxDest' must be private and have accessor methods. | 59 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'ref' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'y' must be private and have accessor methods. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| design | DesignForExtension | Method 'handleContextEvent' is not designed for extension - needs to be abstract, final or empty. | 85 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'member' must be private and have accessor methods. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'idxStart' must be private and have accessor methods. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'idxEnd' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'bus' must be private and have accessor methods. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'scrollbarUI' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'panel' must be private and have accessor methods. | 38 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'instance' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'fontNormal' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'fontBold' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'fmNormal' must be private and have accessor methods. | 81 | |
| design | VisibilityModifier | Variable 'fmBold' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'thick' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'thin' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'dashed' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'scrollBarHorizontal' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'scrollBarVertical' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 96 | |
| naming | ConstantName | Name 'busColor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 96 | |
| design | VisibilityModifier | Variable 'ptBottomRight' must be private and have accessor methods. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'members' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| design | VisibilityModifier | Variable 'messages' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'mapMember2Index' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'numCurrentlyShownMembers' must be private and have accessor methods. | 110 | |
| design | VisibilityModifier | Variable 'busActive' must be private and have accessor methods. | 116 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'member1Pos' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'memberDist' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'msgHeight' must be private and have accessor methods. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'titleHeight' must be private and have accessor methods. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| naming | MemberName | Name 'SRC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| naming | MemberName | Name 'DST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | DesignForExtension | Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'scrollBarHorizontal'. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'scrollBarVertical'. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 262 | |
| javadoc | JavadocMethod | Unused @param tag for 'g'. | 314 | |
| design | DesignForExtension | Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'graphics'. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| design | DesignForExtension | Method 'addMember' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| design | DesignForExtension | Method 'stopMember' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| design | DesignForExtension | Method 'addEvent' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| design | DesignForExtension | Method 'addMatching' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'defaultUI' must be private and have accessor methods. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'paintTrack' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| design | DesignForExtension | Method 'paintThumb' is not designed for extension - needs to be abstract, final or empty. | 65 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'ontologyAdded' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| design | DesignForExtension | Method 'ontologyRemoved' is not designed for extension - needs to be abstract, final or empty. | 58 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'pane' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'treeModel' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| design | DesignForExtension | Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 130 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'updateAfterHyperlink' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 135 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 146 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 147 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 156 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | VisibilityModifier | Variable 'visited' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'textWidth' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'typeString' must be private and have accessor methods. | 50 | |
| design | DesignForExtension | Method 'setChild' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| design | DesignForExtension | Method 'getChild' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| design | DesignForExtension | Method 'drawEdge' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 181 | |
| design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 229 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'module'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'pkg'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'cls'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgPart'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 31 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'theClass' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'literalType' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'x' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'y' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'height' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'isLiteral' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'isType' must be private and have accessor methods. | 84 | |
| naming | ConstantName | Name 'colResource' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
| naming | ConstantName | Name 'colLiteral' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 94 | |
| naming | ConstantName | Name 'colType' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 178 | |
| design | DesignForExtension | Method 'drawNode' is not designed for extension - needs to be abstract, final or empty. | 264 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| naming | ConstantName | Name 'ServiceRealization_SERVICE_PROFILE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 34 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 38 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 42 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 48 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 70 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 73 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 77 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 81 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 85 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'nodeBorder' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'fontNormal' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'fontBold' must be private and have accessor methods. | 48 | |
| design | VisibilityModifier | Variable 'fmNormal' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'fmBold' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'selectedNode' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'ptBottomRight' must be private and have accessor methods. | 76 | |
| design | DesignForExtension | Method 'drawNodes' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| design | DesignForExtension | Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 262 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'cls' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'shortDescription' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'panel' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'table' must be private and have accessor methods. | 113 | |
| design | VisibilityModifier | Variable 'messages' must be private and have accessor methods. | 118 | |
| design | DesignForExtension | Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'shortDescription'. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'shortDescription'. | 297 | |
| design | DesignForExtension | Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 323 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'gui' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'instance' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'checkModule' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'caller' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 55 | |
| design | DesignForExtension | Method 'getMatchmaking' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| naming | TypeName | Name 'LogMonitor_Util' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 28 | |
| design | DesignForExtension | Method 'findInGraph' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'print' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| design | DesignForExtension | Method 'getProfileString' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| design | DesignForExtension | Method 'getRequestString' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'success' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'serviceURI' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'reason' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'msgPart' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'shortReason' must be private and have accessor methods. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'detailedReason' must be private and have accessor methods. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'restrictedProperty' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'isOffer' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'outputURI' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'effect' must be private and have accessor methods. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| design | DesignForExtension | Method 'processStandardMessage' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgPart'. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'success' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'numMatchingProfiles' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'numMatchingAfterProviderFilter' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'numMatches' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'request' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'serializedRequest' must be private and have accessor methods. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'serviceURI' must be private and have accessor methods. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'matchings' must be private and have accessor methods. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'matchingsProvFilt' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'date' must be private and have accessor methods. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'registeredServicesAvailable' must be private and have accessor methods. | 120 | |
| design | DesignForExtension | Method 'getDateString' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Expected an @return tag. | 146 | |
| design | DesignForExtension | Method 'hasOneResult' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| design | DesignForExtension | Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'getSparul' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| design | DesignForExtension | Method 'getShortURI' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'pane' must be private and have accessor methods. | 35 | |
| design | VisibilityModifier | Variable 'table' must be private and have accessor methods. | 40 | |
| design | DesignForExtension | Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| design | DesignForExtension | Method 'notify' is not designed for extension - needs to be abstract, final or empty. | 99 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| design | VisibilityModifier | Variable 'overviewMethod' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'show' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'updateAfterHyperlink' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 58 | |
| sizes | MethodLength | Method length is 207 lines (max allowed is 150). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'html' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'plain' must be private and have accessor methods. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| design | DesignForExtension | Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getAllContextEventPatternHTML' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 48 | |
| naming | LocalVariableName | Name 'link_abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'link_serialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'getContextEventPatternHTML' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'getServiceOutputHTML' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| design | DesignForExtension | Method 'getServiceEffectHTML' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'effects'. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputs'. | 207 | |
| design | DesignForExtension | Method 'getServiceProfileHTML' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| design | DesignForExtension | Method 'getServiceRequestHTML' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 286 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 287 | |
| design | DesignForExtension | Method 'getAllServiceRequestHTML' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'serviceURI'. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'serializedRequest'. | 296 | |
| design | DesignForExtension | Method 'getAllServiceProfileHTML' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 322 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 322 | |
| naming | LocalVariableName | Name 'link_abstract' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 325 | |
| naming | LocalVariableName | Name 'link_serialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 326 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'setShowFullURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getImageHTML' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getURIHTML' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getTableStartHTML' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'getTableStartHTML' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getTableRowHTML' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Method 'getTableRowHTML' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'getTableRowHTML' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Method 'getTableRowHTML' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getTableRowTitleHTML' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'getVTableRowWithTitleHTML' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| design | DesignForExtension | Method 'getTableEndHTML' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'getPropPathHTML' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getLinkHTML' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| design | DesignForExtension | Method 'turtle2HTML' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'isVisible' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'pattern' must be private and have accessor methods. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'serialized' must be private and have accessor methods. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'serializedSubject' must be private and have accessor methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'serializedPredicate' must be private and have accessor methods. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'serializedObject' must be private and have accessor methods. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'profile' must be private and have accessor methods. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'serialized' must be private and have accessor methods. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'providerURI' must be private and have accessor methods. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'serviceURI' must be private and have accessor methods. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |