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 | 13 | ![]() |
EmptyBlock | 8 | ![]() | |
LeftCurly | 1 | ![]() | |
RightCurly | 18 | ![]() | |
coding | EqualsHashCode | 3 | ![]() |
InnerAssignment | 41 | ![]() | |
MissingSwitchDefault | 28 | ![]() | |
SimplifyBooleanExpression | 47 | ![]() | |
SimplifyBooleanReturn | 3 | ![]() | |
design | DesignForExtension | 2002 | ![]() |
FinalClass | 9 | ![]() | |
HideUtilityClassConstructor | 28 | ![]() | |
InterfaceIsType | 3 | ![]() | |
VisibilityModifier
|
164 | ![]() | |
imports | RedundantImport | 2 | ![]() |
UnusedImports | 81 | ![]() | |
javadoc | JavadocMethod | 3620 | ![]() |
JavadocPackage
|
120 | ![]() | |
JavadocStyle | 645 | ![]() | |
JavadocType | 118 | ![]() | |
JavadocVariable | 1518 | ![]() | |
misc | ArrayTypeStyle | 8 | ![]() |
NewlineAtEndOfFile | 29 | ![]() | |
modifier | ModifierOrder | 86 | ![]() |
naming | ConstantName | 99 | ![]() |
LocalFinalVariableName | 23 | ![]() | |
LocalVariableName | 10 | ![]() | |
MemberName | 9 | ![]() | |
MethodName | 12 | ![]() | |
ParameterName | 10 | ![]() | |
StaticVariableName | 35 | ![]() | |
regexp | RegexpSingleline
|
190 | ![]() |
sizes | FileLength | 2 | ![]() |
LineLength
|
165 | ![]() | |
MethodLength | 11 | ![]() | |
ParameterNumber | 5 | ![]() | |
whitespace | NoWhitespaceBefore | 4 | ![]() |
OperatorWrap | 3 | ![]() | |
ParenPad | 1 | ![]() | |
WhitespaceAfter | 14 | ![]() | |
WhitespaceAround | 71 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 328 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 367 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'theLocale'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </verbatim> | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'req'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 87 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 37 |
![]() |
design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 51 |
![]() |
design | VisibilityModifier | Variable 'tagList' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'spi' must be private and have accessor methods. | 61 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 134 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 173 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'lifetime' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 139 |
![]() |
design | DesignForExtension | Method 'writeAuthBlock' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 210 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 232 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'statelessBootTimestamp' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 61 |
![]() |
design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 66 |
![]() |
design | VisibilityModifier | Variable 'attrList' must be private and have accessor methods. | 71 |
![]() |
design | VisibilityModifier | Variable 'spi' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 96 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 109 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 171 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 175 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - ch.ethz.iks.slp.Advertiser. | 38 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'theLocale'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ServiceLocationException'. | 283 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'log'. | 66 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'debug'. | 68 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
design | DesignForExtension | Method 'createFilter' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filterString'. | 95 |
![]() |
design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 117 |
![]() |
design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'exception'. | 128 |
![]() |
design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 138 |
![]() |
design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'exception'. | 147 |
![]() |
design | DesignForExtension | Method 'logTraceMessage' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 155 |
![]() |
design | DesignForExtension | Method 'logTraceDrop' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 165 |
![]() |
design | DesignForExtension | Method 'logTraceReg' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 175 |
![]() |
design | DesignForExtension | Method 'logWarning' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 185 |
![]() |
design | DesignForExtension | Method 'logWarning' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'exception'. | 194 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'event'. | 202 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'message'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 65 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'message'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 73 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'message'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 81 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'message'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 65 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'message'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 73 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'message'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'prevRespList' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
![]() |
naming | StaticVariableName | Name 'INTERFACES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
naming | StaticVariableName | Name 'PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
![]() |
naming | StaticVariableName | Name 'SCOPES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
naming | StaticVariableName | Name 'NO_DA_DISCOVERY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
naming | StaticVariableName | Name 'DA_ADDRESSES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
naming | StaticVariableName | Name 'TRACE_DA_TRAFFIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
naming | StaticVariableName | Name 'TRACE_MESSAGES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
naming | StaticVariableName | Name 'TRACE_DROP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
![]() |
naming | StaticVariableName | Name 'TRACE_REG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
![]() |
naming | StaticVariableName | Name 'MCAST_TTL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
naming | StaticVariableName | Name 'MCAST_MAX_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
naming | StaticVariableName | Name 'MCAST_TIMEOUTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
naming | StaticVariableName | Name 'DATAGRAM_MAX_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
naming | StaticVariableName | Name 'DATAGRAM_TIMEOUTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
![]() |
naming | StaticVariableName | Name 'MTU' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
naming | StaticVariableName | Name 'SECURITY_ENABLED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
naming | StaticVariableName | Name 'SPI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 168 |
![]() |
naming | StaticVariableName | Name 'WAIT_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
naming | StaticVariableName | Name 'PUBLIC_KEY_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
![]() |
naming | StaticVariableName | Name 'PRIVATE_KEY_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
![]() |
naming | StaticVariableName | Name 'CONVERGENCE_FAILERCOUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 176 |
![]() |
naming | StaticVariableName | Name 'DEBUG_ENABLED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'properties'. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 312 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 454 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'GeneralSecurityException'. | 455 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 481 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'GeneralSecurityException'. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 525 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 529 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.net.Inet4Address. | 42 |
![]() |
imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 44 |
![]() |
imports | UnusedImports | Unused import - java.net.SocketAddress. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'myIPs' must be private and have accessor methods. | 123 |
![]() |
naming | ConstantName | Name 'noDiscovery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 |
![]() |
naming | ConstantName | Name 'advertiser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
![]() |
naming | ConstantName | Name 'locator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 |
![]() |
naming | ConstantName | Name 'daemonConstr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 |
![]() |
design | VisibilityModifier | Variable 'dAs' must be private and have accessor methods. | 179 |
![]() |
design | VisibilityModifier | Variable 'dASPIs' must be private and have accessor methods. | 186 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
naming | StaticVariableName | Name 'LOCALHOST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
![]() |
design | VisibilityModifier | Variable 'LOCALHOST' must be private and have accessor methods. | 188 |
![]() |
naming | LocalVariableName | Name 'IPs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 353 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 465 |
![]() |
sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 790 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 946 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 951 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msg'. | 970 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1032 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Unused @param tag for 'tcpSocket'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ServiceLocationException'. | 190 |
![]() |
sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 251 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 477 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 566 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 610 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 55 |
![]() |
design | VisibilityModifier | Variable 'funcID' must be private and have accessor methods. | 60 |
![]() |
design | VisibilityModifier | Variable 'xid' must be private and have accessor methods. | 65 |
![]() |
design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 70 |
![]() |
design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
design | VisibilityModifier | Variable 'tcp' must be private and have accessor methods. | 80 |
![]() |
design | VisibilityModifier | Variable 'multicast' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 157 |
![]() |
design | DesignForExtension | Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 162 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msgSize'. | 162 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 191 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 191 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 196 |
![]() |
design | DesignForExtension | Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 196 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'data'. | 227 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'len'. | 229 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'in'. | 238 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ProtocolException'. | 239 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 335 |
![]() |
design | DesignForExtension | Method 'getHeaderSize' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 343 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 351 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 120 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 142 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 36 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 56 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 99 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 52 |
![]() |
design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'attList' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 103 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 142 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 54 |
![]() |
design | VisibilityModifier | Variable 'serviceType' must be private and have accessor methods. | 59 |
![]() |
design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'attList' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 130 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'urlList' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 81 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 38 |
![]() |
design | VisibilityModifier | Variable 'serviceType' must be private and have accessor methods. | 53 |
![]() |
design | VisibilityModifier | Variable 'predicate' must be private and have accessor methods. | 58 |
![]() |
design | VisibilityModifier | Variable 'spi' must be private and have accessor methods. | 63 |
![]() |
javadoc | JavadocMethod | Unable to get class information for @throws tag 'InvalidSyntaxException'. | 76 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 107 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 148 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 153 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 35 |
![]() |
design | VisibilityModifier | Variable 'serviceTypes' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 76 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 105 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 38 |
![]() |
design | VisibilityModifier | Variable 'namingAuthority' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 89 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 132 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Method 'lookupService' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Unknown tag 'Input'. | 58 |
![]() |
javadoc | JavadocType | Unknown tag 'Output'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'resourceClass'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 84 |
![]() |
design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
sizes | MethodLength | Method length is 186 lines (max allowed is 150). | 125 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 125 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'resourceClass'. | 328 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontologyUri'. | 336 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 366 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodParameterTypes'. | 367 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodOutputType'. | 368 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodChangeEffects'. | 368 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontologyUri'. | 369 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'defaultOutputCardinality'. | 369 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 369 |
![]() |
design | DesignForExtension | Method 'unregisterAll' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'getServiceAnnotation' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
design | DesignForExtension | Method 'setServiceAnnotation' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
design | DesignForExtension | Method 'getResourceClasses' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
design | DesignForExtension | Method 'setResourceClasses' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
design | DesignForExtension | Method 'getMethodServiceOperation' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
design | DesignForExtension | Method 'setMethodServiceOperation' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
design | DesignForExtension | Method 'getMethodOutputs' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Method 'setMethodOutputs' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
design | DesignForExtension | Method 'getMethodInputs' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
design | DesignForExtension | Method 'setMethodInputs' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
design | DesignForExtension | Method 'getMethodChangeEffects' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
design | DesignForExtension | Method 'setMethodChangeEffects' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
design | DesignForExtension | Method 'getScannedClazz' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
design | DesignForExtension | Method 'setScannedClazz' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
design | DesignForExtension | Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
design | DesignForExtension | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 102 |
![]() |
design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'call'. | 102 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
design | DesignForExtension | Method 'setProfiles' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
design | DesignForExtension | Method 'getProfiles' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class SimplifiedApiService should be declared as final. | 35 |
![]() |
design | VisibilityModifier | Variable 'temporalUri' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 51 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'methodUri'. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontologyUri'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name 'MY_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
design | VisibilityModifier | Variable 'MY_URI' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'multiple'. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'card'. | 91 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 96 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 99 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'multiple'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'card'. | 143 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 148 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 171 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPaths'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'val'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 47 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
design | VisibilityModifier | Variable 'msg' must be private and have accessor methods. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
design | VisibilityModifier | Variable 'sender' must be private and have accessor methods. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 179 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 198 |
![]() |
design | DesignForExtension | Method 'discoverSpace' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
design | DesignForExtension | Method 'buildSpace' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
design | DesignForExtension | Method 'joinRequest' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
design | DesignForExtension | Method 'leaveRequest' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
design | DesignForExtension | Method 'requestToLeave' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
![]() |
design | DesignForExtension | Method 'join' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 361 |
![]() |
design | DesignForExtension | Method 'getmyPeerCard' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 375 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 380 |
![]() |
design | DesignForExtension | Method 'getMySpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() |
design | DesignForExtension | Method 'spaceJoined' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 389 |
![]() |
design | DesignForExtension | Method 'peerFound' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 398 |
![]() |
design | DesignForExtension | Method 'newSpaceFound' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 407 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 414 |
![]() |
design | DesignForExtension | Method 'configureChannels' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'communicationChannels'. | 420 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 420 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 435 |
![]() |
design | DesignForExtension | Method 'configurePeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peeringChannel'. | 441 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 441 |
![]() |
design | DesignForExtension | Method 'resetModule' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 460 |
![]() |
design | DesignForExtension | Method 'destroySpace' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 466 |
![]() |
design | DesignForExtension | Method 'leaveSpace' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 475 |
![]() |
design | DesignForExtension | Method 'addNewPeer' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 484 |
![]() |
design | DesignForExtension | Method 'newPeerAdded' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 502 |
![]() |
design | DesignForExtension | Method 'requestToUninstallPart' is not designed for extension - needs to be abstract, final or empty. | 512 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 538 |
![]() |
design | DesignForExtension | Method 'requestToInstallPart' is not designed for extension - needs to be abstract, final or empty. | 551 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 552 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 570 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'peer'. | 604 |
![]() |
design | DesignForExtension | Method 'notifyRequestToInstallPart' is not designed for extension - needs to be abstract, final or empty. | 608 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mpaCard'. | 608 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'partID'. | 608 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'partStatus'. | 608 |
![]() |
design | DesignForExtension | Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. | 634 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 634 |
![]() |
design | DesignForExtension | Method 'handleSendError' is not designed for extension - needs to be abstract, final or empty. | 638 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 638 |
![]() |
design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 644 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 644 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 695 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 697 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 701 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 708 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 712 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 729 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 740 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 751 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 764 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 775 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 791 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 792 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cm'. | 831 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 846 |
![]() |
design | DesignForExtension | Method 'getPeersAddress' is not designed for extension - needs to be abstract, final or empty. | 850 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 850 |
![]() |
design | DesignForExtension | Method 'requestPeerCard' is not designed for extension - needs to be abstract, final or empty. | 854 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 854 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 869 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 869 |
![]() |
design | DesignForExtension | Method 'renewSpace' is not designed for extension - needs to be abstract, final or empty. | 876 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 876 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 880 |
![]() |
design | DesignForExtension | Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. | 890 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 890 |
![]() |
naming | LocalFinalVariableName | Name 'MSG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 895 |
![]() |
design | DesignForExtension | Method 'requestPeerAttributes' is not designed for extension - needs to be abstract, final or empty. | 904 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 904 |
![]() |
design | DesignForExtension | Method 'findMatchingPeers' is not designed for extension - needs to be abstract, final or empty. | 925 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 925 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 940 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 950 |
![]() |
design | DesignForExtension | Method 'sendConfigurationMessage' is not designed for extension - needs to be abstract, final or empty. | 963 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cm'. | 963 |
![]() |
design | DesignForExtension | Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. | 987 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msg'. | 987 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 987 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 47 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 47 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 53 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 53 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 58 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 58 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 69 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 69 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 76 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 76 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 83 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'getFirstReponse' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'getReponses' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'addResponse' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
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. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propagateSerialized'. | 58 |
![]() |
design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 73 |
![]() |
design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 78 |
![]() |
design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
design | DesignForExtension | Method 'isRequest' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
design | DesignForExtension | Method 'createResoponse' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
design | DesignForExtension | Method 'isSentFrom' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sender'. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
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. | 52 |
![]() |
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. | 56 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Method 'getMatchFilter' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
design | DesignForExtension | Method 'getTransactionId' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
design | DesignForExtension | Method 'getAttributeFilter' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
design | DesignForExtension | Method 'getAttributeValues' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 165 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 168 |
![]() |
design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'mType' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'setMessageType' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 96 |
![]() |
design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
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 | JavadocVariable | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getPartID' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getMpaPartStatus' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getPart' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'setPart' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'getuappCard' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'setuappCard' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'param'. | 44 |
![]() |
design | DesignForExtension | Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'setPayload' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 57 |
![]() |
design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 61 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 62 |
![]() |
design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | FinalClass | Class GsonParserBuilder should be declared as final. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 67 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 86 |
![]() |
design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.DataRepOntology. | 49 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.OntologyManagement. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 76 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'el' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 'serviceRequests' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
design | VisibilityModifier | Variable 'serviceProfiles' must be private and have accessor methods. | 77 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
design | VisibilityModifier | Variable 'contextEventPatternsPublish' must be private and have accessor methods. | 78 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
design | VisibilityModifier | Variable 'contextEventPatternsSubscribe' must be private and have accessor methods. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
design | VisibilityModifier | Variable 'uiHandler' must be private and have accessor methods. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
design | VisibilityModifier | Variable 'uiRequests' must be private and have accessor methods. | 81 |
![]() |
design | DesignForExtension | Method 'writeManifest' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - junit.framework.TestCase. | 34 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleActivator. | 46 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.container.JUnit.JUnitModuleContext.LogLevel. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | ConstantName | Name 'owlDir' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'logLevel' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'module' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'pkg' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 'cls' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
design | VisibilityModifier | Variable 'msgPart' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
design | VisibilityModifier | Variable 't' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 109 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
design | VisibilityModifier | Variable 'ont' must be private and have accessor methods. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
![]() |
design | VisibilityModifier | Variable 'attempts' must be private and have accessor methods. | 143 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
design | VisibilityModifier | Variable 'warnings' must be private and have accessor methods. | 144 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 146 |
![]() |
design | VisibilityModifier | Variable 'logEntries' must be private and have accessor methods. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 322 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 359 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
![]() |
naming | MethodName | Name 'TryLoadingOnts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
![]() |
design | DesignForExtension | Method 'getContentserializer' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
design | DesignForExtension | Method 'generateOntFiles4Ont' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() |
design | DesignForExtension | Method 'generateOntFiles4ALL' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() |
design | DesignForExtension | Method 'generateOntFiles4MyProy' is not designed for extension - needs to be abstract, final or empty. | 487 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
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. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 86 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
design | DesignForExtension | Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
design | DesignForExtension | Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.space.SpaceCard. | 37 |
![]() |
naming | StaticVariableName | Name 'SPACE_INSTANCE_URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() |
naming | StaticVariableName | Name 'MW_INSTANCE_URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | StaticVariableName | Name 'MW_INSTANCE_BUS_MEMBERSHIPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 222 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 223 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
design | DesignForExtension | Method 'createRegistry' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
design | DesignForExtension | Method 'getBusMember' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 262 |
![]() |
design | DesignForExtension | Method 'getBusMemberID' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bm'. | 262 |
![]() |
design | DesignForExtension | Method 'getPeerCard' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
design | DesignForExtension | Method 'getBusMembers' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
design | DesignForExtension | Method 'getBusMembersByID' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 299 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'module'. | 299 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 299 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 299 |
![]() |
design | DesignForExtension | Method 'brokerMessage' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 323 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msg'. | 323 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 335 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 357 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 357 |
![]() |
design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
![]() |
design | DesignForExtension | Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 391 |
![]() |
design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 395 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
![]() |
design | DesignForExtension | Method 'isValidMember' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
![]() |
design | DesignForExtension | Method 'isBusResourceURI' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 413 |
![]() |
design | DesignForExtension | Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 417 |
![]() |
design | DesignForExtension | Method 'addRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 421 |
![]() |
design | DesignForExtension | Method 'removeRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 425 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'getBusMember' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
design | DesignForExtension | Method 'getLocalBusByName' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
![]() |
design | DesignForExtension | Method 'setBus' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
design | DesignForExtension | Method 'buildChannelMessage' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'member'. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'busMember'. | 30 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'member'. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'busMember'. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'addBusMember' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'removeMemberByID' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'getAllBusMembers' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'getAllBusMembersIds' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'getBusMemberByID' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'getBusMemberID' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'getBusMembersCount' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'addRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Method 'removeRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Resource. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'brokerName' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'setReceivers' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'creator'. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'creator'. | 134 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 188 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 210 |
![]() |
design | DesignForExtension | Method 'addReceiver' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
design | DesignForExtension | Method 'addReceivers' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
design | DesignForExtension | Method 'createReply' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'creator'. | 289 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
design | DesignForExtension | Method 'getContentAsString' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
design | DesignForExtension | Method 'getIDAsLong' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
design | DesignForExtension | Method 'getInReplyTo' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
![]() |
design | DesignForExtension | Method 'receiverResidesOnDifferentPeer' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
design | DesignForExtension | Method 'senderResidesOnDifferentPeer' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
![]() |
design | DesignForExtension | Method 'sentBySamePeerAs' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
![]() |
design | DesignForExtension | Method 'setReceiver' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 390 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
design | DesignForExtension | Method 'marshall' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 438 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 438 |
![]() |
design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 442 |
![]() |
design | DesignForExtension | Method 'hasReceiver' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 446 |
![]() |
design | DesignForExtension | Method 'getSender' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 455 |
![]() |
design | DesignForExtension | Method 'setSender' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
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. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
naming | ConstantName | Name 'event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
naming | ConstantName | Name 'p2p_event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
naming | ConstantName | Name 'p2p_reply' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'p2p_request' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
naming | ConstantName | Name 'reply' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'request' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 214 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 233 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
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 | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'getMatchable' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationConnectorException'. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 47 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationConnectorException'. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channels'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationConnectorException'. | 60 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channelName'. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurations'. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'serializedPart'. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'applicationPart'. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filters'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 57 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'spaceCard'. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCards'. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
design | DesignForExtension | Method 'configureConnector' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 217 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'element'. | 217 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 217 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 220 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 375 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'destinationChannelNames'. | 375 |
![]() |
design | DesignForExtension | Method 'unicast' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 389 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
![]() |
design | DesignForExtension | Method 'multicast' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 465 |
![]() |
design | DesignForExtension | Method 'multicast' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
![]() |
design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 576 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 577 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 605 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 605 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 609 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 609 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 613 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 617 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 621 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 625 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 625 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 629 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 629 |
![]() |
design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 633 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 633 |
![]() |
design | DesignForExtension | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 637 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 637 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 638 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 660 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 664 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 668 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 672 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 675 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 679 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 682 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 682 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 687 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 687 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 693 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 693 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 698 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 702 |
![]() |
design | DesignForExtension | Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 702 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'groupName'. | 702 |
![]() |
design | DesignForExtension | Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. | 716 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 716 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'cipherTransformation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'keyFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'randomizationAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 61 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dir'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 108 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 110 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skey'. | 115 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 121 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 125 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clear'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 134 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'String'. | 138 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clear'. | 145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'skey'. | 145 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'File'. | 154 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyFile'. | 159 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 159 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 172 |
![]() |
design | DesignForExtension | Method 'generateKeyPair' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 177 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 194 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'File'. | 197 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keyFile'. | 202 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 182 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 218 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
design | DesignForExtension | Method 'installPart' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'm_installPart' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
naming | MethodName | Name 'm_installPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 347 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 365 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 382 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 382 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 388 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 388 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 390 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 390 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 396 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 411 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 420 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 431 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 454 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 457 |
![]() |
design | DesignForExtension | Method 'uninstallPart' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 462 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 485 |
![]() |
naming | MethodName | Name 'm_uninstallPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 491 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 495 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'kDeployConnector' must be private and have accessor methods. | 39 |
![]() |
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. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | StaticVariableName | Name 'MAX_RETRY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'setStop' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'isStop' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | MemberName | Name 'DISCOVERY_MUTEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
design | DesignForExtension | Method 'announceSpace' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'card'. | 179 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 179 |
![]() |
design | DesignForExtension | Method 'deregisterSpace' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
design | DesignForExtension | Method 'findSpace' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 228 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 232 |
![]() |
design | DesignForExtension | Method 'findSpace' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filters'. | 232 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 315 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributes'. | 315 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 316 |
![]() |
design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 374 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 386 |
![]() |
design | DesignForExtension | Method 'getSDPPRotocol' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 390 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 394 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 400 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() |
design | DesignForExtension | Method 'addSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
design | DesignForExtension | Method 'removeSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 426 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 442 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'slpDiscoveryConnector' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 95 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationException'. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
naming | ConstantName | Name 'SpaceServiceTypeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
naming | ConstantName | Name 'SDPProtocols' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </a> | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Method 'getSender' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'setSender' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'getChannelNames' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Method 'setChannelNames' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 92 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'ca' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ma'. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'disableLog' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Method 'enableLog' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'setLogLevel' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 114 |
![]() |
design | DesignForExtension | Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
design | DesignForExtension | Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
design | DesignForExtension | Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
design | DesignForExtension | Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
design | DesignForExtension | Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
design | DesignForExtension | Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
design | DesignForExtension | Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
design | DesignForExtension | Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
design | DesignForExtension | Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
design | DesignForExtension | Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() |
design | DesignForExtension | Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
design | DesignForExtension | Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
design | DesignForExtension | Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
design | DesignForExtension | Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
design | DesignForExtension | Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 57 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 65 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 90 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 163 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 166 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 172 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configFileParams'. | 185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrValue'. | 192 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 199 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 206 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 214 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleContext. | 25 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 156 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'se'. | 198 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 210 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 246 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'objToShare'. | 246 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 310 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 316 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 148 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 150 |
![]() |
design | DesignForExtension | Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 150 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 156 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 158 |
![]() |
design | DesignForExtension | Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 158 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 164 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 166 |
![]() |
design | DesignForExtension | Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 166 |
![]() |
design | DesignForExtension | Method 'fetchObject' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
design | DesignForExtension | Method 'fetchObject' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 196 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 196 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 203 |
![]() |
design | DesignForExtension | Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
design | DesignForExtension | Method 'installBundle' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
design | DesignForExtension | Method 'installBundle' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 234 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 236 |
![]() |
design | DesignForExtension | Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 236 |
![]() |
design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tag'. | 249 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 249 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 't'. | 249 |
![]() |
design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tag'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 't'. | 257 |
![]() |
design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tag'. | 265 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 265 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 't'. | 265 |
![]() |
design | DesignForExtension | Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tag'. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 't'. | 273 |
![]() |
design | DesignForExtension | Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tag'. | 281 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 281 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 't'. | 281 |
![]() |
design | DesignForExtension | Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configFileParams'. | 288 |
![]() |
design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 309 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attrValue'. | 309 |
![]() |
design | DesignForExtension | Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
design | DesignForExtension | Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
design | DesignForExtension | Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 326 |
![]() |
design | DesignForExtension | Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 341 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 341 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 356 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 356 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 369 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 371 |
![]() |
design | DesignForExtension | Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requester'. | 371 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 383 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 393 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 397 |
![]() |
design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 419 |
![]() |
design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
design | DesignForExtension | Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 437 |
![]() |
design | DesignForExtension | Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
design | DesignForExtension | Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() |
design | DesignForExtension | Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() |
design | DesignForExtension | Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 462 |
![]() |
design | DesignForExtension | Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() |
design | DesignForExtension | Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 472 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 62 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
design | DesignForExtension | Method 'bundleChanged' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 160 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 161 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 165 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 179 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 148 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 152 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 173 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 193 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
design | DesignForExtension | Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
design | DesignForExtension | Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
design | DesignForExtension | Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
design | DesignForExtension | Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
design | DesignForExtension | Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
design | DesignForExtension | Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
design | DesignForExtension | Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
design | DesignForExtension | Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
design | DesignForExtension | Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
design | DesignForExtension | Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
design | DesignForExtension | Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
design | DesignForExtension | Method 'setEnableLog' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
design | DesignForExtension | Method 'startModule' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ma'. | 51 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Method 'getListenerByNameAndType' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'myCard'. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getSpaces' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'getManagedSpaces' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'getMatchingPeers' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Method 'getMyPeerCard' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'getPeerAttributes' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Method 'getPeers' 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. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isconnected'. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 48 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 79 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 36 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 30 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 39 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'logLevel' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'module' must be private and have accessor methods. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | VisibilityModifier | Variable 'pkg' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | VisibilityModifier | Variable 'cls' must be private and have accessor methods. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
design | VisibilityModifier | Variable 'msgPart' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
design | VisibilityModifier | Variable 't' must be private and have accessor methods. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 106 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
design | VisibilityModifier | Variable 'ont' must be private and have accessor methods. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 140 |
![]() |
design | VisibilityModifier | Variable 'attempts' must be private and have accessor methods. | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
design | VisibilityModifier | Variable 'warnings' must be private and have accessor methods. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 142 |
![]() |
design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 142 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
![]() |
design | VisibilityModifier | Variable 'logEntries' must be private and have accessor methods. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 242 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 249 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 268 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 283 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 389 |
![]() |
naming | MethodName | Name 'TryLoadingOnts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
design | DesignForExtension | Method 'getContentserializer' is not designed for extension - needs to be abstract, final or empty. | 427 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 445 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 479 |
![]() |
design | DesignForExtension | Method 'generateOntFiles4Ont' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 497 |
![]() |
design | DesignForExtension | Method 'generateOntFiles4ALL' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 518 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 530 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 552 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 584 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 35 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 158). | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 77 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 87 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 122 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 177 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 232 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 287 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 342 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
design | DesignForExtension | Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 150 |
![]() |
design | DesignForExtension | Method 'getCurrentLocale' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 176 |
![]() |
design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 200 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 214 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
![]() |
naming | ConstantName | Name 'UUID_prefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 61 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pp1'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pp2'. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 90 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 168). | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg'. | 91 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 110 |
![]() |
naming | LocalVariableName | Name 'c_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 127 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 127 |
![]() |
whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 128 |
![]() |
whitespace | WhitespaceAround | '-' is not followed by whitespace. | 128 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 160 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 160 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 165 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 170 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg'. | 175 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 180 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg'. | 180 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 194 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg'. | 213 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'publisherID'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldRegistrParams'. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 139 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 162 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 173 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subject'. | 252 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'predicate'. | 252 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'actualOccurrenceTime'. | 252 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'meanOccurrenceTime'. | 252 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 259 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subject'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'predicate'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reflectsChangeRequest'. | 264 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 269 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subject'. | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'predicate'. | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reflectsChangeRequest'. | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'actualOccurrenceTime'. | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'meanOccurrenceTime'. | 274 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 280 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 292 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 313 |
![]() |
design | DesignForExtension | Method 'getConfidence' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 322 |
![]() |
design | DesignForExtension | Method 'getExpirationTime' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 337 |
![]() |
design | DesignForExtension | Method 'getRDFObject' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 346 |
![]() |
design | DesignForExtension | Method 'getRDFPredicate' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 356 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 366 |
![]() |
design | DesignForExtension | Method 'getRDFSubject' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 376 |
![]() |
design | DesignForExtension | Method 'getSubjectTypeURI' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 386 |
![]() |
design | DesignForExtension | Method 'getSubjectURI' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 404 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 409 |
![]() |
design | DesignForExtension | Method 'getActualOccurrenceTime' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 412 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 417 |
![]() |
design | DesignForExtension | Method 'getMeanOccurrenceTime' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 420 |
![]() |
design | DesignForExtension | Method 'getBestEstimatedOccurrenceTime' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 421 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 425 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 429 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 432 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 437 |
![]() |
design | DesignForExtension | Method 'reflectsChangeRequest' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 452 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 458 |
![]() |
design | DesignForExtension | Method 'setConfidence' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 467 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 474 |
![]() |
design | DesignForExtension | Method 'setExpirationTime' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 483 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 488 |
![]() |
design | DesignForExtension | Method 'setRDFObject' is not designed for extension - needs to be abstract, final or empty. | 488 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 488 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 496 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 502 |
![]() |
design | DesignForExtension | Method 'setRDFPredicate' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 510 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 515 |
![]() |
design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'src'. | 515 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 523 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 528 |
![]() |
design | DesignForExtension | Method 'setRDFSubject' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subj'. | 528 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 542 |
![]() |
design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 542 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 552 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 556 |
![]() |
design | DesignForExtension | Method 'setActualOccurrenceTime' is not designed for extension - needs to be abstract, final or empty. | 556 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ots'. | 556 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 557 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 568 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 572 |
![]() |
design | DesignForExtension | Method 'setMeanOccurrenceTime' is not designed for extension - needs to be abstract, final or empty. | 572 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'eot'. | 572 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 573 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 582 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 587 |
![]() |
design | DesignForExtension | Method 'setInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 587 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'user'. | 587 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 595 |
![]() |
design | DesignForExtension | Method 'getInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 600 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 604 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 604 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 655 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 655 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 658 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 659 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 659 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'getSubjectTypes' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Method 'getSubjects' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
design | DesignForExtension | Method 'addRestriction' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
design | DesignForExtension | Method 'getIndices' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 168 |
![]() |
design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 168 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 179 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 181 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 182 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 216 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 216 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'pattern'. | 238 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldSubscriptions'. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 111 |
![]() |
design | DesignForExtension | Method 'getAllProvisions' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'getContainerKey' 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. | 35 |
![]() |
design | DesignForExtension | Method 'addContextEventPatterns' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'getContextEventPatterns' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
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. | 39 |
![]() |
design | DesignForExtension | Method 'setMessageID' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'getMessageID' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'getNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'setNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'gotResponsesFromAllPeers' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
design | DesignForExtension | Method 'reduceNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'resetCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'addProvisions' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Method 'getProvisions' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'addFilterer' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getFilterers' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'removeFilterers' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'addCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'getCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'removeCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getFiltererContainer' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getAllFiltererContainers' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'addProvision' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'exist' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'createProvisionsData' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'createNumCalledPeersData' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'createCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'createAllPropsOfDomain' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'createAllPropsOfSubject' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'createAllSubjectsWithProp' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'createSpecificDomainAndProp' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'createSpecificSubjectAndProp' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Method 'createNonIndexedProps' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Method 'createFiltererContainer' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Method 'createAllProvisions' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ContextBusImpl should be declared as final. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
design | VisibilityModifier | Variable 'f' must be private and have accessor methods. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Method 'createContextStrategyDataFactory' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 119 |
![]() |
design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
design | DesignForExtension | Method 'getAllProvisions' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 263 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 372 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 393 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 401 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 410 |
![]() |
design | DesignForExtension | Method 'removeMatchingRegParams' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 438 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 442 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 446 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 453 |
![]() |
design | DesignForExtension | Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. | 460 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
design | DesignForExtension | Method 'getContextSources' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 95 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 104 |
![]() |
design | DesignForExtension | Method 'getProvidedEvents' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
design | DesignForExtension | Method 'getProviderType' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 116 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 127 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 139 |
![]() |
design | DesignForExtension | Method 'setContextSources' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 154 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 154 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 154 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 201 |
![]() |
design | DesignForExtension | Method 'setProvidedEvents' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 219 |
![]() |
design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 219 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | FinalClass | Class ContextProviderType should be declared as final. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() |
naming | ConstantName | Name 'controller' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
naming | ConstantName | Name 'gauge' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() |
naming | ConstantName | Name 'reasoner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 123 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 132 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 139 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 147 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | ConstantName | Name 'middlewareProps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | ConstantName | Name 'helpOnMiddlewareProps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | ConstantName | Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | ConstantName | Name 'dataRepOntology' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 213). | 112 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'properties'. | 81 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationException'. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'sr' must be private and have accessor methods. | 29 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
naming | MemberName | Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'setChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
naming | MemberName | Name 'URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
design | VisibilityModifier | Variable 'URI_PREFIX' 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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'role'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'containerUnit'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'platformUnit'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strSerialization'. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
design | DesignForExtension | Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'isCoordinator' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
design | DesignForExtension | Method 'getPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
naming | MethodName | Name 'getPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() |
design | DesignForExtension | Method 'setPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
naming | MethodName | Name 'setPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() |
naming | ParameterName | Name 'pLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() |
design | DesignForExtension | Method 'getCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
naming | MethodName | Name 'getCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
design | DesignForExtension | Method 'setCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
naming | MethodName | Name 'setCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
naming | ParameterName | Name 'cONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
![]() |
design | DesignForExtension | Method 'getOS' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'setOS' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Method 'toURI' is not designed for extension - needs to be abstract, final or empty. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - java.io.File. | 20 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. | 22 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 34 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
![]() |
naming | ConstantName | Name 'uAAL_CONFIG_FRAMEWORK_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - java.io.File. | 20 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 23 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 28 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 51 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.SpaceScope. | 22 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.AppPartScope. | 23 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.ApplicationScope. | 24 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.InstanceScope. | 25 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.ModuleScope. | 26 |
![]() |
javadoc | JavadocType | Unknown tag 'See'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 20 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. | 21 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.io.File. | 20 |
![]() |
imports | UnusedImports | Unused import - java.net.URL. | 21 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 23 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.xsd.Base64Binary. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dentity'. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'deEntity'. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | MethodName | Name 'ConfigurationChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'appPartId'. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationParameter. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 51 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 44 |
![]() |
design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'appID'. | 38 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
![]() |
design | DesignForExtension | Method 'getAppID' is not designed for extension - needs to be abstract, final or empty. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 73 |
![]() |
design | DesignForExtension | Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peerID'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'moduleID'. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'peerID' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
design | VisibilityModifier | Variable 'partStatus' must be private and have accessor methods. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'getPartStatus' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'setPeerID' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'setPartStatus' 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 | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | RedundantImport | Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPCard. | 27 |
![]() |
imports | RedundantImport | Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPPartStatus. | 28 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'mpaCard' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'mpaParts' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getMpaCard' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'updatePart' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getMpaParts' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
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 | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'getPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'setPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'setSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'getRetry' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'setRetry' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'getPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Method 'setPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prop'. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 120 |
![]() |
design | DesignForExtension | Method 'getCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'setCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
design | DesignForExtension | Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
design | DesignForExtension | Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Method 'getSpaceID' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Method 'setSpaceID' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 152 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 157 |
![]() |
design | DesignForExtension | Method 'serializeCard' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 185 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 188 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 194 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 198 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 198 |
![]() |
coding | SimplifyBooleanReturn | Conditional logic can be removed. | 201 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
design | DesignForExtension | Method 'getDeployManager' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'setDeployManager' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getBrokerChannels' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'setBrokerChannels' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'getSpaceCard' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'setSpaceCard' 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. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.space.xml.model.Space. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'getChannelURL' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
design | DesignForExtension | Method 'setChannelURL' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'isSetChannelURL' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
design | DesignForExtension | Method 'isSetChannelValue' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
![]() |
design | DesignForExtension | Method 'createSpace' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 66 |
![]() |
design | DesignForExtension | Method 'createChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
design | DesignForExtension | Method 'createSpaceSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
design | DesignForExtension | Method 'createSpacePeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 90 |
![]() |
design | DesignForExtension | Method 'createSpaceCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 71 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
design | DesignForExtension | Method 'isSetSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
design | DesignForExtension | Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
design | DesignForExtension | Method 'isSetPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
design | DesignForExtension | Method 'getCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
design | DesignForExtension | Method 'setCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
design | DesignForExtension | Method 'isSetCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
design | DesignForExtension | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
design | DesignForExtension | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Method 'isSetOwner' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
design | DesignForExtension | Method 'getAdmin' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
design | DesignForExtension | Method 'setAdmin' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
design | DesignForExtension | Method 'isSetAdmin' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
design | DesignForExtension | Method 'getSecurity' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
design | DesignForExtension | Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
design | DesignForExtension | Method 'isSetSecurity' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 329 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 342 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 342 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 343 |
![]() |
design | DesignForExtension | Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
design | DesignForExtension | Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
design | DesignForExtension | Method 'unsetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 394 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 407 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 407 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 408 |
![]() |
design | DesignForExtension | Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
design | DesignForExtension | Method 'setChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
![]() |
design | DesignForExtension | Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 476 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 476 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 477 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 479 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 481 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 483 |
![]() |
design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 504 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 504 |
![]() |
design | DesignForExtension | Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
![]() |
design | DesignForExtension | Method 'getSpaceId' is not designed for extension - needs to be abstract, final or empty. | 526 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 526 |
![]() |
design | DesignForExtension | Method 'setSpaceId' is not designed for extension - needs to be abstract, final or empty. | 537 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 537 |
![]() |
design | DesignForExtension | Method 'isSetSpaceId' is not designed for extension - needs to be abstract, final or empty. | 548 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 548 |
![]() |
design | DesignForExtension | Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. | 559 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 559 |
![]() |
design | DesignForExtension | Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 570 |
![]() |
design | DesignForExtension | Method 'isSetSpaceName' is not designed for extension - needs to be abstract, final or empty. | 581 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 581 |
![]() |
design | DesignForExtension | Method 'getSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 592 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 592 |
![]() |
design | DesignForExtension | Method 'setSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 603 |
![]() |
design | DesignForExtension | Method 'isSetSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 614 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 614 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propUrl'. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'marker'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetDir'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'mm' must be private and have accessor methods. | 37 |
![]() |
design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 23 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.DescribedEntity. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'manager'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.net.URI. | 24 |
![]() |
imports | UnusedImports | Unused import - java.util.Map. | 25 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 250). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'setDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'setDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'getDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'getGlobalResult' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'setGlobalResult' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sender'. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCards'. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 101 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 64 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'status'. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'space'. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 84 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 86 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 91 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <ul> | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 161 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'tenantID'. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
design | DesignForExtension | Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
design | DesignForExtension | Method 'getDeploy' is not designed for extension - needs to be abstract, final or empty. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
design | VisibilityModifier | Variable 'shared' must be private and have accessor methods. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
design | VisibilityModifier | Variable 'fileM' must be private and have accessor methods. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'manager' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'entitiesSources' must be private and have accessor methods. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fm'. | 98 |
![]() |
design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'confPattern'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 129 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 163 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 168 |
![]() |
design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'confPattern'. | 169 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 169 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 173 |
![]() |
design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'list'. | 181 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 223 |
![]() |
design | DesignForExtension | Method 'updateLocalValue' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'e'. | 223 |
![]() |
design | DesignForExtension | Method 'updateLocalAndPropagate' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 324 |
![]() |
design | DesignForExtension | Method 'updatedDescription' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dentity'. | 325 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 336 |
![]() |
design | DesignForExtension | Method 'updatedValue' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dentity'. | 337 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 337 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 396 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 397 |
![]() |
design | DesignForExtension | Method 'getMatchingConfigurationEditors' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configPattern'. | 397 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 398 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 406 |
![]() |
design | DesignForExtension | Method 'registerConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cmanager'. | 407 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configPattern'. | 407 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'locale'. | 408 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 441 |
![]() |
design | DesignForExtension | Method 'unRegisterConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'manager'. | 442 |
![]() |
design | DesignForExtension | Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 446 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 457 |
![]() |
design | DesignForExtension | Method 'localOnlyExpression' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 474 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 484 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 498 |
![]() |
design | DesignForExtension | Method 'processPropagation' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 500 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 516 |
![]() |
design | DesignForExtension | Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 518 |
![]() |
design | DesignForExtension | Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 549 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 48 |
![]() |
design | DesignForExtension | Method 'getURI' 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. | 58 |
![]() |
design | DesignForExtension | Method 'subscribe2Changes' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
design | DesignForExtension | Method 'unsubscribe2Changes' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 70 |
![]() |
design | DesignForExtension | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 44 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 44 |
![]() |
design | DesignForExtension | Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
design | DesignForExtension | Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
design | DesignForExtension | Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 72 |
![]() |
design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 90 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 106 |
![]() |
design | DesignForExtension | Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 128 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 129 |
![]() |
design | DesignForExtension | Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 41 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 68 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'e'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'val'. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 100 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 101 |
![]() |
design | DesignForExtension | Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'remote'. | 45 |
![]() |
design | DesignForExtension | Method 'updateRemoteEntity' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 55 |
![]() |
design | DesignForExtension | Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
design | DesignForExtension | Method 'sendRequestFor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'e'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entity'. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 46 |
![]() |
design | DesignForExtension | Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
design | DesignForExtension | Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
design | DesignForExtension | Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 105 |
![]() |
design | DesignForExtension | Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 20 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'remote'. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 44 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 45 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 73 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 87 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'e'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'val'. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 97 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 97 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 106 |
![]() |
design | DesignForExtension | Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 77 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'OldEntity'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldEntity'. | 107 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 119 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 124 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 202). | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 141 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 151 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.managers.configuration.core.owl.Entity. | 26 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scope'. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Method 'entityUpdated' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'connector'. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 61 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'FileNotFoundException'. | 82 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entities'. | 133 |
![]() |
design | DesignForExtension | Method 'addEntity' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newEnt'. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'emap'. | 186 |
![]() |
design | DesignForExtension | Method 'mergeProbe' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 226 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 235 |
![]() |
design | DesignForExtension | Method 'mergeAdd' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() |
design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 302 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'list'. | 302 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filters'. | 302 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. | 23 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'url'. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'moduleRegistry' must be private and have accessor methods. | 38 |
![]() |
design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 89 |
![]() |
design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 89 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 98 |
![]() |
design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scope'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'editorPool'. | 45 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mngr'. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 56 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'manager'. | 70 |
![]() |
design | DesignForExtension | Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ents'. | 81 |
![]() |
design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 47 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 60 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
design | DesignForExtension | Method 'addConfigurableEntity' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cent'. | 46 |
![]() |
design | DesignForExtension | Method 'getList' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
design | DesignForExtension | Method 'getDefaultURL' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Method 'setDefaultURL' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Method 'getLocalURL' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'setLocalURL' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Method 'getExtensionFilter' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
design | DesignForExtension | Method 'setExtensionFilter' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Method 'loadContentFromLocalURL' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'loadContentFromDefaultURL' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'loadContentFormURL' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'f'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
naming | LocalVariableName | Name 'oci_Entity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
naming | LocalVariableName | Name 'oci_ConfigurationFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() |
naming | LocalVariableName | Name 'oci_ConfigurationParameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 181). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 83 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 120 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 131 |
![]() |
design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 141 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 142 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
design | DesignForExtension | Method 'setValueRestriction' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'getValueRestriction' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 178 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 181 |
![]() |
whitespace | OperatorWrap | '?' should be on a new line. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 191 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'isNewerThan' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | DesignForExtension | Method 'incrementVersion' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'description'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 98 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 108 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 120 |
![]() |
design | DesignForExtension | Method 'containsDescriptionIn' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loc'. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'cm' must be private and have accessor methods. | 33 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'stop' 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 | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 41 |
![]() |
design | DesignForExtension | Method 'cache' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'url'. | 41 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 46 |
![]() |
design | DesignForExtension | Method 'getMasterFile' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
![]() |
design | DesignForExtension | Method 'getLocalFile' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 53 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 60 |
![]() |
design | DesignForExtension | Method 'getTemporalFile' is not designed for extension - needs to be abstract, final or empty. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 40 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'is'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 100 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 107 |
![]() |
design | DesignForExtension | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 108 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 113 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 120 |
![]() |
design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - javax.swing.LayoutFocusTraversalPolicy. | 43 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
naming | MemberName | Name 'TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Method 'requestToInstall' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
naming | MethodName | Name 'm_requestToInstall' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 249 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 372 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 411 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 416 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 420 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 446 |
![]() |
design | DesignForExtension | Method 'requestToUninstall' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 457 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 460 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 473 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 514 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 533 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 570 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 590 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 601 |
![]() |
design | DesignForExtension | Method 'installationPartNotification' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 611 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 619 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 619 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 626 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 650 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 651 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 657 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 706 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 713 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'applicationFolder'. | 713 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'part'. | 713 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 714 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 793 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 793 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 818 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 818 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 905 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'mpa'. | 909 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 911 |
![]() |
design | DesignForExtension | Method 'spaceJoined' is not designed for extension - needs to be abstract, final or empty. | 945 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 945 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 955 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 960 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 960 |
![]() |
design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 967 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 967 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 974 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 980 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 984 |
![]() |
design | DesignForExtension | Method 'isDeployCoordinator' is not designed for extension - needs to be abstract, final or empty. | 988 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 988 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 992 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 58 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 64 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 83 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 118 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 146 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 147 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 183 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 183 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 186 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
design | DesignForExtension | Method 'getApp' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
design | DesignForExtension | Method 'setApp' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
design | DesignForExtension | Method 'isSetApp' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
design | DesignForExtension | Method 'getApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
design | DesignForExtension | Method 'setApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() |
design | DesignForExtension | Method 'isSetApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
design | DesignForExtension | Method 'getApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
design | DesignForExtension | Method 'setApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
design | DesignForExtension | Method 'isSetApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
![]() |
design | DesignForExtension | Method 'getApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
design | DesignForExtension | Method 'setApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
design | DesignForExtension | Method 'isSetApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
design | DesignForExtension | Method 'getApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
design | DesignForExtension | Method 'setApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
design | DesignForExtension | Method 'isSetApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 342 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 399 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 399 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 400 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 402 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 404 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 406 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 408 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 409 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 411 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 413 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 414 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 416 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 417 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 436 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 440 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 440 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() |
design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 465 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 465 |
![]() |
design | DesignForExtension | Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() |
design | DesignForExtension | Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
design | DesignForExtension | Method 'isSetAppId' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() |
design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 523 |
![]() |
design | DesignForExtension | Method 'isMultipart' is not designed for extension - needs to be abstract, final or empty. | 523 |
![]() |
design | DesignForExtension | Method 'setMultipart' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 531 |
![]() |
design | DesignForExtension | Method 'isSetMultipart' is not designed for extension - needs to be abstract, final or empty. | 535 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 535 |
![]() |
design | DesignForExtension | Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() |
design | DesignForExtension | Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 556 |
![]() |
design | DesignForExtension | Method 'isSetTags' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 560 |
![]() |
design | DesignForExtension | Method 'getApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() |
design | DesignForExtension | Method 'setApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 581 |
![]() |
design | DesignForExtension | Method 'isSetApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 585 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 585 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 612 |
![]() |
design | DesignForExtension | Method 'getLicenses' is not designed for extension - needs to be abstract, final or empty. | 612 |
![]() |
design | DesignForExtension | Method 'isSetLicenses' is not designed for extension - needs to be abstract, final or empty. | 619 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 619 |
![]() |
design | DesignForExtension | Method 'unsetLicenses' is not designed for extension - needs to be abstract, final or empty. | 623 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 623 |
![]() |
design | DesignForExtension | Method 'getApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 633 |
![]() |
design | DesignForExtension | Method 'setApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 644 |
![]() |
design | DesignForExtension | Method 'isSetApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 648 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 648 |
![]() |
design | DesignForExtension | Method 'getApplicationOntology' is not designed for extension - needs to be abstract, final or empty. | 658 |
![]() |
design | DesignForExtension | Method 'setApplicationOntology' is not designed for extension - needs to be abstract, final or empty. | 669 |
![]() |
design | DesignForExtension | Method 'isSetApplicationOntology' is not designed for extension - needs to be abstract, final or empty. | 673 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 673 |
![]() |
design | DesignForExtension | Method 'getMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 683 |
![]() |
design | DesignForExtension | Method 'setMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 694 |
![]() |
design | DesignForExtension | Method 'isSetMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 698 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 698 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 715 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 740 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 740 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 741 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 742 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 767 |
![]() |
design | DesignForExtension | Method 'getLicense' is not designed for extension - needs to be abstract, final or empty. | 767 |
![]() |
design | DesignForExtension | Method 'isSetLicense' is not designed for extension - needs to be abstract, final or empty. | 774 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 774 |
![]() |
design | DesignForExtension | Method 'unsetLicense' is not designed for extension - needs to be abstract, final or empty. | 778 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 778 |
![]() |
design | DesignForExtension | Method 'getSla' is not designed for extension - needs to be abstract, final or empty. | 788 |
![]() |
design | DesignForExtension | Method 'setSla' is not designed for extension - needs to be abstract, final or empty. | 799 |
![]() |
design | DesignForExtension | Method 'isSetSla' is not designed for extension - needs to be abstract, final or empty. | 803 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 803 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 834 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 834 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 835 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 837 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 847 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 858 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 862 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 862 |
![]() |
design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 872 |
![]() |
design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 883 |
![]() |
design | DesignForExtension | Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. | 887 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 887 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 934 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 934 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 935 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 937 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 940 |
![]() |
design | DesignForExtension | Method 'getMenuName' is not designed for extension - needs to be abstract, final or empty. | 948 |
![]() |
design | DesignForExtension | Method 'setMenuName' is not designed for extension - needs to be abstract, final or empty. | 959 |
![]() |
design | DesignForExtension | Method 'isSetMenuName' is not designed for extension - needs to be abstract, final or empty. | 963 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 963 |
![]() |
design | DesignForExtension | Method 'getServiceUri' is not designed for extension - needs to be abstract, final or empty. | 973 |
![]() |
design | DesignForExtension | Method 'setServiceUri' is not designed for extension - needs to be abstract, final or empty. | 984 |
![]() |
design | DesignForExtension | Method 'isSetServiceUri' is not designed for extension - needs to be abstract, final or empty. | 988 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 988 |
![]() |
design | DesignForExtension | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 998 |
![]() |
design | DesignForExtension | Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 1009 |
![]() |
design | DesignForExtension | Method 'isSetIcon' is not designed for extension - needs to be abstract, final or empty. | 1013 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1013 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1044 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1044 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1045 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1047 |
![]() |
design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 1055 |
![]() |
design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 1066 |
![]() |
design | DesignForExtension | Method 'isSetPath' is not designed for extension - needs to be abstract, final or empty. | 1070 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1070 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 1080 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 1091 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 1095 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1095 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 1118 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1131 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1132 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1158 |
![]() |
design | DesignForExtension | Method 'getCapability' is not designed for extension - needs to be abstract, final or empty. | 1158 |
![]() |
design | DesignForExtension | Method 'isSetCapability' is not designed for extension - needs to be abstract, final or empty. | 1165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1165 |
![]() |
design | DesignForExtension | Method 'unsetCapability' is not designed for extension - needs to be abstract, final or empty. | 1169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1169 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1194 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1213 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1214 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1216 |
![]() |
design | DesignForExtension | Method 'getContactPoint' is not designed for extension - needs to be abstract, final or empty. | 1224 |
![]() |
design | DesignForExtension | Method 'setContactPoint' is not designed for extension - needs to be abstract, final or empty. | 1235 |
![]() |
design | DesignForExtension | Method 'isSetContactPoint' is not designed for extension - needs to be abstract, final or empty. | 1239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1239 |
![]() |
design | DesignForExtension | Method 'getRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 1250 |
![]() |
design | DesignForExtension | Method 'setRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 1262 |
![]() |
design | DesignForExtension | Method 'isSetRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 1266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1266 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1297 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1297 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1298 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1300 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1326 |
![]() |
design | DesignForExtension | Method 'getProtocols' is not designed for extension - needs to be abstract, final or empty. | 1326 |
![]() |
design | DesignForExtension | Method 'isSetProtocols' is not designed for extension - needs to be abstract, final or empty. | 1333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1333 |
![]() |
design | DesignForExtension | Method 'unsetProtocols' is not designed for extension - needs to be abstract, final or empty. | 1337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1337 |
![]() |
design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 1347 |
![]() |
design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 1358 |
![]() |
design | DesignForExtension | Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. | 1362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1362 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1396 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1396 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1397 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1423 |
![]() |
design | DesignForExtension | Method 'getPart' is not designed for extension - needs to be abstract, final or empty. | 1423 |
![]() |
design | DesignForExtension | Method 'isSetPart' is not designed for extension - needs to be abstract, final or empty. | 1430 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1430 |
![]() |
design | DesignForExtension | Method 'unsetPart' is not designed for extension - needs to be abstract, final or empty. | 1434 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1434 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 1453 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1466 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1466 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1467 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1493 |
![]() |
design | DesignForExtension | Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. | 1493 |
![]() |
design | DesignForExtension | Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. | 1500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1500 |
![]() |
design | DesignForExtension | Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. | 1504 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1504 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
design | DesignForExtension | Method 'isSetArtifactId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
design | DesignForExtension | Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
design | DesignForExtension | Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() |
design | DesignForExtension | Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
design | DesignForExtension | Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
design | DesignForExtension | Method 'isStart' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
design | DesignForExtension | Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
design | DesignForExtension | Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
design | DesignForExtension | Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
design | DesignForExtension | Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
design | DesignForExtension | Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'getOrganizationName' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'setOrganizationName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
design | DesignForExtension | Method 'isSetOrganizationName' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'getCertificate' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'setCertificate' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
design | DesignForExtension | Method 'isSetCertificate' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Method 'getContactPerson' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'setContactPerson' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
design | DesignForExtension | Method 'isSetContactPerson' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Method 'getStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
design | DesignForExtension | Method 'setStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
design | DesignForExtension | Method 'isSetStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() |
design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
design | DesignForExtension | Method 'isSetEmail' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
design | DesignForExtension | Method 'getWebAddress' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
design | DesignForExtension | Method 'setWebAddress' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
design | DesignForExtension | Method 'isSetWebAddress' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
design | DesignForExtension | Method 'isSetPhone' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
design | DesignForExtension | Method 'getOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() |
design | DesignForExtension | Method 'setOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() |
design | DesignForExtension | Method 'isSetOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 316 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 316 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 317 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 319 |
![]() |
design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
design | DesignForExtension | Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 343 |
![]() |
design | DesignForExtension | Method 'getChannelDetails' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
design | DesignForExtension | Method 'setChannelDetails' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
design | DesignForExtension | Method 'isSetChannelDetails' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 368 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 76 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'getOsUnit' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
design | DesignForExtension | Method 'setOsUnit' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'isSetOsUnit' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
design | DesignForExtension | Method 'getPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
design | DesignForExtension | Method 'setPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
design | DesignForExtension | Method 'isSetPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
design | DesignForExtension | Method 'getContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'setContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
design | DesignForExtension | Method 'isSetContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
design | DesignForExtension | Method 'isSetId' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 270 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 270 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 273 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 274 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'getKaraf' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
design | DesignForExtension | Method 'setKaraf' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
design | DesignForExtension | Method 'isSetKaraf' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
design | DesignForExtension | Method 'getAndroid' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
design | DesignForExtension | Method 'setAndroid' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
design | DesignForExtension | Method 'isSetAndroid' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
design | DesignForExtension | Method 'getTomcat' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
design | DesignForExtension | Method 'setTomcat' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
design | DesignForExtension | Method 'isSetTomcat' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
design | DesignForExtension | Method 'getEquinox' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
design | DesignForExtension | Method 'setEquinox' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() |
design | DesignForExtension | Method 'isSetEquinox' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
![]() |
design | DesignForExtension | Method 'getFelix' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() |
design | DesignForExtension | Method 'setFelix' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() |
design | DesignForExtension | Method 'isSetFelix' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 404 |
![]() |
design | DesignForExtension | Method 'getOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
design | DesignForExtension | Method 'setOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() |
design | DesignForExtension | Method 'isSetOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 461 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 461 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 462 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 464 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 465 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 490 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 490 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() |
design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 515 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 542 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 542 |
![]() |
design | DesignForExtension | Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 549 |
![]() |
design | DesignForExtension | Method 'unsetLocation' is not designed for extension - needs to be abstract, final or empty. | 553 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 553 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 586 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 586 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 587 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 589 |
![]() |
design | DesignForExtension | Method 'getEmbedding' is not designed for extension - needs to be abstract, final or empty. | 598 |
![]() |
design | DesignForExtension | Method 'setEmbedding' is not designed for extension - needs to be abstract, final or empty. | 609 |
![]() |
design | DesignForExtension | Method 'isSetEmbedding' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 613 |
![]() |
design | DesignForExtension | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 623 |
![]() |
design | DesignForExtension | Method 'setFeatures' is not designed for extension - needs to be abstract, final or empty. | 634 |
![]() |
design | DesignForExtension | Method 'isSetFeatures' is not designed for extension - needs to be abstract, final or empty. | 638 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 638 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'setDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
design | DesignForExtension | Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
design | DesignForExtension | Method 'setConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'isSetConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
design | DesignForExtension | Method 'getSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
design | DesignForExtension | Method 'setSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'isSetSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 111 |
![]() |
design | DesignForExtension | Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
design | DesignForExtension | Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
design | DesignForExtension | Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
design | DesignForExtension | Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
design | DesignForExtension | Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
design | DesignForExtension | Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
design | DesignForExtension | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
design | DesignForExtension | Method 'isSetCategory' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
design | DesignForExtension | Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() |
naming | ConstantName | Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() |
naming | ConstantName | Name '_OntologyTypeLocationUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() |
naming | ConstantName | Name '_OntologyTypeLocationRuntimeId_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() |
naming | ConstantName | Name '_OntologyTypeLocationPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 59 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
design | DesignForExtension | Method 'createAalUapp' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 67 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
design | DesignForExtension | Method 'createDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
design | DesignForExtension | Method 'createPart' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 87 |
![]() |
design | DesignForExtension | Method 'createOntologyType' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 95 |
![]() |
design | DesignForExtension | Method 'createContactType' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 103 |
![]() |
design | DesignForExtension | Method 'createDeploymentUnitContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 107 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 111 |
![]() |
design | DesignForExtension | Method 'createAalUappApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
design | DesignForExtension | Method 'createAalUappApp' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 123 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 127 |
![]() |
design | DesignForExtension | Method 'createAalUappAppMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 131 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 135 |
![]() |
design | DesignForExtension | Method 'createAalUappAppLicenses' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 139 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 143 |
![]() |
design | DesignForExtension | Method 'createAalUappApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 151 |
![]() |
design | DesignForExtension | Method 'createAalUappApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 155 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 159 |
![]() |
design | DesignForExtension | Method 'createAalUappApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 163 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 167 |
![]() |
design | DesignForExtension | Method 'createExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 171 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 175 |
![]() |
design | DesignForExtension | Method 'createBroker' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 179 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 183 |
![]() |
design | DesignForExtension | Method 'createArtifactType' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 187 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 191 |
![]() |
design | DesignForExtension | Method 'createPartPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 195 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 199 |
![]() |
design | DesignForExtension | Method 'createPartPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 203 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 207 |
![]() |
design | DesignForExtension | Method 'createCapabilityType' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 211 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 215 |
![]() |
design | DesignForExtension | Method 'createReqGroupType' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 219 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 223 |
![]() |
design | DesignForExtension | Method 'createProfileType' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 227 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 231 |
![]() |
design | DesignForExtension | Method 'createReqType' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 235 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 239 |
![]() |
design | DesignForExtension | Method 'createReqAtomType' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 243 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 247 |
![]() |
design | DesignForExtension | Method 'createVersionType' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 251 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 255 |
![]() |
design | DesignForExtension | Method 'createToBeDefined' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 259 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 263 |
![]() |
design | DesignForExtension | Method 'createLicenseType' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 267 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 271 |
![]() |
design | DesignForExtension | Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 275 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 279 |
![]() |
design | DesignForExtension | Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 283 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 287 |
![]() |
design | DesignForExtension | Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 291 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 295 |
![]() |
design | DesignForExtension | Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 299 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 303 |
![]() |
design | DesignForExtension | Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 307 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 311 |
![]() |
design | DesignForExtension | Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 315 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 319 |
![]() |
design | DesignForExtension | Method 'createOntologyTypeLocation' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 323 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 327 |
![]() |
design | DesignForExtension | Method 'createContactTypeOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 331 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 335 |
![]() |
design | DesignForExtension | Method 'createDeploymentUnitContainerUnitKaraf' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 339 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 343 |
![]() |
design | DesignForExtension | Method 'createDeploymentUnitContainerUnitAndroid' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 347 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 352 |
![]() |
design | DesignForExtension | Method 'createAalUappApplicationManagementRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 356 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 360 |
![]() |
design | DesignForExtension | Method 'createAalUappAppMenuEntryIcon' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 364 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 368 |
![]() |
design | DesignForExtension | Method 'createAalUappAppLicensesSla' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 372 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 377 |
![]() |
design | DesignForExtension | Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 378 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 382 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 387 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 387 |
![]() |
design | DesignForExtension | Method 'createOntologyTypeLocationUrl' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 388 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 393 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 398 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 398 |
![]() |
design | DesignForExtension | Method 'createOntologyTypeLocationRuntimeId' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 399 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 404 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 409 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 409 |
![]() |
design | DesignForExtension | Method 'createOntologyTypeLocationPath' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 410 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
design | DesignForExtension | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
design | DesignForExtension | Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
design | DesignForExtension | Method 'isSetUri' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
design | DesignForExtension | Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 188 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 188 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 190 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 191 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 192 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 220 |
![]() |
design | DesignForExtension | Method 'getPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
design | DesignForExtension | Method 'isSetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
design | DesignForExtension | Method 'unsetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 58 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 69 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 92 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Method 'getBundleId' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
design | DesignForExtension | Method 'setBundleId' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
design | DesignForExtension | Method 'isSetBundleId' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Method 'getBundleVersion' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'setBundleVersion' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'isSetBundleVersion' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
design | DesignForExtension | Method 'getPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'setPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
design | DesignForExtension | Method 'isSetPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
design | DesignForExtension | Method 'getPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'setPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
design | DesignForExtension | Method 'isSetPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 231 |
![]() |
design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() |
design | DesignForExtension | Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
design | DesignForExtension | Method 'unsetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 269 |
![]() |
design | DesignForExtension | Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
design | DesignForExtension | Method 'isSetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
design | DesignForExtension | Method 'unsetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
design | DesignForExtension | Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
design | DesignForExtension | Method 'setPartId' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
design | DesignForExtension | Method 'isSetPartId' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 322 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 335 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 335 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 336 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 362 |
![]() |
design | DesignForExtension | Method 'getCapability' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
design | DesignForExtension | Method 'isSetCapability' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
![]() |
design | DesignForExtension | Method 'unsetCapability' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 373 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 392 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 405 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 405 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 406 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 432 |
![]() |
design | DesignForExtension | Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() |
design | DesignForExtension | Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 439 |
![]() |
design | DesignForExtension | Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. | 443 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 443 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'getProfileId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
design | DesignForExtension | Method 'setProfileId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
design | DesignForExtension | Method 'isSetProfileId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'getReqAtomName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
design | DesignForExtension | Method 'setReqAtomName' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
design | DesignForExtension | Method 'isSetReqAtomName' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'getReqAtomValue' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
design | DesignForExtension | Method 'setReqAtomValue' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
design | DesignForExtension | Method 'isSetReqAtomValue' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
design | DesignForExtension | Method 'getReqCriteria' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
design | DesignForExtension | Method 'setReqCriteria' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
design | DesignForExtension | Method 'isSetReqCriteria' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'getLogicalRelation' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
design | DesignForExtension | Method 'setLogicalRelation' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
design | DesignForExtension | Method 'isSetLogicalRelation' 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. | 114 |
![]() |
design | DesignForExtension | Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
design | DesignForExtension | Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
design | DesignForExtension | Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'getReqAtom' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'setReqAtom' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'isSetReqAtom' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'getReqGroup' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
design | DesignForExtension | Method 'setReqGroup' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
design | DesignForExtension | Method 'isSetReqGroup' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
design | DesignForExtension | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'isSetOptional' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 91 |
![]() |
design | DesignForExtension | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
design | DesignForExtension | Method 'isSetAny' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'unsetAny' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 72 |
![]() |
design | DesignForExtension | Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
design | DesignForExtension | Method 'setMajor' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 80 |
![]() |
design | DesignForExtension | Method 'isSetMajor' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
design | DesignForExtension | Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
design | DesignForExtension | Method 'setMinor' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 100 |
![]() |
design | DesignForExtension | Method 'isSetMinor' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
design | DesignForExtension | Method 'getMicro' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
design | DesignForExtension | Method 'setMicro' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 120 |
![]() |
design | DesignForExtension | Method 'isSetMicro' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
design | DesignForExtension | Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
design | DesignForExtension | Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'isSetBuild' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 161). | 21 |
![]() |
javadoc | JavadocStyle | Missing a Javadoc comment. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'member'. | 39 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'type'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'busMemberID'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'busName'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'memberType'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'label'. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'comment'. | 45 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'member'. | 52 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'type'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'busMemberID'. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 64 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 105 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 146 |
![]() |
design | DesignForExtension | Method 'busMemberAdded' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 152 |
![]() |
design | DesignForExtension | Method 'busMemberRemoved' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
design | DesignForExtension | Method 'regParamsAdded' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
design | DesignForExtension | Method 'regParamsRemoved' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
design | DesignForExtension | Method 'addListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
design | DesignForExtension | Method 'removeListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | VisibilityModifier | Variable 'myPeer' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'shared' must be private and have accessor methods. | 52 |
![]() |
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. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'handlers' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
naming | MemberName | Name 'TYPE_ADD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | MemberName | Name 'TYPE_REMOVE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 80 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
design | DesignForExtension | Method 'spaceLost' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
design | DesignForExtension | Method 'peerJoined' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
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. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 89 |
![]() |
design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
design | DesignForExtension | Method 'setSharingParams' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'addListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'removeListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | FinalClass | Class MySpaceListener should be declared as final. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 47 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 60 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 113 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sharedObj'. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 114 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 120 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 121 |
![]() |
design | DesignForExtension | Method 'stop' 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 | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'mm' must be private and have accessor methods. | 39 |
![]() |
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. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'getPeers' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'getPeerAttribute' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 99 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 130 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
naming | MemberName | Name 'TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
design | DesignForExtension | Method 'getManagedSpaces' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
design | DesignForExtension | Method 'getPeers' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
design | DesignForExtension | Method 'getSpaceDefaultConfiguration' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
design | DesignForExtension | Method 'getPendingSpace' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
design | DesignForExtension | Method 'getWaitAfterJoinRequest' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'getMyPeerCard' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
design | DesignForExtension | Method 'getSpaces' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 326 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 329 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 332 |
![]() |
design | DesignForExtension | Method 'initSpace' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
design | DesignForExtension | Method 'join' is not designed for extension - needs to be abstract, final or empty. | 460 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 460 |
![]() |
design | DesignForExtension | Method 'cleanUpJoinRequest' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 546 |
![]() |
design | DesignForExtension | Method 'spaceJoined' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 555 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 612 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 642 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 655 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 668 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 672 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'space'. | 672 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 704 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 707 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 715 |
![]() |
design | DesignForExtension | Method 'readSpaceDefaultConfigurations' is not designed for extension - needs to be abstract, final or empty. | 728 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 728 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 729 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 788 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 792 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 793 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 829 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 833 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'space'. | 833 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 849 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 863 |
![]() |
naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 864 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 872 |
![]() |
design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 893 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 893 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 958 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 980 |
![]() |
design | DesignForExtension | Method 'joinRequest' is not designed for extension - needs to be abstract, final or empty. | 1008 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1008 |
![]() |
design | DesignForExtension | Method 'newSpacesFound' is not designed for extension - needs to be abstract, final or empty. | 1068 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1068 |
![]() |
design | DesignForExtension | Method 'peerFound' is not designed for extension - needs to be abstract, final or empty. | 1084 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1084 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 1097 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 1109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1109 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 1118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1118 |
![]() |
design | DesignForExtension | Method 'leaveRequest' is not designed for extension - needs to be abstract, final or empty. | 1128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 |
![]() |
design | DesignForExtension | Method 'leaveSpace' is not designed for extension - needs to be abstract, final or empty. | 1152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1152 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 1214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1214 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1255 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 1260 |
![]() |
design | DesignForExtension | Method 'addSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 1279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1279 |
![]() |
design | DesignForExtension | Method 'removeSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 1284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1284 |
![]() |
design | DesignForExtension | Method 'setListOfPeers' is not designed for extension - needs to be abstract, final or empty. | 1289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1289 |
![]() |
design | DesignForExtension | Method 'getSpaceStatus' is not designed for extension - needs to be abstract, final or empty. | 1302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1302 |
![]() |
design | DesignForExtension | Method 'mpaInstalled' is not designed for extension - needs to be abstract, final or empty. | 1306 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1306 |
![]() |
design | DesignForExtension | Method 'mpaInstalling' is not designed for extension - needs to be abstract, final or empty. | 1311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1311 |
![]() |
design | DesignForExtension | Method 'spaceEvent' is not designed for extension - needs to be abstract, final or empty. | 1317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1317 |
![]() |
design | DesignForExtension | Method 'getMatchingPeers' is not designed for extension - needs to be abstract, final or empty. | 1330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1330 |
![]() |
design | DesignForExtension | Method 'getPeerAttributes' is not designed for extension - needs to be abstract, final or empty. | 1339 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1339 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'controlBrolker' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'spaceEventHandler' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'spaceManager' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'setStop' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'spaceManager' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'controlBroker' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'registerTenant' 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. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Method 'unregisterTenant' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
design | DesignForExtension | Method 'getTenants' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
design | DesignForExtension | Method 'addTenantListener' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
design | DesignForExtension | Method 'removeTenantListener' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channelMessage'. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 58 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 67 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 76 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 103 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channelName'. | 111 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channelName'. | 120 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clz'. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'communicationChannels'. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'communicationChannels'. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'groupName'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 41 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'configurations'. | 57 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 61 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 70 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 78 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceCoordinator'. | 95 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 104 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sender'. | 120 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 154 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'channelNames'. | 154 |
![]() |
design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Method 'addMessageListener' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
design | DesignForExtension | Method 'getListenerByNameAndType' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
design | DesignForExtension | Method 'removeMessageListener' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
design | DesignForExtension | Method 'rejectedExecution' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Method 'configureChannels' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 254 |
![]() |
design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 257 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 275 |
![]() |
design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 278 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 297 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 300 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 300 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 300 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 304 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 307 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'recipients'. | 307 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 311 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 314 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 318 |
![]() |
design | DesignForExtension | Method 'sendAll' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 321 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 321 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
design | DesignForExtension | Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
design | DesignForExtension | Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'communicationModule' must be private and have accessor methods. | 40 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'e'. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 171 |
![]() |
design | DesignForExtension | Method 'getSpaces' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
design | DesignForExtension | Method 'getSpaces' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
design | DesignForExtension | Method 'newSpace' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
design | DesignForExtension | Method 'leaveSpace' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
![]() |
design | DesignForExtension | Method 'requestToLeave' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
design | DesignForExtension | Method 'requestPeerCard' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
![]() |
design | DesignForExtension | Method 'newSpacesFound' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
![]() |
design | DesignForExtension | Method 'joinSpace' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 418 |
![]() |
design | DesignForExtension | Method 'addPeer' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 460 |
![]() |
design | DesignForExtension | Method 'announceNewPeer' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
![]() |
design | DesignForExtension | Method 'messageFromSpace' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
sizes | MethodLength | Method length is 160 lines (max allowed is 150). | 500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 506 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 520 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 535 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 556 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 576 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 597 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 633 |
![]() |
design | DesignForExtension | Method 'configureSpaceChannel' is not designed for extension - needs to be abstract, final or empty. | 661 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 661 |
![]() |
design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 672 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 672 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 688 |
![]() |
design | DesignForExtension | Method 'handleSendError' is not designed for extension - needs to be abstract, final or empty. | 703 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 703 |
![]() |
design | DesignForExtension | Method 'destroySpace' is not designed for extension - needs to be abstract, final or empty. | 743 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 743 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 757 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 760 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 760 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 782 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 782 |
![]() |
design | DesignForExtension | Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. | 806 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 806 |
![]() |
design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 810 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 810 |
![]() |
design | DesignForExtension | Method 'getPeersAddress' is not designed for extension - needs to be abstract, final or empty. | 822 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 822 |
![]() |
design | DesignForExtension | Method 'renewSpace' is not designed for extension - needs to be abstract, final or empty. | 831 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 831 |
![]() |
design | DesignForExtension | Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. | 844 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 844 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'checkType' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() |
design | DesignForExtension | Method 'getLowerbound' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
design | DesignForExtension | Method 'getUpperbound' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() |
design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
design | DesignForExtension | Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 341 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 140 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 149 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 158 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 173 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 173 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 182 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prop'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'info'. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'supertype'. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ttl'. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'log'. | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'l'. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 94 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'first'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'second'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 103 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 182 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 259 |
![]() |
coding | SimplifyBooleanReturn | Conditional logic can be removed. | 263 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 292 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 54 |
![]() |
design | DesignForExtension | Method 'addType' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
design | DesignForExtension | Method 'of' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
design | DesignForExtension | Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
design | DesignForExtension | Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
design | DesignForExtension | Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
design | DesignForExtension | Method 'types' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
design | DesignForExtension | Method 'elements' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 103 |
![]() |
design | DesignForExtension | Method 'setLen' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
design | DesignForExtension | Method 'setLen' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 134 |
![]() |
design | DesignForExtension | Method 'setLen' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 155 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
design | DesignForExtension | Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 180 |
![]() |
design | DesignForExtension | Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 207 |
![]() |
design | DesignForExtension | Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 228 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 243 |
![]() |
design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 253 |
![]() |
design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 280 |
![]() |
design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 301 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 309 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 316 |
![]() |
design | DesignForExtension | Method 'minLength' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'min'. | 316 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 327 |
![]() |
design | DesignForExtension | Method 'minLength' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'min'. | 327 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 338 |
![]() |
design | DesignForExtension | Method 'minLength' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'min'. | 338 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 342 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 349 |
![]() |
design | DesignForExtension | Method 'maxLength' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 349 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 353 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 360 |
![]() |
design | DesignForExtension | Method 'maxLength' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 360 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 371 |
![]() |
design | DesignForExtension | Method 'maxLength' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 371 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 382 |
![]() |
design | DesignForExtension | Method 'length' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'len'. | 382 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 393 |
![]() |
design | DesignForExtension | Method 'length' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'len'. | 393 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 404 |
![]() |
design | DesignForExtension | Method 'length' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'len'. | 404 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 408 |
![]() |
design | DesignForExtension | Method 'getLen' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() |
design | DesignForExtension | Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() |
design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() |
design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 454 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() |
design | DesignForExtension | Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() |
design | DesignForExtension | Method 'getMemberLen' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() |
design | DesignForExtension | Method 'getMemberValueToCheck' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() |
design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 489 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() |
naming | LocalVariableName | Name 'other_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 531 |
![]() |
naming | LocalVariableName | Name 'other_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
![]() |
design | DesignForExtension | Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 549 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 199 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 242 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 283 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 283 |
![]() |
design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 326 |
![]() |
design | DesignForExtension | Method 'deepCopy' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 372 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 395 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 395 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 397 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 414 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 414 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 414 |
![]() |
design | DesignForExtension | Method 'setPropertyPathFromOffset' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 473 |
![]() |
design | DesignForExtension | Method 'getOntClassInfo' is not designed for extension - needs to be abstract, final or empty. | 473 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
naming | ConstantName | Name 'allValuesFromID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
![]() |
naming | ConstantName | Name 'someValuesFromID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() |
naming | ConstantName | Name 'hasValueID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() |
naming | ConstantName | Name 'minCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
![]() |
naming | ConstantName | Name 'maxCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 113 |
![]() |
naming | ConstantName | Name 'exactCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 678 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 697 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 708 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 713 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 955 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prop'. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
naming | ParameterName | Name '_inverseOf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'info'. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 179 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 188 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 197 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 206 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 215 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'info'. | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 183). | 213 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extenderInfo'. | 260 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extenderInfo'. | 269 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 310 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 432 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 432 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 439 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'permissionCheck'. | 439 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 450 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 461 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 470 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 470 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 503 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 260 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 272 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 272 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 296 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 310 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 466 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 227 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 308 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 364 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mc'. | 520 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 606 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 665 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 671 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 10 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'propMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
design | DesignForExtension | Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() |
design | DesignForExtension | Method 'setOnProperty' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
design | DesignForExtension | Method 'getOnProperty' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
design | DesignForExtension | Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
design | DesignForExtension | Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 165 |
![]() |
design | DesignForExtension | Method 'matchesNonRestriction' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subtype'. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ttl'. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'log'. | 165 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 233 |
![]() |
design | DesignForExtension | Method 'addToList' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 314 |
![]() |
design | DesignForExtension | Method 'getRestrictionOnProperty' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 314 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'superClassURI'. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 169 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'additionalTypes'. | 178 |
![]() |
design | DesignForExtension | Method 'collectTypesMinimized' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 196 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'l'. | 196 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 226 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 232 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'member'. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 250 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 315 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 315 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 315 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 369 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 388 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 388 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 388 |
![]() |
design | DesignForExtension | Method 'synchronize' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
design | DesignForExtension | Method 'checkTTL' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 481 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'facetURI' must be private and have accessor methods. | 96 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 99 |
![]() |
design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
design | DesignForExtension | Method 'iterate' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
design | DesignForExtension | Method 'addConstrainingFacet' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
design | DesignForExtension | Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() |
design | DesignForExtension | Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
design | DesignForExtension | Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'pattern'. | 238 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'compiledPattern'. | 243 |
![]() |
design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() |
design | DesignForExtension | Method 'setFacet' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() |
design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
design | DesignForExtension | Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
design | DesignForExtension | Method 'resolveVarByGreaterEqual' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
design | DesignForExtension | Method 'resolveVarByLessEqual' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
design | DesignForExtension | Method 'getMemberValueToCheck' is not designed for extension - needs to be abstract, final or empty. | 377 |
![]() |
design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() |
sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 381 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 381 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 381 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() |
sizes | MethodLength | Method length is 228 lines (max allowed is 150). | 563 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 563 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 563 |
![]() |
naming | ParameterName | Name 'other_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 |
![]() |
naming | ParameterName | Name 'other_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 |
![]() |
naming | ParameterName | Name 'other_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 |
![]() |
naming | ParameterName | Name 'other_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 86 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'type'. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 74 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 256 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'none' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
naming | ConstantName | Name 'low' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'middle' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'high' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'full' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
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. | 52 |
![]() |
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. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
naming | ConstantName | Name 'poor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
naming | ConstantName | Name 'almostPoor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
naming | ConstantName | Name 'almostSufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
naming | ConstantName | Name 'sufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
naming | ConstantName | Name 'richSufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
naming | ConstantName | Name 'almostSatisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
naming | ConstantName | Name 'satisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
naming | ConstantName | Name 'richSatisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
naming | ConstantName | Name 'almostGood' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
naming | ConstantName | Name 'good' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
naming | ConstantName | Name 'richGood' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
naming | ConstantName | Name 'almostExcellent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
naming | ConstantName | Name 'excellent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dbgClass'. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 190). | 113 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 170). | 126 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 156 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 157 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 176 |
![]() |
sizes | MethodLength | Method length is 180 lines (max allowed is 150). | 176 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dbgClass'. | 176 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 160). | 182 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 193 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 210 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 222 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 174). | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 243 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 200). | 255 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 256 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 276 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 295 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 402 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prop'. | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 89 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
design | DesignForExtension | Method 'setFunctional' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Method 'addSuperProperty' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
design | DesignForExtension | Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 175 |
![]() |
design | DesignForExtension | Method 'isFunctional' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
design | DesignForExtension | Method 'containsType' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 90 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 163). | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 138 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 145 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 157). | 206 |
![]() |
design | DesignForExtension | Method 'allowInstancesOf' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 390 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 460 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 460 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
naming | MemberName | Name 'ns_delim_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 196 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 233 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 268 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 274 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 291 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 294 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 303 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 303 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 311 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 317 |
![]() |
design | DesignForExtension | Method 'addType' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 345 |
![]() |
design | DesignForExtension | Method 'asList' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 363 |
![]() |
design | DesignForExtension | Method 'asList' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 424 |
![]() |
design | DesignForExtension | Method 'changeProperty' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 450 |
![]() |
design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 456 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 456 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 472 |
![]() |
design | DesignForExtension | Method 'deepCopy' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 544 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 544 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 544 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 551 |
![]() |
design | DesignForExtension | Method 'getCompactRepresentationAsString' is not designed for extension - needs to be abstract, final or empty. | 552 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 552 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 553 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 554 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 560 |
![]() |
design | DesignForExtension | Method 'getResourceComment' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 571 |
![]() |
design | DesignForExtension | Method 'getResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 574 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 582 |
![]() |
design | DesignForExtension | Method 'getResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 588 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 596 |
![]() |
design | DesignForExtension | Method 'getDefaultLang' is not designed for extension - needs to be abstract, final or empty. | 599 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 607 |
![]() |
design | DesignForExtension | Method 'getOrConstructLabel' is not designed for extension - needs to be abstract, final or empty. | 614 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 621 |
![]() |
design | DesignForExtension | Method 'getOrConstructLabel' is not designed for extension - needs to be abstract, final or empty. | 631 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 650 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 652 |
![]() |
design | DesignForExtension | Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. | 656 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 663 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 665 |
![]() |
design | DesignForExtension | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 669 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 677 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 679 |
![]() |
design | DesignForExtension | Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 683 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 697 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 702 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 707 |
![]() |
design | DesignForExtension | Method 'getPropertyURIs' is not designed for extension - needs to be abstract, final or empty. | 707 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 730 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 734 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 734 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 734 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 742 |
![]() |
design | DesignForExtension | Method 'getStaticFieldValue' is not designed for extension - needs to be abstract, final or empty. | 749 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 762 |
![]() |
design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 762 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 778 |
![]() |
design | DesignForExtension | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 778 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 792 |
![]() |
design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 792 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 797 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 797 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 802 |
![]() |
design | DesignForExtension | Method 'hasProperty' is not designed for extension - needs to be abstract, final or empty. | 802 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 802 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 810 |
![]() |
design | DesignForExtension | Method 'hasQualifiedName' is not designed for extension - needs to be abstract, final or empty. | 810 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 815 |
![]() |
design | DesignForExtension | Method 'isAnon' is not designed for extension - needs to be abstract, final or empty. | 815 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 829 |
![]() |
design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 829 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 829 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 843 |
![]() |
design | DesignForExtension | Method 'isBlockingAddingTypes' is not designed for extension - needs to be abstract, final or empty. | 847 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 857 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 857 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 865 |
![]() |
design | DesignForExtension | Method 'numberOfProperties' is not designed for extension - needs to be abstract, final or empty. | 865 |
![]() |
design | DesignForExtension | Method 'representsQualifiedURI' is not designed for extension - needs to be abstract, final or empty. | 869 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 869 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 878 |
![]() |
design | DesignForExtension | Method 'serializesAsXMLLiteral' is not designed for extension - needs to be abstract, final or empty. | 878 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 884 |
![]() |
design | DesignForExtension | Method 'setResourceComment' is not designed for extension - needs to be abstract, final or empty. | 888 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 895 |
![]() |
design | DesignForExtension | Method 'setResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 899 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 907 |
![]() |
design | DesignForExtension | Method 'addMultiLangProp' is not designed for extension - needs to be abstract, final or empty. | 914 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 951 |
![]() |
design | DesignForExtension | Method 'getMultiLangProp' is not designed for extension - needs to be abstract, final or empty. | 964 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1035 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 1038 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 1038 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1038 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1076 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1079 |
![]() |
design | DesignForExtension | Method 'setPropertyPath' is not designed for extension - needs to be abstract, final or empty. | 1079 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 1079 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1079 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1085 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1088 |
![]() |
design | DesignForExtension | Method 'setPropertyPath' is not designed for extension - needs to be abstract, final or empty. | 1088 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 1088 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 1088 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'force'. | 1089 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1100 |
![]() |
design | DesignForExtension | Method 'setPropertyPathFromOffset' is not designed for extension - needs to be abstract, final or empty. | 1117 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1146 |
![]() |
design | DesignForExtension | Method 'propertyAsList' is not designed for extension - needs to be abstract, final or empty. | 1151 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1151 |
![]() |
design | DesignForExtension | Method 'addToProperty' is not designed for extension - needs to be abstract, final or empty. | 1170 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1185 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 1185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1193 |
![]() |
design | DesignForExtension | Method 'removeFromProperty' is not designed for extension - needs to be abstract, final or empty. | 1202 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1204 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1220 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 1223 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1229 |
![]() |
design | DesignForExtension | Method 'toStringRecursive' is not designed for extension - needs to be abstract, final or empty. | 1232 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1238 |
![]() |
design | DesignForExtension | Method 'toStringRecursive' is not designed for extension - needs to be abstract, final or empty. | 1245 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'visitedElements'. | 1246 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1309 |
![]() |
design | DesignForExtension | Method 'unliteral' is not designed for extension - needs to be abstract, final or empty. | 1310 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1314 |
![]() |
design | DesignForExtension | Method 'literal' is not designed for extension - needs to be abstract, final or empty. | 1315 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
design | DesignForExtension | Method 'isScoped' is not designed for extension - needs to be abstract, final or empty. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'handlers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 77 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 96 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'h'. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
naming | ConstantName | Name 'stringifiedPosInf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
naming | ConstantName | Name 'stringifiedNegInf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 457 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 469 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 488 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 515 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 539 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 570 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 643 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 703 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 727 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 743 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 770 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 796 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 817 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 868 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 906 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 913 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 921 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 946 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 962 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 976 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'expected'. | 976 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 31 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serialized'. | 31 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serialized'. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'resourceURI'. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'messageContent'. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'xmlLiteral' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 46 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 131 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 157 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 170 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 237 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 237 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 250 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 258 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 258 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 267 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 267 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 272 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 272 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 277 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 289 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 289 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | StaticVariableName | Name 'NOT_SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
design | VisibilityModifier | Variable 'NOT_SERIALIZED' must be private and have accessor methods. | 51 |
![]() |
naming | StaticVariableName | Name 'BEING_SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
design | VisibilityModifier | Variable 'BEING_SERIALIZED' must be private and have accessor methods. | 54 |
![]() |
naming | StaticVariableName | Name 'SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() |
design | VisibilityModifier | Variable 'SERIALIZED' must be private and have accessor methods. | 57 |
![]() |
design | VisibilityModifier | Variable 'refs' must be private and have accessor methods. | 69 |
![]() |
design | VisibilityModifier | Variable 'redType' must be private and have accessor methods. | 76 |
![]() |
design | VisibilityModifier | Variable 'serialized' must be private and have accessor methods. | 79 |
![]() |
design | VisibilityModifier | Variable 'nodeID' must be private and have accessor methods. | 85 |
![]() |
design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 91 |
![]() |
design | VisibilityModifier | Variable 'objects' must be private and have accessor methods. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'writer'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'embedLevel'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nsTable'. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reduction'. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r'. | 222 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nsTable'. | 222 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 268 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'root'. | 352 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nsTable'. | 352 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 386 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'localPrefix'. | 394 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'counter'. | 394 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'counterLen'. | 394 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 398 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 427 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r'. | 427 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 431 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 457 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subj'. | 457 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pred'. | 457 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'obj'. | 457 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subj'. | 508 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pred'. | 508 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'types'. | 508 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'force'. | 508 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 508 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ont'. | 556 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 556 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 567 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'root'. | 620 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 620 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 648 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 667 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 698 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 715 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'predicate'. | 750 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 750 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'res'. | 759 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isType'. | 759 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 759 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 845 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'val'. | 873 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'closed'. | 873 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isType'. | 873 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 873 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'asLiteral'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'asLiteral'. | 97 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 110 |
![]() |
design | DesignForExtension | Method 'getFunctionParams' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
design | DesignForExtension | Method 'getTheFunction' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 125 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 133 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 166 |
![]() |
design | DesignForExtension | Method 'toLiteral' is not designed for extension - needs to be abstract, final or empty. | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.service.owls.profile.ServiceProfile. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 73 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 92 |
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 | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'oneOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | ConstantName | Name 'minOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'maxOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'minDistanceToRefLoc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'maxDistanceToRefLoc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'order'. | 59 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 122 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 129 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 136 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 171 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 179 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 179 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
naming | ConstantName | Name 'succeeded' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
naming | ConstantName | Name 'noMatchingServiceFound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
naming | ConstantName | Name 'responseTimedOut' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | ConstantName | Name 'serviceSpecificFailure' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
naming | ConstantName | Name 'denied' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'reqID'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'response'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
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. | 52 |
![]() |
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 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'request'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'call'. | 90 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'request'. | 105 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'call'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'addNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
design | DesignForExtension | Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
design | DesignForExtension | Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'getInputValue' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 198 |
![]() |
whitespace | OperatorWrap | '?' should be on a new line. | 198 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 200 |
![]() |
design | DesignForExtension | Method 'getInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
design | DesignForExtension | Method 'getProcessURI' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 267 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
design | DesignForExtension | Method 'setInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
design | DesignForExtension | Method 'setProcessURI' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 303 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 303 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 303 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 160 |
![]() |
design | DesignForExtension | Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 192 |
![]() |
design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 86 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'request'. | 86 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
design | DesignForExtension | Method 'inject' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 136 |
![]() |
design | DesignForExtension | Method 'inject' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'request'. | 215 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
design | DesignForExtension | Method 'getAllServices' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
design | DesignForExtension | Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() |
design | DesignForExtension | Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
design | DesignForExtension | Method 'addAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() |
design | DesignForExtension | Method 'removeAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 209 |
![]() |
design | DesignForExtension | Method 'acceptsRandomSelection' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
design | DesignForExtension | Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 230 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 230 |
![]() |
design | DesignForExtension | Method 'addAggregatingFilter' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'addAggregatingOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'f'. | 257 |
![]() |
design | DesignForExtension | Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 268 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 268 |
![]() |
design | DesignForExtension | Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 279 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 287 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 289 |
![]() |
design | DesignForExtension | Method 'addRequiredOutput' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'paramURI'. | 289 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fromProp'. | 289 |
![]() |
design | DesignForExtension | Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 304 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 304 |
![]() |
design | DesignForExtension | Method 'addTypeFilter' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'refPath'. | 314 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 314 |
![]() |
design | DesignForExtension | Method 'addValueFilter' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'refPath'. | 324 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'hasValue'. | 324 |
![]() |
design | DesignForExtension | Method 'getFilters' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() |
design | DesignForExtension | Method 'getRequestedService' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
design | DesignForExtension | Method 'getRequiredEffects' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() |
design | DesignForExtension | Method 'getRequiredOutputs' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 401 |
![]() |
design | DesignForExtension | Method 'getOutputAggregations' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 484 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 496 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 496 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 510 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 511 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 518 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 519 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 519 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 534 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 542 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 561 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 573 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.util.Hashtable. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 85 |
![]() |
design | DesignForExtension | Method 'allowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
design | DesignForExtension | Method 'disallowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Method 'isUnboundOutputAllowed' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
coding | SimplifyBooleanReturn | Conditional logic can be removed. | 99 |
![]() |
design | DesignForExtension | Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
design | DesignForExtension | Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() |
design | DesignForExtension | Method 'getCallStatus' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
design | DesignForExtension | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
design | DesignForExtension | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
design | DesignForExtension | Method 'getOutputsMap' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 274 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 296 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 296 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 323 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'input'. | 54 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 70 |
![]() |
design | DesignForExtension | Method 'getInput' is not designed for extension - needs to be abstract, final or empty. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | DesignForExtension | Method 'allowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | DesignForExtension | Method 'addProfiles' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'getProfiles' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Method 'exist' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 37 |
![]() |
design | DesignForExtension | Method 'addServiceRealization' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'removeServiceRealization' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getServiceRealizationByID' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'getAllServiceRealizations' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Method 'getServiceRealizationIds' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'addLocalWaitier' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'getAndRemoveLocalWaiterCallerID' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | DesignForExtension | Method 'createLocalServicesIndexData' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'createLocalServiceSearchResultsData' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'createLocalWaitingCallersData' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
design | VisibilityModifier | Variable 'busStrategy' must be private and have accessor methods. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'brokerCall' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Method 'brokerCall' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subscriber'. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'request'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 166 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'realizedServices'. | 166 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'throwOnDuplicateReg'. | 166 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 176 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 176 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 184 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 191 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 191 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 198 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 198 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keywords'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subscriber'. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestURI'. | 214 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 223 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'realizedServices'. | 223 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 233 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'response'. | 233 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 242 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'request'. | 242 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callee'. | 257 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 267 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'caller'. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'getInitialServiceDialogProperty' is not designed for extension - needs to be abstract, final or empty. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
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. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 116 |
![]() |
design | DesignForExtension | Method 'addMeasuredResponseTime' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rt'. | 121 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 132 |
![]() |
design | DesignForExtension | Method 'addQoSRating' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
design | DesignForExtension | Method 'assertServiceCall' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'request'. | 159 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 198 |
![]() |
design | DesignForExtension | Method 'getAvgQoSRating' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 208 |
![]() |
design | DesignForExtension | Method 'getAvgResponseTime' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 219 |
![]() |
design | DesignForExtension | Method 'getMaxQoSRating' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 229 |
![]() |
design | DesignForExtension | Method 'getMaxResponseTime' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 240 |
![]() |
design | DesignForExtension | Method 'getMinQoSRating' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 250 |
![]() |
design | DesignForExtension | Method 'getMinResponseTime' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 261 |
![]() |
design | DesignForExtension | Method 'getNumberOfQoSRatings' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 271 |
![]() |
design | DesignForExtension | Method 'getNumberOfResponseTimeMeasurements' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 281 |
![]() |
design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 290 |
![]() |
design | DesignForExtension | Method 'getResponseTimeout' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 307 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 334 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 350 |
![]() |
design | DesignForExtension | Method 'matchesAll' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 371 |
![]() |
design | DesignForExtension | Method 'matchesOne' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 392 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'searched'. | 402 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 402 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'text'. | 402 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 412 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 412 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 420 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 427 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 427 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 427 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 427 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
design | DesignForExtension | Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
design | DesignForExtension | Method 'getInitialServiceDialogProperty' is not designed for extension - needs to be abstract, final or empty. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | FileLength | File length is 2,147 lines (max allowed is 2,000). | 1 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'callerID' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'serviceClassURI' must be private and have accessor methods. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
design | VisibilityModifier | Variable 'reqOrSubs' must be private and have accessor methods. | 112 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
design | VisibilityModifier | Variable 'matches' must be private and have accessor methods. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
design | VisibilityModifier | Variable 'pendingCalls' must be private and have accessor methods. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'createServiceStrategyDataFactory' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 205 |
![]() |
design | DesignForExtension | Method 'addAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 244 |
![]() |
design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 263 |
![]() |
design | VisibilityModifier | Variable 'processURI' must be private and have accessor methods. | 264 |
![]() |
design | VisibilityModifier | Variable 'registration' must be private and have accessor methods. | 265 |
![]() |
design | VisibilityModifier | Variable 'profile' must be private and have accessor methods. | 266 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 354 |
![]() |
design | DesignForExtension | Method 'injectCall' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 544 |
![]() |
sizes | MethodLength | Method length is 274 lines (max allowed is 150). | 550 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 579 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 582 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 582 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 582 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 587 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 587 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 598 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 598 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 603 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 603 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 608 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 608 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 623 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 623 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 627 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 627 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 627 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 672 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 825 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sr'. | 831 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 842 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 909 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 940 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 949 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<V>'. | 967 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<V>'. | 986 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 995 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 1009 |
![]() |
sizes | MethodLength | Method length is 496 lines (max allowed is 150). | 1009 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msg'. | 1009 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 1009 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 1011 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 1308 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 1369 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 169). | 1495 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1506 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'matchingServices'. | 1529 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'matchingServices'. | 1574 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 1575 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1615 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1649 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1660 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1678 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prof'. | 1686 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'registration'. | 1686 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processURI'. | 1686 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 1694 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1729 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1750 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1767 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1794 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1824 |
![]() |
design | DesignForExtension | Method 'waitForCoordinatorToBeKnown' is not designed for extension - needs to be abstract, final or empty. | 1855 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1855 |
![]() |
design | DesignForExtension | Method 'notifyOnFoundCoordinator' is not designed for extension - needs to be abstract, final or empty. | 1859 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1859 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1863 |
![]() |
design | DesignForExtension | Method 'removeAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 1873 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1915 |
![]() |
design | DesignForExtension | Method 'removeMatchingRegParams' is not designed for extension - needs to be abstract, final or empty. | 1923 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1962 |
![]() |
design | DesignForExtension | Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. | 1969 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 1998 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2038 |
![]() |
design | DesignForExtension | Method 'getAllServiceProfiles' is not designed for extension - needs to be abstract, final or empty. | 2046 |
![]() |
design | DesignForExtension | Method 'getAllServiceProfilesWithCalleeIDs' is not designed for extension - needs to be abstract, final or empty. | 2077 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2077 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 2081 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 2130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Method 'getNonSemanticInput' 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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 51 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'description'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startServiceURI'. | 60 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 69 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestingUser'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 106 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - java.util.Enumeration. | 23 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.TypeExpression. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'restrictions'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 131 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 138 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'restrictions'. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 181 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r'. | 181 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toPath'. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 203 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 203 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 215 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 218 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 218 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 226 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 229 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 229 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 229 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 229 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 230 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 238 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 239 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 242 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 242 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 247 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 251 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 251 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 251 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 251 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 252 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 261 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 264 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 265 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 270 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 273 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 274 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 274 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 279 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 282 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 282 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 282 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 283 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 283 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 288 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'outParamURI'. | 291 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 291 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 291 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 291 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 292 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 305 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 305 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 314 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 361 |
![]() |
design | DesignForExtension | Method 'getFixedValueConditions' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 369 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 25 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.service.ServiceCall. | 29 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.service.ServiceCallee. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 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. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uis'. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'description'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startServiceURI'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestedService'. | 148 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 182 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestedService'. | 195 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 196 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestedService'. | 258 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 310 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 317 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 317 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 24 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
![]() |
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. | 56 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 25 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
![]() |
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 | JavadocStyle | First sentence should end with a period. | 55 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Object'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 110 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'AggregatingFilter'. | 113 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 115 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'filter'. | 122 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 131 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 134 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 136 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'TypeURI'. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 143 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetClass'. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 153 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 156 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 158 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 165 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 165 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 175 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 178 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 180 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 185 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 194 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 197 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 215 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Resource'. | 218 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Hastable'. | 220 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'req'. | 225 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'offer'. | 225 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Object'. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 66 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Propertypath'. | 105 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Object'. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 112 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 124 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Propertypath'. | 127 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Object'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 134 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 146 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Propertypath'. | 149 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Object'. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 156 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 167 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Resource'. | 170 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'Hastable'. | 172 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'req'. | 177 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'offer'. | 177 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 62 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 103 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
design | DesignForExtension | Method 'asVariableReference' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 173 |
![]() |
design | DesignForExtension | Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 187 |
![]() |
design | DesignForExtension | Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 201 |
![]() |
design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 216 |
![]() |
design | DesignForExtension | Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 228 |
![]() |
design | DesignForExtension | Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 243 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 247 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 305 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 313 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 316 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 333 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 339 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 351 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 357 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 365 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 371 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 382 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 390 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 390 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 64 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 89 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 178). | 114 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 136 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'logID'. | 148 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 159 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 175 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 278 |
![]() |
design | DesignForExtension | Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 291 |
![]() |
design | DesignForExtension | Method 'addAggregatingOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 303 |
![]() |
design | DesignForExtension | Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 316 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'value'. | 322 |
![]() |
design | DesignForExtension | Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 329 |
![]() |
design | DesignForExtension | Method 'addClassConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 343 |
![]() |
design | DesignForExtension | Method 'addLangConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 357 |
![]() |
design | DesignForExtension | Method 'addUnitConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 371 |
![]() |
design | DesignForExtension | Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 383 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 397 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 411 |
![]() |
design | DesignForExtension | Method 'getBindings' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 420 |
![]() |
design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 425 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 429 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 433 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 433 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
design | DesignForExtension | Method 'getAbsLocations' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getNumberOfSamples' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 80 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 110 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 117 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'getNumberOfMilliseconds' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 71 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 75 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 87 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 98 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
design | DesignForExtension | Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 295 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 295 |
![]() |
design | DesignForExtension | Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 306 |
![]() |
design | DesignForExtension | Method 'addClassConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 318 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 318 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetClass'. | 318 |
![]() |
design | DesignForExtension | Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'in'. | 328 |
![]() |
design | DesignForExtension | Method 'addLangConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 340 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetLang'. | 340 |
![]() |
design | DesignForExtension | Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'out'. | 350 |
![]() |
design | DesignForExtension | Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 360 |
![]() |
design | DesignForExtension | Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 371 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 371 |
![]() |
design | DesignForExtension | Method 'addUnitConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 383 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 383 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetUnit'. | 383 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 393 |
![]() |
design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 403 |
![]() |
design | DesignForExtension | Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 407 |
![]() |
design | DesignForExtension | Method 'getMandatoryInputs' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 408 |
![]() |
design | DesignForExtension | Method 'getNumberOfInputs' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 419 |
![]() |
design | DesignForExtension | Method 'getNumberOfMandatoryInputs' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 424 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 439 |
![]() |
design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 448 |
![]() |
design | DesignForExtension | Method 'getOutputBindings' is not designed for extension - needs to be abstract, final or empty. | 448 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 458 |
![]() |
design | DesignForExtension | Method 'getProcessURI' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 466 |
![]() |
design | DesignForExtension | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 474 |
![]() |
design | DesignForExtension | Method 'getServiceDescription' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 482 |
![]() |
design | DesignForExtension | Method 'getTheService' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 486 |
![]() |
design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 505 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 514 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 526 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 593 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 596 |
![]() |
design | DesignForExtension | Method 'serializeProfile' is not designed for extension - needs to be abstract, final or empty. | 596 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 600 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 603 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'turtleSP'. | 603 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 611 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 611 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'other'. | 611 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 43 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 171). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 46 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 |
![]() |
blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 58 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 63 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 72 |
![]() |
blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 74 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 79 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 |
![]() |
whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 83 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 90 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 92 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 100 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 108 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 109 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 116 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 117 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 124 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 125 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 140 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 152 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'class1'. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'regExp' must be private and have accessor methods. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 78 |
![]() |
whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 81 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 81 |
![]() |
whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 81 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 84 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 86 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 88 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 90 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 92 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 |
![]() |
blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 94 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 |
![]() |
blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 54 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 59 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 68 |
![]() |
blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 33 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'parameter' must be private and have accessor methods. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 |
![]() |
blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 55 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 60 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 69 |
![]() |
blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 80 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 36 |
![]() |
design | DesignForExtension | Method 'getConfigurationEditor' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | DesignForExtension | Method 'doExecute' 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 |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 43 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 44 |
![]() |
design | DesignForExtension | Method 'complete' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buffer'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'cursor'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'candidates'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() |
naming | ConstantName | Name 'busRegistryShareParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.context.ContextEventPattern. | 24 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.context.ContextSubscriber. | 25 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.service.ServiceCallee. | 27 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.service.owls.profile.ServiceProfile. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'fetchParams' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
design | DesignForExtension | Method 'removeRegistryListeners' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 361 |
![]() |
design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() |
design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 390 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 31 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Form. | 26 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Submit. | 27 |
![]() |
javadoc | JavadocMethod | Unused @param tag for '{@link'. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uiResponse'. | 115 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'oldProfile'. | 145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldUIHandlerProfile'. | 148 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 23 |
![]() |
design | DesignForExtension | Method 'abortDialog' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bus'. | 88 |
![]() |
design | DesignForExtension | Method 'resumeDialog' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 172 |
![]() |
design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 26 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Form. | 35 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.SubdialogTrigger. | 36 |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Submit. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'initialSubscription'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'initialSubscriptions'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 135 |
![]() |
design | DesignForExtension | Method 'getRealizedHandlerProfiles' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 225 |
![]() |
design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
design | DesignForExtension | Method 'addRestriction' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
design | DesignForExtension | Method 'getMatchingDegree' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 167 |
![]() |
design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 248 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 248 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 268 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 279 |
![]() |
design | DesignForExtension | Method 'setSupportedInputModalities' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() |
design | DesignForExtension | Method 'getSupportedInputModalities' is not designed for extension - needs to be abstract, final or empty. | 308 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
design | DesignForExtension | Method 'getAddressedUser' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
design | DesignForExtension | Method 'getDialogForm' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
design | DesignForExtension | Method 'getDialogLanguage' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
design | DesignForExtension | Method 'getDialogPriority' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
design | DesignForExtension | Method 'getDialogPrivacyLevel' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
design | DesignForExtension | Method 'getDialogType' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
design | DesignForExtension | Method 'getImpairments' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
design | DesignForExtension | Method 'getPreferences' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() |
design | DesignForExtension | Method 'getPresentationLocation' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
design | DesignForExtension | Method 'setCollectedInput' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
design | DesignForExtension | Method 'setImpairments' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
design | DesignForExtension | Method 'setPreferences' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() |
design | DesignForExtension | Method 'setPresentationLocation' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
design | DesignForExtension | Method 'setPresentationModality' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
design | DesignForExtension | Method 'getAltPresentationModality' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() |
design | DesignForExtension | Method 'setAltPresentationModality' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 326 |
![]() |
design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'subset'. | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
design | DesignForExtension | Method 'getSubmissionLocation' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'getParentDialogURI' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 133 |
![]() |
design | DesignForExtension | Method 'getSubmissionID' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
design | DesignForExtension | Method 'getSubmittedData' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
design | DesignForExtension | Method 'getUserInput' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
design | DesignForExtension | Method 'isSubdialogCall' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
design | DesignForExtension | Method 'isSubdialogSubmission' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
design | DesignForExtension | Method 'isForDialogManagerCall' is not designed for extension - needs to be abstract, final or empty. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIRequest. | 21 |
![]() |
design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
design | DesignForExtension | Method 'removeDialogId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'removeHandlerId' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
design | DesignForExtension | Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Method 'getDialogs' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'usedHandlers' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Method 'pendingDialogs' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Method 'isDialogHandled' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
design | FinalClass | Class UIBusImpl should be declared as final. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 324 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 327 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'modalityRegex'. | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 38 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 49 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
naming | ParameterName | Name 'CallerID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 90 |
![]() |
design | DesignForExtension | Method 'onRequest' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 96 |
![]() |
design | DesignForExtension | Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 110 |
![]() |
design | DesignForExtension | Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 131 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 184 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 192 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 199 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 201 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 202 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 202 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 219 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 226 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 256 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 256 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 260 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
design | DesignForExtension | Method 'resumeDialog' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 303 |
![]() |
design | DesignForExtension | Method 'dialogSuspended' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
![]() |
design | DesignForExtension | Method 'suspendDialog' is not designed for extension - needs to be abstract, final or empty. | 328 |
![]() |
design | DesignForExtension | Method 'abortDialog' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 415 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 428 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 443 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dialogID'. | 443 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'data'. | 443 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 454 |
![]() |
design | DesignForExtension | Method 'notifyCallerDialogSubmitted' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'response'. | 455 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 472 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() |
design | DesignForExtension | Method 'abortAllPendingRequestsFor' is not designed for extension - needs to be abstract, final or empty. | 487 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'caller'. | 487 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 495 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 496 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 509 |
![]() |
design | DesignForExtension | Method 'lostCoordinator' is not designed for extension - needs to be abstract, final or empty. | 513 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 35 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 51 |
![]() |
design | DesignForExtension | Method 'setDialogManager' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Form. | 48 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 54 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 103 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 132 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 132 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 132 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 161 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 162 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 162 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 162 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dialogID'. | 193 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handlerID'. | 193 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 200 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 200 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 200 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 210 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 211 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 211 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 211 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 216 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 218 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 219 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 239 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 244 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 248 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 275 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 275 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 279 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 289 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 293 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 294 |
![]() |
design | DesignForExtension | Method 'setDialogManager' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dm'. | 294 |
![]() |
design | DesignForExtension | Method 'adaptationParametersChanged' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() |
design | DesignForExtension | Method 'cutDialog' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 394 |
![]() |
design | DesignForExtension | Method 'dialogFinished' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
design | DesignForExtension | Method 'userLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handlerID'. | 446 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 458 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uiRequest'. | 458 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 510 |
![]() |
naming | MethodName | Name 'notifyHandler_apChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 521 |
![]() |
naming | MethodName | Name 'notifyHandler_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 552 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 572 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 574 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 575 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'handlerId'. | 582 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'resp'. | 582 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 588 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'response'. | 620 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 622 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 623 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 629 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 630 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 668 |
![]() |
design | DesignForExtension | Method 'lostCoordinator' is not designed for extension - needs to be abstract, final or empty. | 689 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.bus.model.BusStrategy. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'returned' must be private and have accessor methods. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'purged' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 79 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 83 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 84 |
![]() |
design | DesignForExtension | Method 'placeSynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
design | DesignForExtension | Method 'placeAsynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callMessage'. | 150 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'memberID'. | 164 |
![]() |
design | DesignForExtension | Method 'placeSynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 172 |
![]() |
design | DesignForExtension | Method 'placeAsynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'callMessage'. | 208 |
![]() |
design | DesignForExtension | Method 'abortCall' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 233 |
![]() |
design | DesignForExtension | Method 'abortAll' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
design | DesignForExtension | Method 'sendSynchronousResponse' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'original'. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'resp'. | 250 |
![]() |
design | DesignForExtension | Method 'sendAsynchronousResponse' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
design | DesignForExtension | Method 'sendAsynchronousResponse' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <Strategy> tag. | 28 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
design | DesignForExtension | Method 'onReceived' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 52 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 57 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 77 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 98 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 120 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 129 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 130 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 146 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 153 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 176 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 176 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 180 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 198 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 257 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 269 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 270 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> The strategy subscribes to | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 85 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 98 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 125 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 126 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 140 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 140 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 147 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 149 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 166 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 172 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 177 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
![]() |
design | VisibilityModifier | Variable 'existingCoordinator' must be private and have accessor methods. | 196 |
![]() |
design | DesignForExtension | Method 'getExistingCoordinator' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
design | DesignForExtension | Method 'setExistingCoordinator' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 240 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 248 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 248 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 252 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'CoordinatorAlreadyExistsException'. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 332 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 333 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 340 |
![]() |
design | DesignForExtension | Method 'spaceLost' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 341 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 354 |
![]() |
design | DesignForExtension | Method 'peerJoined' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 355 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 368 |
![]() |
design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'peer'. | 369 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 379 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'status'. | 380 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 383 |
![]() |
design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sharedObj'. | 384 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 384 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 390 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 391 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 394 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 395 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> | 39 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 50 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 56 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </center> | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 77 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 81 |
![]() |
design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 96 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 96 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'membersID'. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'member'. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 135 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'members'. | 148 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'content'. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <Strategy> tag. | 26 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 34 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 34 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'context'. | 43 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 51 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 57 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
design | DesignForExtension | Method 'getImpaimentLevel' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 72 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 72 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class DialogType should be declared as final. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
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. | 41 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
naming | ConstantName | Name 'sysMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'message' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'subdialog' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'stdDialog' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 72 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
design | FinalClass | Class Modality should be declared as final. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | ConstantName | Name 'voice' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'gui' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'gesture' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
naming | ConstantName | Name 'sms' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
naming | ConstantName | Name 'web' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | ConstantName | Name 'mobile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 92 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'order'. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 161 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 161 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'o'. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 39 |
![]() |
design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 24 |
![]() |
design | FinalClass | Class PrivacyLevel should be declared as final. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
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 | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
naming | ConstantName | Name 'personal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | ConstantName | Name 'homeMatesOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
naming | ConstantName | Name 'intimatesOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'knownPeopleOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
naming | ConstantName | Name 'insensible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 102 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 137 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 49 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 65 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 94 |
![]() |
design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
design | DesignForExtension | Method 'findItem' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 114 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UICaller. | 30 |
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 112 |
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'formTitle'. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataRootType'. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 370 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 379 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 379 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 383 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 391 |
![]() |
design | DesignForExtension | Method 'finalizeGroupStructure' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 402 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 416 |
![]() |
design | DesignForExtension | Method 'getCreationTime' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 423 |
![]() |
design | DesignForExtension | Method 'getCurrentFocusedControl' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 430 |
![]() |
design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 437 |
![]() |
design | DesignForExtension | Method 'getDialogCreator' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 444 |
![]() |
design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 444 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 451 |
![]() |
design | DesignForExtension | Method 'getDialogType' is not designed for extension - needs to be abstract, final or empty. | 451 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 465 |
![]() |
design | DesignForExtension | Method 'getIOControls' is not designed for extension - needs to be abstract, final or empty. | 465 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 477 |
![]() |
design | DesignForExtension | Method 'getMessageContent' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 492 |
![]() |
design | DesignForExtension | Method 'getParentDialogResource' is not designed for extension - needs to be abstract, final or empty. | 492 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 499 |
![]() |
design | DesignForExtension | Method 'getParentDialogURI' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() |
design | DesignForExtension | Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. | 503 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 503 |
![]() |
design | DesignForExtension | Method 'getRootGroup' is not designed for extension - needs to be abstract, final or empty. | 507 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 507 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 520 |
![]() |
design | DesignForExtension | Method 'getSharedOutputs' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 529 |
![]() |
design | DesignForExtension | Method 'getStandardButtons' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 542 |
![]() |
design | DesignForExtension | Method 'getStandardButtonsDialogID' is not designed for extension - needs to be abstract, final or empty. | 542 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 551 |
![]() |
design | DesignForExtension | Method 'getSubmits' is not designed for extension - needs to be abstract, final or empty. | 551 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 563 |
![]() |
design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() |
design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 571 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 571 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 576 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 586 |
![]() |
design | DesignForExtension | Method 'isStandardDialog' is not designed for extension - needs to be abstract, final or empty. | 586 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 596 |
![]() |
design | DesignForExtension | Method 'isMessage' is not designed for extension - needs to be abstract, final or empty. | 596 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 606 |
![]() |
design | DesignForExtension | Method 'isSubdialog' is not designed for extension - needs to be abstract, final or empty. | 606 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 615 |
![]() |
design | DesignForExtension | Method 'isSystemMenu' is not designed for extension - needs to be abstract, final or empty. | 615 |
![]() |
design | DesignForExtension | Method 'setCurrentFocusedControl' is not designed for extension - needs to be abstract, final or empty. | 622 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fc'. | 622 |
![]() |
design | DesignForExtension | Method 'setDialogCreator' is not designed for extension - needs to be abstract, final or empty. | 632 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'creator'. | 632 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 637 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 637 |
![]() |
design | DesignForExtension | Method 'substituteData' is not designed for extension - needs to be abstract, final or empty. | 644 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pr'. | 644 |
![]() |
design | DesignForExtension | Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. | 659 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'formControlURI'. | 659 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 39 |
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 118 |
![]() |
design | DesignForExtension | Method 'getAncestorRepeat' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 128 |
![]() |
design | DesignForExtension | Method 'getFormObject' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 142 |
![]() |
design | DesignForExtension | Method 'getHelpString' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 151 |
![]() |
design | DesignForExtension | Method 'getHintString' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 160 |
![]() |
design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
design | DesignForExtension | Method 'getLocalRestrictions' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 188 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 242 |
![]() |
design | DesignForExtension | Method 'getRestrictions' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 253 |
![]() |
design | DesignForExtension | Method 'getParentGroup' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 264 |
![]() |
design | DesignForExtension | Method 'getParentRepeat' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 274 |
![]() |
design | DesignForExtension | Method 'getReferencedPPath' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 285 |
![]() |
design | DesignForExtension | Method 'getSuperGroups' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 299 |
![]() |
design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 321 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 334 |
![]() |
design | DesignForExtension | Method 'hasFocus' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 342 |
![]() |
design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 355 |
![]() |
design | DesignForExtension | Method 'isOfBooleanType' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 363 |
![]() |
design | DesignForExtension | Method 'isOfPrimitiveType' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 370 |
![]() |
design | DesignForExtension | Method 'isRepeatable' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() |
design | DesignForExtension | Method 'setHelpString' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 383 |
![]() |
design | DesignForExtension | Method 'setHintString' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 391 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 401 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 401 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 401 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 450 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 450 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 46 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 69 |
![]() |
design | DesignForExtension | Method 'addAppearanceRecommendation' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
design | DesignForExtension | Method 'getAppearanceRecommendations' is not designed for extension - needs to be abstract, final or empty. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
design | DesignForExtension | Method 'doModelBasedExpansion' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 245 |
![]() |
design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
design | DesignForExtension | Method 'getComplexity' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
design | DesignForExtension | Method 'getFirstLevelOutputs' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 301 |
![]() |
design | DesignForExtension | Method 'getHierarchyLevel' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 311 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 319 |
![]() |
design | DesignForExtension | Method 'getNumberOfSubgroups' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
design | DesignForExtension | Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
design | DesignForExtension | Method 'getSubtree' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
![]() |
design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 378 |
![]() |
design | DesignForExtension | Method 'hasInput' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 388 |
![]() |
design | DesignForExtension | Method 'hasOutput' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() |
design | DesignForExtension | Method 'hasSubgroup' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 394 |
![]() |
design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 408 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 419 |
![]() |
design | DesignForExtension | Method 'isRootGroup' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() |
design | DesignForExtension | Method 'setStructuralProps' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 423 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 427 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 463 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 463 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 463 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 463 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 484 |
![]() |
design | DesignForExtension | Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'formControlURI'. | 500 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
design | DesignForExtension | Method 'checkSubmission' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 88 |
![]() |
design | DesignForExtension | Method 'getAlertString' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 105 |
![]() |
design | DesignForExtension | Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
design | DesignForExtension | Method 'setAlertString' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 112 |
![]() |
design | DesignForExtension | Method 'setMandatory' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 124 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 124 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 139 |
![]() |
design | DesignForExtension | Method 'storeUserInput' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
design | DesignForExtension | Method 'isSecret' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
design | DesignForExtension | Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'maxLength'. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 106 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 106 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 106 |
![]() |
design | DesignForExtension | Method 'setSecret' is not designed for extension - needs to be abstract, final or empty. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 78 |
![]() |
design | DesignForExtension | Method 'getIconURL' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 115 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
design | DesignForExtension | Method 'getContentURL' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 128 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 137 |
![]() |
design | DesignForExtension | Method 'getResolutionMaxX' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 146 |
![]() |
design | DesignForExtension | Method 'getResolutionMaxY' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 155 |
![]() |
design | DesignForExtension | Method 'getResolutionMinX' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 164 |
![]() |
design | DesignForExtension | Method 'getResolutionMinY' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 173 |
![]() |
design | DesignForExtension | Method 'getResolutionPreferredX' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
design | DesignForExtension | Method 'getResolutionPreferredY' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'setMaxResolution' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
design | DesignForExtension | Method 'setMinResolution' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
design | DesignForExtension | Method 'setPreferredResolution' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 247 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 247 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 133 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
design | DesignForExtension | Method 'shiftValue' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
design | DesignForExtension | Method 'getStepsValue' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
design | DesignForExtension | Method 'stepValue' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 284 |
![]() |
design | DesignForExtension | Method 'getRangeLength' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 311 |
![]() |
design | DesignForExtension | Method 'getStep' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 319 |
![]() |
design | DesignForExtension | Method 'setStep' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'step'. | 319 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 331 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 331 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 331 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
design | DesignForExtension | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
design | DesignForExtension | Method 'banEntryAddition' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
design | DesignForExtension | Method 'banEntryDeletion' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
design | DesignForExtension | Method 'banEntryEdit' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() |
design | DesignForExtension | Method 'checkSubmission' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 263 |
![]() |
design | DesignForExtension | Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fc'. | 263 |
![]() |
design | DesignForExtension | Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 291 |
![]() |
design | DesignForExtension | Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 301 |
![]() |
design | DesignForExtension | Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 310 |
![]() |
design | DesignForExtension | Method 'getNumberOfValues' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() |
design | DesignForExtension | Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 336 |
![]() |
design | DesignForExtension | Method 'getSearchableField' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 346 |
![]() |
design | DesignForExtension | Method 'getSelectionIndex' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() |
design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 359 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pp'. | 359 |
![]() |
design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 364 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 385 |
![]() |
design | DesignForExtension | Method 'listAcceptsNewEntries' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 392 |
![]() |
design | DesignForExtension | Method 'listEntriesDeletable' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 399 |
![]() |
design | DesignForExtension | Method 'listEntriesEditable' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() |
design | DesignForExtension | Method 'moveSelectionDown' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() |
design | DesignForExtension | Method 'moveSelectionUp' is not designed for extension - needs to be abstract, final or empty. | 426 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 435 |
![]() |
design | DesignForExtension | Method 'removeSelection' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() |
design | DesignForExtension | Method 'setSearchableField' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fc'. | 475 |
![]() |
design | DesignForExtension | Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i'. | 486 |
![]() |
design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 500 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 537 |
![]() |
design | DesignForExtension | Method 'updateSelection' is not designed for extension - needs to be abstract, final or empty. | 537 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 549 |
![]() |
design | DesignForExtension | Method 'virtualFormExpansion' is not designed for extension - needs to be abstract, final or empty. | 589 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 596 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 650 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 651 |
![]() |
design | DesignForExtension | Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. | 651 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'formControlURI'. | 651 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 661 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataRoot'. | 666 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 674 |
![]() |
modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 674 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 682 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 683 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pp'. | 683 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'addChoiceItem' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'item'. | 87 |
![]() |
design | DesignForExtension | Method 'addChoiceList' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'list'. | 102 |
![]() |
design | DesignForExtension | Method 'generateChoices' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'elems'. | 122 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 144 |
![]() |
design | DesignForExtension | Method 'generateChoices' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 154 |
![]() |
design | DesignForExtension | Method 'getChoices' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 167 |
![]() |
design | DesignForExtension | Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 176 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 198 |
![]() |
design | DesignForExtension | Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 207 |
![]() |
design | DesignForExtension | Method 'isMultilevel' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 224 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 224 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 224 |
![]() |
design | DesignForExtension | Method 'storeUserInputByLabelString' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'selectedLabelString'. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 91 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 98 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 87 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 99 |
![]() |
design | DesignForExtension | Method 'getRepeatableIDPrefix' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 112 |
![]() |
design | DesignForExtension | Method 'needsSelection' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 119 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 119 |
![]() |
design | DesignForExtension | Method 'setRepeatableIDPrefix' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Unknown tag 'navassoc'. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
design | DesignForExtension | Method 'addMandatoryInput' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'in'. | 139 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
design | DesignForExtension | Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 156 |
![]() |
design | DesignForExtension | Method 'getConfirmationType' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 186 |
![]() |
design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 194 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 202 |
![]() |
design | DesignForExtension | Method 'getMandatoryInputControls' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
design | DesignForExtension | Method 'getMissingInputControl' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() |
design | DesignForExtension | Method 'getMissingInputControls' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 259 |
![]() |
design | DesignForExtension | Method 'getRelatedControls' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 287 |
![]() |
design | DesignForExtension | Method 'hasMandatoryInput' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'fc'. | 287 |
![]() |
design | DesignForExtension | Method 'setConfirmationOkCancel' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msg'. | 296 |
![]() |
design | DesignForExtension | Method 'setConfirmationYesNo' is not designed for extension - needs to be abstract, final or empty. | 308 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'msg'. | 308 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 318 |
![]() |
design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 318 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 318 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 76 |
![]() |
design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
design | DesignForExtension | Method 'storeUserInput' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'r' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
![]() |
design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
design | DesignForExtension | Method 'getPropertyEnumeration' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 262 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
![]() |
design | DesignForExtension | Method 'createNext' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 343 |
![]() |
design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() |
design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 353 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uri'. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
naming | ParameterName | Name 'prop_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 53 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'vote'. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 71 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | 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. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r'. | 56 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 79 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 89 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 47 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'indent'. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'l1'. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'l2'. | 74 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'closedList'. | 74 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'indent'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r1'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r2'. | 144 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'indent'. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'prop'. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'v1'. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'v2'. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'closedList'. | 199 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 231 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r1'. | 231 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r2'. | 231 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 239 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r1'. | 242 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'r2'. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 258 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'val'. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encodedVal'. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 101 |
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. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | FileLength | File length is 2,134 lines (max allowed is 2,000). | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 151 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 159 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 162 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 167 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 172 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 175 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 186 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 194 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 199 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 202 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 205 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 210 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 212 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 222 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 222 |
![]() |
naming | ConstantName | Name '_STANDARD_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 222 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 235 |
![]() |
naming | ConstantName | Name '_STANDARD_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 235 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 264 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 294 |
![]() |
naming | ConstantName | Name '_URL_SAFE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 294 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 306 |
![]() |
naming | ConstantName | Name '_URL_SAFE_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 306 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 339 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 368 |
![]() |
naming | ConstantName | Name '_ORDERED_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 368 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 380 |
![]() |
naming | ConstantName | Name '_ORDERED_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 380 |
![]() |
whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 413 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 442 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 442 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 442 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 458 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 458 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 458 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and | 475 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. The | 477 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> needs only be as big as | 478 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. Code can reuse a byte array by passing a | 479 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. | 480 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 491 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and writes the | 498 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. The source and | 499 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and <var>destOffset</var>. This method | 501 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. This method | 501 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 3 for the <var>source</var> array or | 503 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array or | 503 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 4 for the <var>destination</var> array. The | 504 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array. The | 504 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. | 506 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array | 523 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 527 |
![]() |
naming | LocalVariableName | Name 'ALPHABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 898 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and writes the resulting | 1072 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. The source and | 1073 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> and <var>destOffset</var>. This method | 1075 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var>. This method | 1075 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 4 for the <var>source</var> array or | 1077 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array or | 1077 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> + 3 for the <var>destination</var> array. This | 1078 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> array. This | 1078 |
![]() |
naming | LocalVariableName | Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1124 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1184 |
![]() |
naming | LocalVariableName | Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1235 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1594 |
![]() |
blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1597 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1737 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1738 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1739 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1740 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1741 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1742 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1743 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1744 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1745 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </i> | 1767 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1802 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1802 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 1867 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> bytes are read. Returns number of bytes read into | 1895 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1907 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1907 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1938 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1939 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1940 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1941 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1942 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1943 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1944 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1945 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1946 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 1947 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </i> | 1970 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 2009 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 2009 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </var> bytes are | 2049 |
![]() |
design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 2060 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 2060 |
![]() |
design | DesignForExtension | Method 'flushBase64' is not designed for extension - needs to be abstract, final or empty. | 2080 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 2097 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 2097 |
![]() |
design | DesignForExtension | Method 'suspendEncoding' is not designed for extension - needs to be abstract, final or empty. | 2117 |
![]() |
design | DesignForExtension | Method 'resumeEncoding' is not designed for extension - needs to be abstract, final or empty. | 2128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |