The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 6 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 29 | ![]() |
RegexpSingleline
| 13 | ![]() |
JavadocMethod | 183 | ![]() |
JavadocType | 33 | ![]() |
JavadocVariable | 32 | ![]() |
JavadocStyle | 19 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 2 | ![]() |
UnusedImports | 3 | ![]() |
LineLength | 89 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 30 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 25 | ![]() |
WhitespaceAround | 12 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 1 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 3 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 6 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 15 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 95 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 4 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 4 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 202 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter failureStrategy should be final. | 14 |
![]() | 'failureStrategy' hides a field. | 14 |
![]() | Method 'getFailureStrategy' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | First sentence should end with a period. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Parameter message should be final. | 32 |
![]() | Expected @param tag for 'message'. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 44 |
![]() | Method 'about' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Expected @param tag for '<S>'. | 44 |
![]() | ',' is not followed by whitespace. | 44 |
![]() | Expected @param tag for '<T>'. | 44 |
![]() | Expected @param tag for '<SF>'. | 44 |
![]() | Parameter factory should be final. | 45 |
![]() | First sentence should end with a period. | 49 |
![]() | ',' is not followed by whitespace. | 52 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter fs should be final. | 57 |
![]() | Parameter factory should be final. | 57 |
![]() | 'factory' hides a field. | 57 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter target should be final. | 62 |
![]() | Method 'in' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter data should be final. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'messages' must be private and have accessor methods. | 32 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter message should be final. | 34 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter gatherer should be final. | 46 |
![]() | 'gatherer' hides a field. | 46 |
![]() | Method 'getFailureStrategy' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'apply' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter method should be final. | 62 |
![]() | Parameter target should be final. | 62 |
![]() | Line is longer than 80 characters. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 16 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 19 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | ',' is not followed by whitespace. | 24 |
![]() | Name 'WRAPPER_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | ',' is not followed by whitespace. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Parameter subjectFactory should be final. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter data should be final. | 33 |
![]() | 'data' hides a field. | 33 |
![]() | Parameter fs should be final. | 33 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Method 'thatEach' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | ',' is not followed by whitespace. | 38 |
![]() | Parameter factory should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | ',' is not followed by whitespace. | 42 |
![]() | Parameter fs should be final. | 43 |
![]() | Parameter factory should be final. | 43 |
![]() | Parameter data should be final. | 43 |
![]() | 'data' hides a field. | 43 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Parameter wrapperType should be final. | 55 |
![]() | Parameter t should be final. | 55 |
![]() | Parameter fs should be final. | 55 |
![]() | Parameter factory should be final. | 55 |
![]() | Parameter data should be final. | 56 |
![]() | 'data' hides a field. | 56 |
![]() | 'cast' is not followed by whitespace. | 58 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter subjectFactory should be final. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter failureStrategy should be final. | 40 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter target should be final. | 44 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter target should be final. | 49 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter target should be final. | 53 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter target should be final. | 57 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter target should be final. | 61 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter target should be final. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter target should be final. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter target should be final. | 73 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter target should be final. | 77 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter target should be final. | 81 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter target should be final. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Utility classes should not have a public or default constructor. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter message should be final. | 56 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Parameter message should be final. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter message should be final. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Parameter parent should be final. | 97 |
![]() | Parameter className should be final. | 97 |
![]() | Parameter sourceCode should be final. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Parameter diagnosticListener should be final. | 98 |
![]() | Expected @throws tag for 'CompilerException'. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Expected an @return tag. | 109 |
![]() | Method 'findClass' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter name should be final. | 110 |
![]() | Expected @param tag for 'name'. | 110 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 110 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Parameter className should be final. | 121 |
![]() | Expected @param tag for 'className'. | 121 |
![]() | Parameter sourceCode should be final. | 121 |
![]() | Expected @param tag for 'sourceCode'. | 121 |
![]() | Parameter diagnosticListener should be final. | 122 |
![]() | Expected @param tag for 'diagnosticListener'. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter fileManager should be final. | 157 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Parameter location should be final. | 162 |
![]() | Parameter kind should be final. | 163 |
![]() | Parameter sibling should be final. | 163 |
![]() | Line is longer than 80 characters. | 167 |
![]() | '256' is a magic number. | 172 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter className should be final. | 184 |
![]() | Parameter sourceCode should be final. | 184 |
![]() | 'sourceCode' hides a field. | 184 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter className should be final. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Parameter ignoreEncodingErrors should be final. | 198 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | '+' should be on a new line. | 41 |
![]() | '+' should be on a new line. | 42 |
![]() | '+' should be on a new line. | 43 |
![]() | '+' should be on a new line. | 44 |
![]() | '+' should be on a new line. | 45 |
![]() | '+' should be on a new line. | 46 |
![]() | '+' should be on a new line. | 47 |
![]() | '+' should be on a new line. | 48 |
![]() | '+' should be on a new line. | 49 |
![]() | '+' should be on a new line. | 50 |
![]() | '+' should be on a new line. | 51 |
![]() | '+' should be on a new line. | 52 |
![]() | '+' should be on a new line. | 53 |
![]() | '+' should be on a new line. | 54 |
![]() | '+' should be on a new line. | 55 |
![]() | '+' should be on a new line. | 56 |
![]() | '+' should be on a new line. | 57 |
![]() | '+' should be on a new line. | 58 |
![]() | '+' should be on a new line. | 59 |
![]() | '+' should be on a new line. | 60 |
![]() | '+' should be on a new line. | 61 |
![]() | '+' should be on a new line. | 81 |
![]() | '+' should be on a new line. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | '+' should be on a new line. | 83 |
![]() | '+' should be on a new line. | 84 |
![]() | '+' should be on a new line. | 85 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Variable 'className' must be private and have accessor methods. | 95 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter subjectFactory should be final. | 97 |
![]() | ',' is not followed by whitespace. | 97 |
![]() | 'subjectFactory' hides a field. | 97 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter code should be final. | 122 |
![]() | Parameter subjectType should be final. | 123 |
![]() | Parameter targetType should be final. | 124 |
![]() | Parameter method should be final. | 125 |
![]() | '&&' should be on a new line. | 128 |
![]() | '&&' should be on a new line. | 129 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter length should be final. | 148 |
![]() | 'if' construct must use '{}'s. | 151 |
![]() | Expected an @return tag. | 158 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Parameter parameters should be final. | 158 |
![]() | Expected @param tag for 'parameters'. | 158 |
![]() | Parameter annotations should be final. | 158 |
![]() | Expected @param tag for 'annotations'. | 158 |
![]() | 'if' construct must use '{}'s. | 161 |
![]() | 'if' construct must use '{}'s. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter modifiers should be final. | 173 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter failureStrategy should be final. | 10 |
![]() | 'failureStrategy' hides a field. | 10 |
![]() | Method 'getFailureStrategy' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | First sentence should end with a period. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | First sentence should end with a period. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter message should be final. | 28 |
![]() | Expected @param tag for 'message'. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Expected an @return tag. | 40 |
![]() | Method 'about' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Expected @param tag for '<S>'. | 40 |
![]() | ',' is not followed by whitespace. | 40 |
![]() | Expected @param tag for '<T>'. | 40 |
![]() | Expected @param tag for '<SF>'. | 40 |
![]() | Parameter factory should be final. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | ',' is not followed by whitespace. | 48 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter fs should be final. | 53 |
![]() | Parameter factory should be final. | 53 |
![]() | 'factory' hides a field. | 53 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter target should be final. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - com.google.common.annotations.GwtCompatible. | 19 |
![]() | Unused import - com.google.common.annotations.GwtIncompatible. | 20 |
![]() | Unused import - org.truth0.subjects.ClassSubject. | 26 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter failureStrategy should be final. | 37 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter target should be final. | 41 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter target should be final. | 45 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter target should be final. | 49 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter target should be final. | 53 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter target should be final. | 57 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter target should be final. | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter target should be final. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter target should be final. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter target should be final. | 73 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Method 'that' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter target should be final. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - org.truth0.FailureStrategy. | 19 |
![]() | Redundant import from the same package - org.truth0.TestVerb. | 20 |
![]() | Utility classes should not have a public or default constructor. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter message should be final. | 53 |
![]() | Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 22 |
![]() | Type Javadoc comment is missing an @param <S> tag. | 29 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 29 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'failureStrategy' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter failureStrategy should be final. | 33 |
![]() | 'failureStrategy' hides a field. | 33 |
![]() | Parameter subject should be final. | 33 |
![]() | 'subject' hides a field. | 33 |
![]() | Method 'is' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter other should be final. | 38 |
![]() | 'if' is not followed by whitespace. | 41 |
![]() | Method 'isNull' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'isNotNull' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'isEqualTo' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter other should be final. | 63 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | Method 'isNotEqualTo' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter other should be final. | 75 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Method 'check' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | First sentence should end with a period. | 95 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter verb should be final. | 100 |
![]() | Parameter messageParts should be final. | 100 |
![]() | First sentence should end with a period. | 109 |
![]() | Unused @param tag for 'messageParts'. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Method 'failWithBadResults' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter verb should be final. | 114 |
![]() | Parameter expected should be final. | 114 |
![]() | Expected @param tag for 'expected'. | 114 |
![]() | Parameter failVerb should be final. | 114 |
![]() | Expected @param tag for 'failVerb'. | 114 |
![]() | Parameter actual should be final. | 114 |
![]() | Expected @param tag for 'actual'. | 114 |
![]() | Method 'failWithoutSubject' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter verb should be final. | 123 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <S> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 28 |
![]() | ',' is not followed by whitespace. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | '{' is not followed by whitespace. | 30 |
![]() | '}' is not preceded with whitespace. | 30 |
![]() | Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 4 |
![]() | First sentence should end with a period. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter failureStrategy should be final. | 32 |
![]() | Parameter subject should be final. | 32 |
![]() | Method 'isTrue' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'isFalse' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter failureStrategy should be final. | 28 |
![]() | Parameter o should be final. | 28 |
![]() | Method 'declaresField' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter fieldName should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Parameter failureStrategy should be final. | 39 |
![]() | Parameter list should be final. | 39 |
![]() | Comment matches to-do format 'TODO:'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter failureStrategy should be final. | 44 |
![]() | Parameter list should be final. | 44 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'has' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter item should be final. | 59 |
![]() | Parameter first should be final. | 65 |
![]() | Parameter first should be final. | 68 |
![]() | Parameter second should be final. | 68 |
![]() | Parameter rest should be final. | 68 |
![]() | Parameter col should be final. | 71 |
![]() | Parameter first should be final. | 80 |
![]() | Parameter first should be final. | 83 |
![]() | Parameter second should be final. | 83 |
![]() | Parameter rest should be final. | 83 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Avoid inline conditionals. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Parameter first should be final. | 126 |
![]() | Parameter first should be final. | 129 |
![]() | Parameter second should be final. | 129 |
![]() | Parameter rest should be final. | 129 |
![]() | Parameter col should be final. | 132 |
![]() | Missing a Javadoc comment. | 138 |
![]() | First sentence should end with a period. | 139 |
![]() | Expected @param tag for 'item'. | 142 |
![]() | Expected @param tag for 'first'. | 148 |
![]() | Expected @param tag for 'first'. | 154 |
![]() | Expected @param tag for 'second'. | 154 |
![]() | Expected @param tag for 'rest'. | 154 |
![]() | Expected @param tag for 'expected'. | 160 |
![]() | Expected an @return tag. | 167 |
![]() | Expected @param tag for 'first'. | 167 |
![]() | Expected an @return tag. | 174 |
![]() | Expected @param tag for 'first'. | 174 |
![]() | Expected @param tag for 'second'. | 174 |
![]() | Expected @param tag for 'rest'. | 174 |
![]() | Expected an @return tag. | 181 |
![]() | Expected @param tag for 'expected'. | 181 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter failureStrategy should be final. | 26 |
![]() | Parameter o should be final. | 26 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 24 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter failureStrategy should be final. | 33 |
![]() | Parameter i should be final. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter failureStrategy should be final. | 37 |
![]() | Parameter i should be final. | 37 |
![]() | Avoid inline conditionals. | 38 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 45 |
![]() | Method 'isInclusivelyInRange' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter lower should be final. | 48 |
![]() | Expected @param tag for 'lower'. | 48 |
![]() | Parameter upper should be final. | 48 |
![]() | Expected @param tag for 'upper'. | 48 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 59 |
![]() | Method 'isBetween' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter lower should be final. | 62 |
![]() | Expected @param tag for 'lower'. | 62 |
![]() | Parameter upper should be final. | 62 |
![]() | Expected @param tag for 'upper'. | 62 |
![]() | Parameter lower should be final. | 73 |
![]() | Expected @param tag for 'lower'. | 73 |
![]() | Parameter upper should be final. | 73 |
![]() | Expected @param tag for 'upper'. | 73 |
![]() | Method 'isEqualTo' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter other should be final. | 81 |
![]() | Avoid inline conditionals. | 82 |
![]() | Method 'isEqualTo' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter other should be final. | 85 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | Method 'isNotEqualTo' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter other should be final. | 97 |
![]() | Avoid inline conditionals. | 98 |
![]() | Method 'isNotEqualTo' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter other should be final. | 101 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | 'cast' is not followed by whitespace. | 104 |
![]() | Method 'is' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter other should be final. | 113 |
![]() | 'cast' is not followed by whitespace. | 114 |
![]() | Method 'is' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter other should be final. | 117 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | Method 'is' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter other should be final. | 121 |
![]() | 'cast' is not followed by whitespace. | 122 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Parameter fs should be final. | 128 |
![]() | Parameter target should be final. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <C> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <S> tag. | 28 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Parameter failureStrategy should be final. | 33 |
![]() | Parameter list should be final. | 33 |
![]() | Comment matches to-do format 'TODO:'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter failureStrategy should be final. | 38 |
![]() | Parameter list should be final. | 38 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | First sentence should end with a period. | 51 |
![]() | Method 'isNotEmpty' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Method 'iteratesAs' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter expectedItems should be final. | 67 |
![]() | Expected @param tag for 'expectedItems'. | 67 |
![]() | Method 'iteratesOverSequence' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter expectedItems should be final. | 90 |
![]() | Expected @param tag for 'expectedItems'. | 90 |
![]() | Method 'iteratesAs' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter expectedItems should be final. | 100 |
![]() | Expected @param tag for 'expectedItems'. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Parameter failureStrategy should be final. | 31 |
![]() | Parameter list should be final. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter failureStrategy should be final. | 35 |
![]() | Parameter list should be final. | 35 |
![]() | Method 'containsSequence' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter sequence should be final. | 42 |
![]() | Expected @param tag for 'sequence'. | 42 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Unused @throws tag for 'ClassCastException'. | 68 |
![]() | Unused @throws tag for 'NullPointerException'. | 69 |
![]() | Method 'isOrdered' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter prev should be final. | 74 |
![]() | Parameter next should be final. | 74 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Unused @throws tag for 'ClassCastException'. | 86 |
![]() | Unused @throws tag for 'NullPointerException'. | 87 |
![]() | Method 'isPartiallyOrdered' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter prev should be final. | 92 |
![]() | Parameter next should be final. | 92 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Unused @throws tag for 'ClassCastException'. | 104 |
![]() | Unused @throws tag for 'NullPointerException'. | 105 |
![]() | Method 'isOrdered' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Expected @param tag for 'comparator'. | 107 |
![]() | Parameter prev should be final. | 109 |
![]() | Parameter next should be final. | 109 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Unused @throws tag for 'ClassCastException'. | 121 |
![]() | Unused @throws tag for 'NullPointerException'. | 122 |
![]() | Method 'isPartiallyOrdered' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Expected @param tag for 'comparator'. | 124 |
![]() | Parameter prev should be final. | 126 |
![]() | Parameter next should be final. | 126 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter checker should be final. | 134 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <K> tag. | 29 |
![]() | Type Javadoc comment is missing an @param <M> tag. | 29 |
![]() | Type Javadoc comment is missing an @param <S> tag. | 29 |
![]() | Type Javadoc comment is missing an @param <V> tag. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter failureStrategy should be final. | 32 |
![]() | Parameter map should be final. | 32 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | First sentence should end with a period. | 45 |
![]() | Method 'isNotEmpty' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Expected an @return tag. | 57 |
![]() | Method 'hasKey' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Expected @param tag for 'key'. | 57 |
![]() | Parameter expected should be final. | 62 |
![]() | '||' should be on a new line. | 64 |
![]() | Method 'lacksKey' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter key should be final. | 73 |
![]() | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter key should be final. | 79 |
![]() | Method 'lacksValue' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter key should be final. | 85 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Parameter failureStrategy should be final. | 97 |
![]() | Parameter map should be final. | 97 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 23 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter failureStrategy should be final. | 31 |
![]() | Parameter string should be final. | 31 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter string should be final. | 35 |
![]() | Method 'startsWith' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter string should be final. | 45 |
![]() | Method 'endsWith' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter string should be final. | 55 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter fs should be final. | 67 |
![]() | Parameter target should be final. | 67 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Type Javadoc comment is missing an @param <S> tag. | 36 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 36 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'failureStrategy' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter failureStrategy should be final. | 41 |
![]() | 'failureStrategy' hides a field. | 41 |
![]() | Parameter subject should be final. | 41 |
![]() | 'subject' hides a field. | 41 |
![]() | Method 'is' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter other should be final. | 46 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | Method 'isNull' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'isNotNull' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'isEqualTo' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter other should be final. | 71 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | Method 'isNotEqualTo' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter other should be final. | 83 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | 'cast' is not followed by whitespace. | 86 |
![]() | Method 'isA' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter clazz should be final. | 96 |
![]() | Method 'isNotA' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter clazz should be final. | 103 |
![]() | Method 'getSubject' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'check' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | First sentence should end with a period. | 117 |
![]() | Method 'fail' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter verb should be final. | 122 |
![]() | Parameter messageParts should be final. | 122 |
![]() | First sentence should end with a period. | 131 |
![]() | Unused @param tag for 'messageParts'. | 134 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Method 'failWithBadResults' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter verb should be final. | 136 |
![]() | Parameter expected should be final. | 136 |
![]() | Expected @param tag for 'expected'. | 136 |
![]() | Parameter failVerb should be final. | 136 |
![]() | Expected @param tag for 'failVerb'. | 136 |
![]() | Parameter actual should be final. | 136 |
![]() | Expected @param tag for 'actual'. | 136 |
![]() | Method 'failWithoutSubject' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Parameter verb should be final. | 145 |
![]() | Method 'hasField' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | 'subject' hides a field. | 153 |
![]() | Parameter value should be final. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Parameter value should be final. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Parameter expected should be final. | 182 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Redundant 'static' modifier. | 207 |
![]() | Expected @param tag for 'value'. | 212 |
Violation | Message | Line |
---|---|---|
![]() | Type Javadoc comment is missing an @param <S> tag. | 32 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 32 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | 'cast' is not followed by whitespace. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' is not followed by whitespace. | 42 |
![]() | '}' is not preceded with whitespace. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'getSubjectClass' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter only should be final. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter first should be final. | 35 |
![]() | Parameter second should be final. | 35 |
![]() | Parameter rest should be final. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Avoid inline conditionals. | 39 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter t should be final. | 50 |
![]() | Parameter items should be final. | 50 |
![]() | Avoid inline conditionals. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | Expected an @return tag. | 33 |
![]() | Parameter clazz should be final. | 33 |
![]() | Expected @param tag for 'clazz'. | 33 |
![]() | Parameter paramIndex should be final. | 33 |
![]() | Expected @param tag for 'paramIndex'. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | '(' is preceded with whitespace. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | 'cast' is not followed by whitespace. | 39 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter clazz should be final. | 42 |
![]() | Parameter fieldName should be final. | 42 |
![]() | Line is longer than 80 characters. | 51 |
![]() | '+' should be on a new line. | 51 |