The following document contains the results of Checkstyle 7.2 with sun_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 3 | ![]() |
NeedBraces | 1 | ![]() | |
coding | HiddenField | 26 | ![]() |
SimplifyBooleanExpression | 3 | ![]() | |
design | DesignForExtension | 70 | ![]() |
FinalClass | 1 | ![]() | |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 9 | ![]() | |
javadoc | JavadocMethod | 60 | ![]() |
JavadocPackage | 2 | ![]() | |
JavadocStyle | 8 | ![]() | |
JavadocType | 3 | ![]() | |
JavadocVariable | 66 | ![]() | |
misc | FinalParameters | 117 | ![]() |
naming | ConstantName | 2 | ![]() |
StaticVariableName | 2 | ![]() | |
regexp | RegexpSingleline
|
16 | ![]() |
sizes | LineLength | 133 | ![]() |
whitespace | OperatorWrap | 2 | ![]() |
ParenPad | 90 | ![]() | |
WhitespaceAfter | 3 | ![]() | |
WhitespaceAround | 5 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 58 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessor' 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 'ActivityConverterProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessor' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 68 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessor' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter classifiers should be final. | 62 |
![]() |
coding | HiddenField | 'classifiers' hides a field. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 66 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withClassifiers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'withClassifiers' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter classifiers should be final. | 66 |
![]() |
coding | HiddenField | 'classifiers' hides a field. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter converters should be final. | 89 |
![]() |
coding | HiddenField | 'converters' hides a field. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 93 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withConverters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'withConverters' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter converters should be final. | 93 |
![]() |
coding | HiddenField | 'converters' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' 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 'ActivityConverterProcessorConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter name should be final. | 111 |
![]() |
misc | FinalParameters | Parameter value should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 115 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter name should be final. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 122 |
![]() |
design | DesignForExtension | Class 'ActivityConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterProcessorConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
misc | FinalParameters | Parameter other should be final. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 130 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 91 |
![]() |
misc | FinalParameters | Parameter document should be final. | 103 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 118 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
![]() |
design | DesignForExtension | Class 'ActivityConverterUtil' looks like designed for extension (can be subclassed), but the method 'applyConverter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterUtil' final or making the method 'applyConverter' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 140 |
![]() |
misc | FinalParameters | Parameter typedDoc should be final. | 140 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
![]() |
design | DesignForExtension | Class 'ActivityConverterUtil' looks like designed for extension (can be subclassed), but the method 'convertToActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterUtil' final or making the method 'convertToActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 157 |
![]() |
misc | FinalParameters | Parameter document should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 165). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 168). | 181 |
![]() |
design | DesignForExtension | Class 'ActivityConverterUtil' looks like designed for extension (can be subclassed), but the method 'detectClasses' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityConverterUtil' final or making the method 'detectClasses' static/final/abstract/empty, or adding allowed annotation for the method. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
misc | FinalParameters | Parameter document should be final. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 194 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 202 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
misc | FinalParameters | Parameter datumClasses should be final. | 210 |
![]() |
misc | FinalParameters | Parameter document should be final. | 210 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 213 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 219 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 222 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 241 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 58 |
![]() |
coding | HiddenField | 'configuration' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessor' 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 'ActivityObjectConverterProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessor' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 68 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessor' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
misc | FinalParameters | Parameter classifiers should be final. | 62 |
![]() |
coding | HiddenField | 'classifiers' hides a field. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 66 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withClassifiers' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'withClassifiers' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter classifiers should be final. | 66 |
![]() |
coding | HiddenField | 'classifiers' hides a field. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
misc | FinalParameters | Parameter converters should be final. | 89 |
![]() |
coding | HiddenField | 'converters' hides a field. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withConverters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'withConverters' static/final/abstract/empty, or adding allowed annotation for the method. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter converters should be final. | 93 |
![]() |
coding | HiddenField | 'converters' hides a field. | 93 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' 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 'ActivityObjectConverterProcessorConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 98 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
misc | FinalParameters | Parameter name should be final. | 111 |
![]() |
misc | FinalParameters | Parameter value should be final. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 115 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter name should be final. | 115 |
![]() |
misc | FinalParameters | Parameter value should be final. | 115 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 122 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterProcessorConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterProcessorConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 125 |
![]() |
misc | FinalParameters | Parameter other should be final. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 89 |
![]() |
misc | FinalParameters | Parameter document should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 140 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterUtil' looks like designed for extension (can be subclassed), but the method 'applyConverter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterUtil' final or making the method 'applyConverter' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 140 |
![]() |
misc | FinalParameters | Parameter typedDoc should be final. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 157 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterUtil' looks like designed for extension (can be subclassed), but the method 'convertToActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterUtil' final or making the method 'convertToActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
misc | FinalParameters | Parameter converter should be final. | 157 |
![]() |
misc | FinalParameters | Parameter document should be final. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 163 |
![]() |
design | DesignForExtension | Class 'ActivityObjectConverterUtil' looks like designed for extension (can be subclassed), but the method 'detectClasses' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ActivityObjectConverterUtil' final or making the method 'detectClasses' static/final/abstract/empty, or adding allowed annotation for the method. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter document should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
misc | FinalParameters | Parameter datumClasses should be final. | 190 |
![]() |
misc | FinalParameters | Parameter document should be final. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 232 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
misc | FinalParameters | Parameter possibleDescendant should be final. | 241 |
![]() |
misc | FinalParameters | Parameter possibleAncestor should be final. | 241 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 242 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 247 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
misc | FinalParameters | Parameter map should be final. | 248 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 252 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'BaseDocumentClassifier' looks like designed for extension (can be subclassed), but the method 'detectClasses' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseDocumentClassifier' final or making the method 'detectClasses' static/final/abstract/empty, or adding allowed annotation for the method. | 50 |
![]() |
misc | FinalParameters | Parameter document should be final. | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 60 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 60 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityConverter' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 64 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 64 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
misc | FinalParameters | Parameter list should be final. | 73 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 78 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
misc | FinalParameters | Parameter list should be final. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 91 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityObjectConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityObjectConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityObjectConverter' final or making the method 'fromActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 55 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 55 |
![]() |
design | DesignForExtension | Class 'BaseObjectNodeActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'toActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseObjectNodeActivityObjectConverter' final or making the method 'toActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 64 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | ConstantName | Name 'requiredClass' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityConverter' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivity' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityConverter' final or making the method 'fromActivity' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 63 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityConverter' final or making the method 'fromActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
![]() |
misc | FinalParameters | Parameter list should be final. | 72 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 77 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityConverter' looks like designed for extension (can be subclassed), but the method 'toActivityList' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityConverter' final or making the method 'toActivityList' static/final/abstract/empty, or adding allowed annotation for the method. | 87 |
![]() |
misc | FinalParameters | Parameter list should be final. | 88 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'requiredClass' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'requiredClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityObjectConverter' final or making the method 'requiredClass' static/final/abstract/empty, or adding allowed annotation for the method. | 43 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'serializationFormat' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityObjectConverter' final or making the method 'serializationFormat' static/final/abstract/empty, or adding allowed annotation for the method. | 48 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'fromActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityObjectConverter' final or making the method 'fromActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 54 |
![]() |
misc | FinalParameters | Parameter deserialized should be final. | 54 |
![]() |
design | DesignForExtension | Class 'BaseStringActivityObjectConverter' looks like designed for extension (can be subclassed), but the method 'toActivityObject' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseStringActivityObjectConverter' final or making the method 'toActivityObject' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
![]() |
misc | FinalParameters | Parameter serialized should be final. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
design | VisibilityModifier | Variable 'hocon' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'inPath' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'outPath' must be private and have accessor methods. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 58 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter hocon should be final. | 58 |
![]() |
coding | HiddenField | 'hocon' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter inPath should be final. | 58 |
![]() |
coding | HiddenField | 'inPath' hides a field. | 58 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 58 |
![]() |
coding | HiddenField | 'outPath' hides a field. | 58 |
![]() |
design | DesignForExtension | Class 'HoconConverterProcessor' 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 'HoconConverterProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
![]() |
design | DesignForExtension | Class 'HoconConverterProcessor' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HoconConverterProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 76 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | ConstantName | Name 'mapper' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
design | DesignForExtension | Class 'HoconConverterUtil' looks like designed for extension (can be subclassed), but the method 'convert' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HoconConverterUtil' final or making the method 'convert' static/final/abstract/empty, or adding allowed annotation for the method. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter object should be final. | 52 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 52 |
![]() |
misc | FinalParameters | Parameter hoconResource should be final. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
![]() |
design | DesignForExtension | Class 'HoconConverterUtil' looks like designed for extension (can be subclassed), but the method 'convert' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HoconConverterUtil' final or making the method 'convert' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter object should be final. | 57 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 57 |
![]() |
misc | FinalParameters | Parameter hoconResource should be final. | 57 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 62 |
![]() |
design | DesignForExtension | Class 'HoconConverterUtil' looks like designed for extension (can be subclassed), but the method 'convert' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HoconConverterUtil' final or making the method 'convert' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter object should be final. | 62 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 62 |
![]() |
misc | FinalParameters | Parameter hoconResource should be final. | 62 |
![]() |
misc | FinalParameters | Parameter inPath should be final. | 62 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 67 |
![]() |
design | DesignForExtension | Class 'HoconConverterUtil' looks like designed for extension (can be subclassed), but the method 'convert' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HoconConverterUtil' final or making the method 'convert' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter object should be final. | 67 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 67 |
![]() |
misc | FinalParameters | Parameter hocon should be final. | 67 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 80 |
![]() |
misc | FinalParameters | Parameter object should be final. | 80 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 80 |
![]() |
misc | FinalParameters | Parameter hocon should be final. | 80 |
![]() |
misc | FinalParameters | Parameter inPath should be final. | 80 |
![]() |
misc | FinalParameters | Parameter outPath should be final. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 116 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 127 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
misc | FinalParameters | Parameter fields should be final. | 68 |
![]() |
coding | HiddenField | 'fields' hides a field. | 68 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'withFields' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'withFields' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter fields should be final. | 72 |
![]() |
coding | HiddenField | 'fields' hides a field. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
misc | FinalParameters | Parameter fieldDelimiter should be final. | 95 |
![]() |
coding | HiddenField | 'fieldDelimiter' hides a field. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 99 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'withFieldDelimiter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'withFieldDelimiter' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter fieldDelimiter should be final. | 99 |
![]() |
coding | HiddenField | 'fieldDelimiter' hides a field. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
misc | FinalParameters | Parameter lineDelimiter should be final. | 122 |
![]() |
coding | HiddenField | 'lineDelimiter' hides a field. | 122 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'withLineDelimiter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'withLineDelimiter' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter lineDelimiter should be final. | 126 |
![]() |
coding | HiddenField | 'lineDelimiter' hides a field. | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 149 |
![]() |
coding | HiddenField | 'encoding' hides a field. | 149 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'withEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'withEncoding' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 153 |
![]() |
coding | HiddenField | 'encoding' hides a field. | 153 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' 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 'LineReadWriteConfiguration' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 158 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'getAdditionalProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'getAdditionalProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'setAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'setAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
misc | FinalParameters | Parameter name should be final. | 171 |
![]() |
misc | FinalParameters | Parameter value should be final. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 175 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'withAdditionalProperty' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'withAdditionalProperty' static/final/abstract/empty, or adding allowed annotation for the method. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
misc | FinalParameters | Parameter name should be final. | 175 |
![]() |
misc | FinalParameters | Parameter value should be final. | 175 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 182 |
![]() |
design | DesignForExtension | Class 'LineReadWriteConfiguration' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LineReadWriteConfiguration' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 185 |
![]() |
misc | FinalParameters | Parameter other should be final. | 186 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 243). | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
![]() |
design | FinalClass | Class LineReadWriteUtil should be declared as final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
naming | StaticVariableName | Name 'INSTANCE_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
naming | StaticVariableName | Name 'MAPPER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 84 |
![]() |
misc | FinalParameters | Parameter line should be final. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 107 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 119 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 142 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 147 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'entry'. | 147 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 157 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 157 |
![]() |
coding | HiddenField | 'fields' hides a field. | 170 |
![]() |
whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 173 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 175 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 175 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 177 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 185 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 191 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 193 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 204 |
![]() |
misc | FinalParameters | Parameter field should be final. | 209 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 215 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 218 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 221 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 230 |
![]() |
misc | FinalParameters | Parameter field should be final. | 235 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'field'. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
misc | FinalParameters | Parameter str should be final. | 248 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
design | VisibilityModifier | Variable 'outClass' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 58 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 62 |
![]() |
coding | HiddenField | 'outClass' hides a field. | 62 |
![]() |
misc | FinalParameters | Parameter formats should be final. | 62 |
![]() |
coding | HiddenField | 'formats' hides a field. | 62 |
![]() |
design | DesignForExtension | Class 'TypeConverterProcessor' 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 'TypeConverterProcessor' final or making the method 'getId' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
![]() |
design | DesignForExtension | Class 'TypeConverterProcessor' looks like designed for extension (can be subclassed), but the method 'process' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeConverterProcessor' final or making the method 'process' static/final/abstract/empty, or adding allowed annotation for the method. | 72 |
![]() |
misc | FinalParameters | Parameter entry should be final. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 78 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 80 |
![]() |
design | DesignForExtension | Class 'TypeConverterProcessor' looks like designed for extension (can be subclassed), but the method 'prepare' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeConverterProcessor' final or making the method 'prepare' static/final/abstract/empty, or adding allowed annotation for the method. | 88 |
![]() |
misc | FinalParameters | Parameter configurationObject should be final. | 89 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 90 |
![]() |
design | DesignForExtension | Class 'TypeConverterProcessor' looks like designed for extension (can be subclassed), but the method 'cleanUp' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeConverterProcessor' final or making the method 'cleanUp' static/final/abstract/empty, or adding allowed annotation for the method. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Class 'TypeConverterUtil' looks like designed for extension (can be subclassed), but the method 'convert' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TypeConverterUtil' final or making the method 'convert' static/final/abstract/empty, or adding allowed annotation for the method. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter object should be final. | 44 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
misc | FinalParameters | Parameter object should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'object'. | 55 |
![]() |
misc | FinalParameters | Parameter outClass should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'outClass'. | 55 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 55 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 58 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 58 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 71 |