The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 0 | Error |
JavadocMethod | 115 | Error |
JavadocType | 86 | Error |
JavadocVariable | 129 | Error |
JavadocStyle | 23 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength
| 1 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 6 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 84 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 5 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 0 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 122 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 32 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Expected @param tag for 'function'. | 53 | |
Expected @param tag for 'function'. | 61 | |
Missing a Javadoc comment. | 89 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 136 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 34 | |
First sentence should end with a period. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Expected @param tag for 'function'. | 53 | |
Expected @param tag for 'function'. | 61 | |
Missing a Javadoc comment. | 95 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 142 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 31 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Expected @param tag for 'pred'. | 50 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 30 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 31 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Expected @param tag for 'generator'. | 52 | |
Expected @param tag for 'pred'. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Unused @param tag for 'o'. | 103 | |
Expected @param tag for '<T>'. | 106 | |
Expected @param tag for 'f'. | 106 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 30 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 31 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Class FilteredIterable should be declared as final. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Expected @param tag for '<U>'. | 102 | |
Expected @param tag for '<T>'. | 154 | |
Expected @param tag for '<T>'. | 170 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Expected @param tag for '<T>'. | 136 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 37 | |
Type Javadoc comment is missing an @param <R> tag. | 37 | |
Missing a Javadoc comment. | 45 | |
Expected @param tag for '<A>'. | 138 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 30 | |
Expected @param tag for '<A>'. | 140 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 31 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 28 | |
Type Javadoc comment is missing an @param <T> tag. | 28 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Expected @param tag for '<E>'. | 122 | |
Expected @param tag for '<T>'. | 122 | |
Expected @param tag for '<E>'. | 135 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 31 | |
Missing a Javadoc comment. | 43 | |
Expected @param tag for '<T>'. | 98 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 39 | |
Missing a Javadoc comment. | 51 | |
Expected @param tag for '<T>'. | 131 | |
Expected @param tag for '<T>'. | 140 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 36 | |
Missing a Javadoc comment. | 48 | |
Expected @param tag for '<T>'. | 128 | |
Expected @param tag for '<T>'. | 137 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 36 | |
Missing a Javadoc comment. | 49 | |
Expected @param tag for '<T>'. | 129 | |
Expected @param tag for '<T>'. | 138 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 36 | |
Missing a Javadoc comment. | 48 | |
Expected @param tag for '<T>'. | 128 | |
Expected @param tag for '<T>'. | 137 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 36 | |
Missing a Javadoc comment. | 48 | |
Expected @param tag for '<T>'. | 128 | |
Expected @param tag for '<T>'. | 137 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 39 | |
Missing a Javadoc comment. | 51 | |
Expected @param tag for '<T>'. | 130 | |
Expected @param tag for '<T>'. | 139 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 31 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Expected @param tag for '<A>'. | 120 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 33 | |
Missing a Javadoc comment. | 45 | |
Expected @param tag for '<T>'. | 107 | |
Expected @param tag for '<T>'. | 116 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 33 | |
Missing a Javadoc comment. | 45 | |
Expected @param tag for '<T>'. | 107 | |
Expected @param tag for '<T>'. | 116 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 88 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'predicates'. | 59 | |
Expected @param tag for 'predicates'. | 68 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 39 | |
Type Javadoc comment is missing an @param <R> tag. | 39 | |
Missing a Javadoc comment. | 47 | |
First sentence should end with a period. | 106 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 39 | |
Missing a Javadoc comment. | 47 | |
First sentence should end with a period. | 105 | |
First sentence should end with a period. | 127 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 37 | |
Type Javadoc comment is missing an @param <R> tag. | 37 | |
Expected @param tag for 'predicates'. | 58 | |
Expected @param tag for 'predicates'. | 67 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 39 | |
Type Javadoc comment is missing an @param <R> tag. | 39 | |
Type Javadoc comment is missing an @param <T> tag. | 39 | |
First sentence should end with a period. | 46 | |
First sentence should end with a period. | 49 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 86 | |
Expected @param tag for '<G>'. | 96 | |
Expected @param tag for '<H>'. | 96 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 150 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 37 | |
Type Javadoc comment is missing an @param <R> tag. | 37 | |
Missing a Javadoc comment. | 44 | |
Expected @param tag for '<L>'. | 109 | |
Expected @param tag for '<R>'. | 109 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 37 | |
Type Javadoc comment is missing an @param <R> tag. | 37 | |
Expected @param tag for 'predicates'. | 58 | |
Expected @param tag for 'predicates'. | 67 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 44 | |
Type Javadoc comment is missing an @param <R> tag. | 44 | |
Missing a Javadoc comment. | 51 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 140 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 30 | |
Expected @param tag for '<A>'. | 48 | |
Expected @param tag for '<A>'. | 58 | |
Expected @param tag for '<T>'. | 58 | |
Expected @param tag for '<A>'. | 68 | |
Expected @param tag for '<A>'. | 78 | |
Expected @param tag for '<T>'. | 78 | |
Expected @param tag for '<L>'. | 90 | |
Expected @param tag for '<R>'. | 90 | |
Expected @param tag for '<G>'. | 90 | |
Expected @param tag for '<H>'. | 90 | |
Expected @param tag for '<A>'. | 101 | |
Expected @param tag for '<T>'. | 101 | |
Expected @param tag for '<A>'. | 111 | |
Expected @param tag for '<X>'. | 111 | |
Expected @param tag for '<T>'. | 111 | |
Expected @param tag for '<L>'. | 139 | |
Expected @param tag for '<R>'. | 139 | |
Expected @param tag for '<G>'. | 139 | |
Expected @param tag for '<H>'. | 139 | |
Expected @param tag for '<T>'. | 139 | |
Expected @param tag for '<L>'. | 152 | |
Expected @param tag for '<R>'. | 152 | |
Expected @param tag for '<G>'. | 152 | |
Expected @param tag for '<H>'. | 152 | |
Expected @param tag for '<T>'. | 152 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 51 | |
Type Javadoc comment is missing an @param <T> tag. | 51 | |
First sentence should end with a period. | 58 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 140 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 194 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 48 | |
Missing a Javadoc comment. | 55 | |
Expected @param tag for '<P>'. | 85 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 48 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 70 | |
Expected @param tag for '<T>'. | 81 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 34 | |
Expected @param tag for '<T>'. | 79 | |
Expected @param tag for '<A>'. | 100 | |
Expected @param tag for '<A>'. | 111 | |
Expected @param tag for '<A>'. | 123 | |
Expected @param tag for '<T>'. | 123 | |
Expected @param tag for '<A>'. | 135 | |
Expected @param tag for '<L>'. | 146 | |
Expected @param tag for '<R>'. | 146 | |
Expected @param tag for '<L>'. | 158 | |
Expected @param tag for '<R>'. | 158 | |
Expected @param tag for '<L>'. | 170 | |
Expected @param tag for '<R>'. | 170 | |
Expected @param tag for '<T>'. | 170 | |
Expected @param tag for '<L>'. | 182 | |
Expected @param tag for '<R>'. | 182 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 44 | |
Type Javadoc comment is missing an @param <R> tag. | 44 | |
Type Javadoc comment is missing an @param <T> tag. | 44 | |
First sentence should end with a period. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 43 | |
Type Javadoc comment is missing an @param <R> tag. | 43 | |
First sentence should end with a period. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 44 | |
Type Javadoc comment is missing an @param <R> tag. | 44 | |
First sentence should end with a period. | 51 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 44 | |
First sentence should end with a period. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 44 | |
Type Javadoc comment is missing an @param <T> tag. | 44 | |
First sentence should end with a period. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 43 | |
First sentence should end with a period. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 44 | |
First sentence should end with a period. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'predicates'. | 58 | |
Expected @param tag for 'predicates'. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 29 | |
Type Javadoc comment is missing an @param <R> tag. | 29 | |
Type Javadoc comment is missing an @param <T> tag. | 29 | |
First sentence should end with a period. | 35 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 66 | |
Expected @param tag for '<X>'. | 74 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 30 | |
Type Javadoc comment is missing an @param <R> tag. | 30 | |
First sentence should end with a period. | 36 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 67 | |
Expected @param tag for '<X>'. | 75 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 122 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 29 | |
First sentence should end with a period. | 35 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 65 | |
Expected @param tag for '<X>'. | 73 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 119 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 36 | |
First sentence should end with a period. | 39 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 69 | |
Expected @param tag for '<X>'. | 77 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 123 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 42 | |
Type Javadoc comment is missing an @param <R> tag. | 42 | |
Type Javadoc comment is missing an @param <T> tag. | 42 | |
Missing a Javadoc comment. | 49 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Expected @param tag for '<L>'. | 115 | |
Expected @param tag for '<R>'. | 115 | |
Expected @param tag for '<T>'. | 115 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 42 | |
Type Javadoc comment is missing an @param <R> tag. | 42 | |
Missing a Javadoc comment. | 49 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Expected @param tag for '<L>'. | 114 | |
Expected @param tag for '<R>'. | 114 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 42 | |
Type Javadoc comment is missing an @param <R> tag. | 42 | |
Missing a Javadoc comment. | 49 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Expected @param tag for '<L>'. | 114 | |
Expected @param tag for '<R>'. | 114 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 37 | |
Expected @param tag for 'predicates'. | 58 | |
Expected @param tag for 'predicates'. | 67 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 41 | |
Type Javadoc comment is missing an @param <R> tag. | 41 | |
Type Javadoc comment is missing an @param <T> tag. | 41 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 78 | |
Expected @param tag for '<G>'. | 88 | |
Expected @param tag for '<H>'. | 88 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 131 | |
'4' is a magic number. | 133 | |
'4' is a magic number. | 135 | |
'4' is a magic number. | 137 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 145 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <L> tag. | 41 | |
Type Javadoc comment is missing an @param <R> tag. | 41 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 79 | |
Expected @param tag for '<G>'. | 89 | |
Expected @param tag for '<H>'. | 89 | |
Method 'test' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 130 | |
'4' is a magic number. | 132 | |
'4' is a magic number. | 134 | |
'4' is a magic number. | 136 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 144 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 37 | |
Missing a Javadoc comment. | 44 | |
Incomplete HTML tag found: * @return UnaryPredicate<A | 107 | |
Expected @param tag for '<A>'. | 109 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 37 | |
Expected @param tag for 'predicates'. | 58 | |
Expected @param tag for 'predicates'. | 67 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <A> tag. | 43 | |
Missing a Javadoc comment. | 51 | |
Method 'then' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 141 |
Violation | Message | Line |
---|---|---|
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 30 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 76 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 29 | |
Missing a Javadoc comment. | 30 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 81 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 29 | |
Missing a Javadoc comment. | 33 | |
Expected @param tag for '<E>'. | 100 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 27 | |
Type Javadoc comment is missing an @param <I> tag. | 27 | |
Missing a Javadoc comment. | 28 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 88 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <E> tag. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Method 'getWrappedGenerator' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 88 |
Violation | Message | Line |
---|---|---|
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 77 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 32 |