The following document contains the results of Checkstyle 8.29 with sun_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
60 | 0 | 0 | 1105 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 84 | ![]() |
coding | HiddenField | 87 | ![]() |
MagicNumber | 14 | ![]() | |
design | DesignForExtension | 140 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
VisibilityModifier | 17 | ![]() | |
imports | RedundantImport | 1 | ![]() |
javadoc | InvalidJavadocPosition | 2 | ![]() |
JavadocMethod | 12 | ![]() | |
JavadocPackage | 7 | ![]() | |
JavadocVariable | 121 | ![]() | |
MissingJavadocMethod | 194 | ![]() | |
misc | FinalParameters | 281 | ![]() |
NewlineAtEndOfFile | 4 | ![]() | |
naming | ConstantName | 2 | ![]() |
regexp | RegexpSingleline
|
11 | ![]() |
sizes | LineLength
|
120 | ![]() |
ParameterNumber | 3 | ![]() | |
whitespace | GenericWhitespace | 3 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
coding | MagicNumber | '32' is a magic number. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 42 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'delay'. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'time'. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 64 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter config should be final. | 15 |
![]() |
misc | FinalParameters | Parameter prerequisites should be final. | 15 |
![]() |
design | DesignForExtension | Class 'EntityExecutorServiceConfigurator' looks like designed for extension (can be subclassed), but the method 'createExecutorServiceFactory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityExecutorServiceConfigurator' final or making the method 'createExecutorServiceFactory' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 20 |
![]() |
misc | FinalParameters | Parameter id should be final. | 20 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 20 |
![]() |
coding | MagicNumber | '5' is a magic number. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter signaller should be final. | 28 |
![]() |
coding | HiddenField | 'signaller' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 28 |
![]() |
coding | HiddenField | 'entity' hides a field. | 28 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'beforeEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'beforeEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter event should be final. | 40 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter event should be final. | 44 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 50 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 57 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'queueSignal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'queueSignal' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 63 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'sendQueuedSignals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'sendQueuedSignals' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'setEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'setEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter em should be final. | 101 |
![]() |
design | DesignForExtension | Class 'EntityHelper' looks like designed for extension (can be subclassed), but the method 'getEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityHelper' final or making the method 'getEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 105 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getCurrentEntity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getCurrentEntity' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setCurrentEntity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setCurrentEntity' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setCounter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setCounter' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 26 |
![]() |
coding | HiddenField | 'counter' hides a field. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setId' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter id should be final. | 37 |
![]() |
coding | HiddenField | 'id' hides a field. | 37 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'setCurrentEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'setCurrentEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter em should be final. | 41 |
![]() |
coding | HiddenField | 'em' hides a field. | 41 |
![]() |
design | DesignForExtension | Class 'Info' looks like designed for extension (can be subclassed), but the method 'getCurrentEntityManager' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Info' final or making the method 'getCurrentEntityManager' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 25 |
![]() |
misc | FinalParameters | Parameter idClassName should be final. | 25 |
![]() |
coding | HiddenField | 'idClassName' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter idContent should be final. | 25 |
![]() |
coding | HiddenField | 'idContent' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter entityClassName should be final. | 25 |
![]() |
coding | HiddenField | 'entityClassName' hides a field. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
![]() |
misc | FinalParameters | Parameter eventClassName should be final. | 26 |
![]() |
coding | HiddenField | 'eventClassName' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter eventContent should be final. | 26 |
![]() |
coding | HiddenField | 'eventContent' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter time should be final. | 26 |
![]() |
coding | HiddenField | 'time' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter repeatIntervalMs should be final. | 26 |
![]() |
coding | HiddenField | 'repeatIntervalMs' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 27 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter toEntityUniqueId should be final. | 27 |
![]() |
coding | HiddenField | 'toEntityUniqueId' hides a field. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'entityClassName' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | VisibilityModifier | Variable 'eventClassName' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'idClassName' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
design | VisibilityModifier | Variable 'idContent' must be private and have accessor methods. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
design | VisibilityModifier | Variable 'eventContent' must be private and have accessor methods. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
design | VisibilityModifier | Variable 'repeatIntervalMs' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
design | VisibilityModifier | Variable 'fromEntityUniqueId' must be private and have accessor methods. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
design | VisibilityModifier | Variable 'toEntityUniqueId' must be private and have accessor methods. | 75 |
![]() |
design | DesignForExtension | Class 'QueuedSignal' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueuedSignal' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
design | DesignForExtension | Class 'QueuedSignal' looks like designed for extension (can be subclassed), but the method 'eventClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueuedSignal' final or making the method 'eventClass' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
design | DesignForExtension | Class 'QueuedSignal' looks like designed for extension (can be subclassed), but the method 'idClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'QueuedSignal' final or making the method 'idClass' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter message should be final. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 11 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 17 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 17 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 22 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 22 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 27 |
![]() |
misc | FinalParameters | Parameter ex should be final. | 27 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 19 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 19 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 24 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 24 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerRetryOnFailure' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerRetryOnFailure' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 29 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 37 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerSlf4j' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerSlf4j' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 14 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 14 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerSlf4j' looks like designed for extension (can be subclassed), but the method 'afterProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerSlf4j' final or making the method 'afterProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 19 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 19 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerSlf4j' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerSlf4j' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 24 |
![]() |
misc | FinalParameters | Parameter e should be final. | 24 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | RedundantImport | Redundant import from the same package - xuml.tools.model.compiler.runtime.SignalProcessorListener. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 13 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 13 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 17 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 21 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 21 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsAllSignalProcessingOnFailure' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 26 |
![]() |
misc | FinalParameters | Parameter e should be final. | 26 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter message should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 16 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 16 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 16 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 18 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 22 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 22 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerStopsSignalProcessingSingleEntityOnFailure' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 27 |
![]() |
misc | FinalParameters | Parameter e should be final. | 27 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter message should be final. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 25 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 25 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 30 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 30 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 35 |
![]() |
misc | FinalParameters | Parameter e should be final. | 35 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerUtilLogging' looks like designed for extension (can be subclassed), but the method 'beforeProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerUtilLogging' final or making the method 'beforeProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 15 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 15 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerUtilLogging' looks like designed for extension (can be subclassed), but the method 'afterProcessing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerUtilLogging' final or making the method 'afterProcessing' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 20 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 20 |
![]() |
design | DesignForExtension | Class 'SignalProcessorListenerUtilLogging' looks like designed for extension (can be subclassed), but the method 'failure' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SignalProcessorListenerUtilLogging' final or making the method 'failure' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 25 |
![]() |
misc | FinalParameters | Parameter e should be final. | 25 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter emf should be final. | 48 |
![]() |
coding | HiddenField | 'emf' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter entityActorPoolSize should be final. | 48 |
![]() |
misc | FinalParameters | Parameter listenerFactory should be final. | 49 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'getEntityManagerFactory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'getEntityManagerFactory' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 73 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 73 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 73 |
![]() |
misc | FinalParameters | Parameter event should be final. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 110 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 110 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 110 |
![]() |
misc | FinalParameters | Parameter event should be final. | 111 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 112 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 115 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 115 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
misc | FinalParameters | Parameter event should be final. | 116 |
![]() |
misc | FinalParameters | Parameter time should be final. | 116 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 117 |
![]() |
misc | FinalParameters | Parameter time should be final. | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 125 |
![]() |
whitespace | GenericWhitespace | '>' is followed by whitespace. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 128 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 128 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
misc | FinalParameters | Parameter event should be final. | 129 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 129 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 154 |
![]() |
design | VisibilityModifier | Variable 'fromEntityUniqueId' must be private and have accessor methods. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
design | VisibilityModifier | Variable 'entityUniqueId' must be private and have accessor methods. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
design | VisibilityModifier | Variable 'eventSignature' must be private and have accessor methods. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 158 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 158 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 158 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 158 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 158 |
![]() |
misc | FinalParameters | Parameter eventSignature should be final. | 158 |
![]() |
coding | HiddenField | 'eventSignature' hides a field. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 171 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 204 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'cancelSignal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'cancelSignal' static/final/abstract/empty, or adding allowed annotation for the method. | 206 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 206 |
![]() |
misc | FinalParameters | Parameter entity should be final. | 206 |
![]() |
misc | FinalParameters | Parameter eventSignatureKey should be final. | 207 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'signal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'signal' static/final/abstract/empty, or adding allowed annotation for the method. | 211 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 228 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 231 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 244 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueid should be final. | 244 |
![]() |
misc | FinalParameters | Parameter toEntityUniqueId should be final. | 244 |
![]() |
misc | FinalParameters | Parameter eventSignatureKey should be final. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 246 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'queuedSignals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'queuedSignals' static/final/abstract/empty, or adding allowed annotation for the method. | 253 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 260 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 265 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'sendSignalsInQueue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'sendSignalsInQueue' static/final/abstract/empty, or adding allowed annotation for the method. | 273 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 273 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'queueSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'queueSize' static/final/abstract/empty, or adding allowed annotation for the method. | 281 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 289 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
![]() |
misc | FinalParameters | Parameter sig should be final. | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 308 |
![]() |
misc | FinalParameters | Parameter className should be final. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 320 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'persistSignal' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'persistSignal' static/final/abstract/empty, or adding allowed annotation for the method. | 320 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 320 |
![]() |
misc | FinalParameters | Parameter id should be final. | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 321 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 321 |
![]() |
misc | FinalParameters | Parameter event should be final. | 321 |
![]() |
misc | FinalParameters | Parameter time should be final. | 321 |
![]() |
misc | FinalParameters | Parameter repeatIntervalMs should be final. | 321 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 326 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'getInfo' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'getInfo' static/final/abstract/empty, or adding allowed annotation for the method. | 341 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 341 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'stop' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'stop' static/final/abstract/empty, or adding allowed annotation for the method. | 345 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
design | DesignForExtension | Class 'Signaller' looks like designed for extension (can be subclassed), but the method 'close' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signaller' final or making the method 'close' static/final/abstract/empty, or adding allowed annotation for the method. | 349 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 349 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'pool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter object should be final. | 18 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 36 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
coding | MagicNumber | '8' is a magic number. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Class 'EntityActor' looks like designed for extension (can be subclassed), but the method 'onReceive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'EntityActor' final or making the method 'onReceive' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
misc | FinalParameters | Parameter message should be final. | 29 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 92 |
![]() |
misc | FinalParameters | Parameter signal should be final. | 92 |
![]() |
misc | FinalParameters | Parameter em should be final. | 92 |
![]() |
misc | FinalParameters | Parameter tx should be final. | 93 |
![]() |
misc | FinalParameters | Parameter e should be final. | 93 |
![]() |
misc | FinalParameters | Parameter message should be final. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Class 'RootActor' looks like designed for extension (can be subclassed), but the method 'onReceive' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RootActor' final or making the method 'onReceive' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
misc | FinalParameters | Parameter message should be final. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
![]() |
misc | FinalParameters | Parameter message should be final. | 46 |
![]() |
misc | FinalParameters | Parameter message should be final. | 49 |
![]() |
misc | FinalParameters | Parameter message should be final. | 60 |
![]() |
misc | FinalParameters | Parameter message should be final. | 64 |
![]() |
misc | FinalParameters | Parameter key should be final. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
![]() |
misc | FinalParameters | Parameter key should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
design | VisibilityModifier | Variable 'actor' must be private and have accessor methods. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
design | VisibilityModifier | Variable 'counter' must be private and have accessor methods. | 92 |
![]() |
misc | FinalParameters | Parameter actor should be final. | 94 |
![]() |
coding | HiddenField | 'actor' hides a field. | 94 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 94 |
![]() |
coding | HiddenField | 'counter' hides a field. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter entityActoryPoolSize should be final. | 9 |
![]() |
coding | HiddenField | 'entityActoryPoolSize' hides a field. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 6 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 6 |
![]() |
design | DesignForExtension | Class 'CloseEntityActor' looks like designed for extension (can be subclassed), but the method 'getEntityUniqueId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'CloseEntityActor' final or making the method 'getEntityUniqueId' static/final/abstract/empty, or adding allowed annotation for the method. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 24 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 24 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 24 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 24 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 24 |
![]() |
misc | FinalParameters | Parameter event should be final. | 24 |
![]() |
coding | HiddenField | 'event' hides a field. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 25 |
![]() |
misc | FinalParameters | Parameter id should be final. | 25 |
![]() |
coding | HiddenField | 'id' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter timeMs should be final. | 25 |
![]() |
coding | HiddenField | 'timeMs' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 25 |
![]() |
coding | HiddenField | 'repeatInterval' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 25 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 26 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 39 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 39 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter event should be final. | 39 |
![]() |
coding | HiddenField | 'event' hides a field. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 40 |
![]() |
misc | FinalParameters | Parameter id should be final. | 40 |
![]() |
coding | HiddenField | 'id' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter timeMs should be final. | 40 |
![]() |
coding | HiddenField | 'timeMs' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 40 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 40 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 44 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 44 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 44 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter event should be final. | 44 |
![]() |
coding | HiddenField | 'event' hides a field. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
![]() |
misc | FinalParameters | Parameter id should be final. | 45 |
![]() |
coding | HiddenField | 'id' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 45 |
![]() |
misc | FinalParameters | Parameter repeatInterval should be final. | 45 |
![]() |
coding | HiddenField | 'repeatInterval' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 45 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 46 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 46 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 51 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter fromEntityUniqueId should be final. | 58 |
![]() |
coding | HiddenField | 'fromEntityUniqueId' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 58 |
![]() |
coding | HiddenField | 'entityClass' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter event should be final. | 58 |
![]() |
coding | HiddenField | 'event' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter id should be final. | 59 |
![]() |
coding | HiddenField | 'id' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter entityId should be final. | 59 |
![]() |
coding | HiddenField | 'entityId' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter entityUniqueId should be final. | 59 |
![]() |
coding | HiddenField | 'entityUniqueId' hides a field. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getRepeatInterval' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getRepeatInterval' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEntityClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEntityClass' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEvent' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEvent' static/final/abstract/empty, or adding allowed annotation for the method. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getTime' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getTime' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEntityId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEntityId' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getFromEntityUniqueId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getFromEntityUniqueId' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'getEntityUniqueId' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'getEntityUniqueId' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Class 'Signal' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Signal' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'BinaryBooleanExpression' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryBooleanExpression' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Class 'BinaryBooleanExpression' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryBooleanExpression' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Class 'BinaryBooleanExpression' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryBooleanExpression' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'BinaryNumericExpression' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryNumericExpression' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'BinaryNumericExpression' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryNumericExpression' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'BinaryNumericExpression' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryNumericExpression' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'BinaryStringExpression' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryStringExpression' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'BinaryStringExpression' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryStringExpression' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'BinaryStringExpression' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BinaryStringExpression' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'BooleanExpression' looks like designed for extension (can be subclassed), but the method 'and' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BooleanExpression' final or making the method 'and' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter e should be final. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 8 |
![]() |
design | DesignForExtension | Class 'BooleanExpression' looks like designed for extension (can be subclassed), but the method 'or' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BooleanExpression' final or making the method 'or' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e should be final. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
![]() |
design | DesignForExtension | Class 'BooleanExpression' looks like designed for extension (can be subclassed), but the method 'not' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BooleanExpression' final or making the method 'not' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter n1 should be final. | 10 |
![]() |
coding | HiddenField | 'n1' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter op should be final. | 10 |
![]() |
coding | HiddenField | 'op' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter n2 should be final. | 10 |
![]() |
coding | HiddenField | 'n2' hides a field. | 10 |
![]() |
design | DesignForExtension | Class 'DateComparison' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateComparison' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Class 'DateComparison' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateComparison' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Class 'DateComparison' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateComparison' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter value should be final. | 12 |
![]() |
coding | HiddenField | 'value' hides a field. | 12 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 16 |
![]() |
design | DesignForExtension | Class 'DateConstant' looks like designed for extension (can be subclassed), but the method 'getValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateConstant' final or making the method 'getValue' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter e should be final. | 13 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'before' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'before' static/final/abstract/empty, or adding allowed annotation for the method. | 17 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter e should be final. | 17 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'after' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'after' static/final/abstract/empty, or adding allowed annotation for the method. | 21 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter e should be final. | 21 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter e should be final. | 25 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter e should be final. | 33 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter e should be final. | 37 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter e should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 42 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter e should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 46 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'before' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'before' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter e should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'after' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'after' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter e should be final. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter e should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter e should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 62 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter e should be final. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
design | DesignForExtension | Class 'DateExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 69 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter e should be final. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter field should be final. | 9 |
![]() |
coding | HiddenField | 'field' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'DateExpressionField' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DateExpressionField' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter name should be final. | 7 |
![]() |
coding | HiddenField | 'name' hides a field. | 7 |
![]() |
design | DesignForExtension | Class 'Field' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Field' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'IsNullDate' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IsNullDate' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'IsNullNumeric' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IsNullNumeric' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'IsNullString' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'IsNullString' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter e should be final. | 9 |
![]() |
coding | HiddenField | 'e' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'Not' looks like designed for extension (can be subclassed), but the method 'getExpression' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Not' final or making the method 'getExpression' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter n1 should be final. | 10 |
![]() |
coding | HiddenField | 'n1' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter op should be final. | 10 |
![]() |
coding | HiddenField | 'op' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter n2 should be final. | 11 |
![]() |
coding | HiddenField | 'n2' hides a field. | 11 |
![]() |
design | DesignForExtension | Class 'NumericComparison' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericComparison' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'NumericComparison' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericComparison' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'NumericComparison' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericComparison' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter value should be final. | 9 |
![]() |
coding | HiddenField | 'value' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'NumericConstant' looks like designed for extension (can be subclassed), but the method 'getValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericConstant' final or making the method 'getValue' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter e should be final. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 8 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'plus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'plus' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e should be final. | 11 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'minus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'minus' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter e should be final. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 17 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'minus' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'minus' static/final/abstract/empty, or adding allowed annotation for the method. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter e should be final. | 20 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'times' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'times' static/final/abstract/empty, or adding allowed annotation for the method. | 25 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter e should be final. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'times' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'times' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'divide' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'divide' static/final/abstract/empty, or adding allowed annotation for the method. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter e should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'divide' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'divide' static/final/abstract/empty, or adding allowed annotation for the method. | 38 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter e should be final. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 39 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter e should be final. | 43 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 47 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter e should be final. | 47 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter e should be final. | 52 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter e should be final. | 56 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter e should be final. | 61 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter e should be final. | 65 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter e should be final. | 70 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 74 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter e should be final. | 74 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter e should be final. | 79 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter e should be final. | 83 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter e should be final. | 88 |
![]() |
design | DesignForExtension | Class 'NumericExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 92 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter e should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter field should be final. | 9 |
![]() |
coding | HiddenField | 'field' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'NumericExpressionField' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NumericExpressionField' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | 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 | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter e should be final. | 29 |
![]() |
coding | HiddenField | 'e' hides a field. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter e should be final. | 33 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'select' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'select' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter exp should be final. | 37 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'entityClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'entityClass' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 41 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter info should be final. | 46 |
![]() |
coding | HiddenField | 'info' hides a field. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 68 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 72 |
![]() |
misc | FinalParameters | Parameter em should be final. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 79 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'any' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'any' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter em should be final. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 87 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'any' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'any' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'many' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'many' static/final/abstract/empty, or adding allowed annotation for the method. | 95 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'many' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'many' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter em should be final. | 99 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 104 |
![]() |
misc | FinalParameters | Parameter entityClass should be final. | 114 |
![]() |
misc | FinalParameters | Parameter clause should be final. | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 119 |
![]() |
design | DesignForExtension | Class 'SelectBuilder' looks like designed for extension (can be subclassed), but the method 'getClause' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SelectBuilder' final or making the method 'getClause' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
![]() |
misc | FinalParameters | Parameter e should be final. | 129 |
![]() |
coding | HiddenField | 'e' hides a field. | 129 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 167 |
![]() |
misc | FinalParameters | Parameter op should be final. | 173 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 186 |
![]() |
misc | FinalParameters | Parameter e should be final. | 190 |
![]() |
coding | HiddenField | 'e' hides a field. | 190 |
![]() |
misc | FinalParameters | Parameter op should be final. | 209 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 224 |
![]() |
misc | FinalParameters | Parameter e should be final. | 228 |
![]() |
coding | HiddenField | 'e' hides a field. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 254 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 254 |
![]() |
misc | FinalParameters | Parameter out should be final. | 254 |
![]() |
misc | FinalParameters | Parameter object should be final. | 254 |
![]() |
misc | FinalParameters | Parameter op should be final. | 261 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 264 |
![]() |
misc | FinalParameters | Parameter op should be final. | 268 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 273 |
![]() |
misc | FinalParameters | Parameter c should be final. | 277 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 287 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 289 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 291 |
![]() |
misc | FinalParameters | Parameter e should be final. | 296 |
![]() |
coding | HiddenField | 'e' hides a field. | 296 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 306 |
![]() |
misc | FinalParameters | Parameter op should be final. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 324 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 332 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 337 |
![]() |
design | VisibilityModifier | Variable 'clause' must be private and have accessor methods. | 337 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 338 |
![]() |
design | VisibilityModifier | Variable 'parameters' must be private and have accessor methods. | 338 |
![]() |
misc | FinalParameters | Parameter clause should be final. | 340 |
![]() |
coding | HiddenField | 'clause' hides a field. | 340 |
![]() |
misc | FinalParameters | Parameter parameters should be final. | 340 |
![]() |
coding | HiddenField | 'parameters' hides a field. | 340 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
coding | MagicNumber | '3' is a magic number. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
coding | MagicNumber | '3' is a magic number. | 29 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
coding | MagicNumber | '3' is a magic number. | 34 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
coding | MagicNumber | '3' is a magic number. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
coding | MagicNumber | '3' is a magic number. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
coding | MagicNumber | '3' is a magic number. | 50 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | MagicNumber | '3' is a magic number. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 61 |
![]() |
coding | MagicNumber | '3' is a magic number. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
![]() |
coding | MagicNumber | '3' is a magic number. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 71 |
![]() |
coding | MagicNumber | '3' is a magic number. | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
![]() |
coding | MagicNumber | '3' is a magic number. | 76 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 97 |
![]() |
javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 99 |
![]() |
misc | FinalParameters | Parameter event should be final. | 117 |
![]() |
misc | FinalParameters | Parameter event should be final. | 123 |
![]() |
misc | FinalParameters | Parameter delay should be final. | 123 |
![]() |
misc | FinalParameters | Parameter event should be final. | 129 |
![]() |
misc | FinalParameters | Parameter event should be final. | 141 |
![]() |
misc | FinalParameters | Parameter time should be final. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter e1 should be final. | 11 |
![]() |
coding | HiddenField | 'e1' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter op should be final. | 11 |
![]() |
coding | HiddenField | 'op' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter e2 should be final. | 12 |
![]() |
coding | HiddenField | 'e2' hides a field. | 12 |
![]() |
design | DesignForExtension | Class 'StringComparison' looks like designed for extension (can be subclassed), but the method 'getExpression1' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringComparison' final or making the method 'getExpression1' static/final/abstract/empty, or adding allowed annotation for the method. | 18 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Class 'StringComparison' looks like designed for extension (can be subclassed), but the method 'getExpression2' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringComparison' final or making the method 'getExpression2' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
design | DesignForExtension | Class 'StringComparison' looks like designed for extension (can be subclassed), but the method 'getOperator' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringComparison' final or making the method 'getOperator' static/final/abstract/empty, or adding allowed annotation for the method. | 26 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter value should be final. | 9 |
![]() |
coding | HiddenField | 'value' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'StringConstant' looks like designed for extension (can be subclassed), but the method 'getValue' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringConstant' final or making the method 'getValue' static/final/abstract/empty, or adding allowed annotation for the method. | 13 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter e should be final. | 7 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'eq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'eq' static/final/abstract/empty, or adding allowed annotation for the method. | 11 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter s should be final. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 12 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 15 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter e should be final. | 15 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'neq' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'neq' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter s should be final. | 19 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'gt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'gt' static/final/abstract/empty, or adding allowed annotation for the method. | 24 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter s should be final. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 25 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'gte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'gte' static/final/abstract/empty, or adding allowed annotation for the method. | 28 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter s should be final. | 28 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'lt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'lt' static/final/abstract/empty, or adding allowed annotation for the method. | 33 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter s should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'lte' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'lte' static/final/abstract/empty, or adding allowed annotation for the method. | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter s should be final. | 37 |
![]() |
design | DesignForExtension | Class 'StringExpression' looks like designed for extension (can be subclassed), but the method 'like' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpression' final or making the method 'like' static/final/abstract/empty, or adding allowed annotation for the method. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter s should be final. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter field should be final. | 9 |
![]() |
coding | HiddenField | 'field' hides a field. | 9 |
![]() |
design | DesignForExtension | Class 'StringExpressionField' looks like designed for extension (can be subclassed), but the method 'getField' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'StringExpressionField' final or making the method 'getField' static/final/abstract/empty, or adding allowed annotation for the method. | 14 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter b should be final. | 10 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 15 |