The following document contains the results of Checkstyle 5.7.
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
misc | FinalParameters | Parameter message should be final. | 27 |
![]() |
coding | HiddenField | 'message' hides a field. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 27 |
![]() |
misc | FinalParameters | Parameter minLength should be final. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minLength'. | 27 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 27 |
![]() |
coding | HiddenField | 'padBits' hides a field. | 27 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 28 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 30 |
![]() |
coding | MagicNumber | '6' is a magic number. | 30 |
![]() |
coding | MagicNumber | '6' is a magic number. | 33 |
![]() |
coding | HiddenField | 'calculated' hides a field. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
coding | MagicNumber | '6' is a magic number. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 62 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
misc | FinalParameters | Parameter from should be final. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'from'. | 62 |
![]() |
misc | FinalParameters | Parameter to should be final. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'to'. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 67 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
design | DesignForExtension | Method 'getSignedValue' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
misc | FinalParameters | Parameter from should be final. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'from'. | 82 |
![]() |
misc | FinalParameters | Parameter to should be final. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'to'. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 87 |
![]() |
design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter from should be final. | 94 |
![]() |
misc | FinalParameters | Parameter to should be final. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - au.gov.amsa.ais.message.AisPositionA. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 25 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minLength'. | 25 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Method 'testExtractorGetsMessageId' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Method 'testExtractorConstructorThrowsAisParseExceptionIfMessageNotLongEnough' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 16 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 18 |
![]() |
design | DesignForExtension | Method 'testExtractorConstructorInstantiatedIfMessageLongEnough' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Method 'testStringNotLongEnoughThrowsAisParseExceptionUsingGetString' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
coding | MagicNumber | '10' is a magic number. | 30 |
![]() |
design | DesignForExtension | Method 'testStringNotLongEnoughtThrowsAisParseExceptionUsingGetValue' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
coding | MagicNumber | '10' is a magic number. | 37 |
![]() |
design | DesignForExtension | Method 'testArrayIndexOutOfBoundsThrowsAisParseException' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 44 |
![]() |
coding | MagicNumber | '1005' is a magic number. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 38 |
![]() |
coding | HiddenField | 'factory' hides a field. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
misc | FinalParameters | Parameter message should be final. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 50 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
misc | FinalParameters | Parameter message should be final. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 63 |
![]() |
misc | FinalParameters | Parameter source should be final. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 63 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
coding | MagicNumber | '4' is a magic number. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
coding | MagicNumber | '5' is a magic number. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
coding | MagicNumber | '18' is a magic number. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
coding | MagicNumber | '19' is a magic number. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
coding | MagicNumber | '21' is a magic number. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 82 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
coding | MagicNumber | '27' is a magic number. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
design | DesignForExtension | Method 'parseStaticDataReport' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter partNumber should be final. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 89 |
![]() |
misc | FinalParameters | Parameter message should be final. | 89 |
![]() |
misc | FinalParameters | Parameter source should be final. | 89 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'testAisPositionA' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'testAisBaseStation' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'testAisShipStaticA' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 40 |
![]() |
design | DesignForExtension | Method 'testAisPositionB' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'testBExtended' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 56 |
![]() |
design | DesignForExtension | Method 'testParseAtonMessage' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
![]() |
coding | MagicNumber | '21' is a magic number. | 69 |
![]() |
coding | MagicNumber | '995031040' is a magic number. | 71 |
![]() |
coding | MagicNumber | '23' is a magic number. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
design | DesignForExtension | Method 'testStaticDataReportPartA' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
design | DesignForExtension | Method 'testStaticDataReportPartB' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
design | DesignForExtension | Method 'testParseStaticDataReportWithInvalidPartNumberException' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
coding | MagicNumber | '24' is a magic number. | 101 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
misc | FinalParameters | Parameter id should be final. | 25 |
![]() |
coding | HiddenField | 'id' hides a field. | 25 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter maxBufferSize should be final. | 27 |
![]() |
coding | HiddenField | 'maxBufferSize' hides a field. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 39 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nmea'. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
![]() |
misc | FinalParameters | Parameter list should be final. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'list'. | 84 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 92 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter c should be final. | 131 |
![]() |
misc | FinalParameters | Parameter a should be final. | 135 |
![]() |
misc | FinalParameters | Parameter b should be final. | 135 |
![]() |
design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'testTwoLinesAreBufferedAndAggregateIsReturned' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
coding | MagicNumber | '5' is a magic number. | 23 |
![]() |
design | DesignForExtension | Method 'testTwoLinesAreBufferedAndAggregateIsReturnedWhenOutOfOrder' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
coding | MagicNumber | '5' is a magic number. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter buffer should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter buffer should be final. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 61 |
![]() |
design | DesignForExtension | Method 'testTwoLinesAreBufferedAndAggregateIsReturnedThenRepeatIsTreatedTheSame' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
![]() |
coding | MagicNumber | '10' is a magic number. | 67 |
![]() |
design | DesignForExtension | Method 'checkBufferMaxSizeIsHonoured' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
design | DesignForExtension | Method 'checkLineWithTimestampButWithoutGroupingIsReturnedImmediately' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 94 |
![]() |
design | DesignForExtension | Method 'testLinewithTooFewColumnsIsReturnedImmediately' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
coding | MagicNumber | '5' is a magic number. | 101 |
![]() |
coding | MagicNumber | '5' is a magic number. | 105 |
![]() |
design | DesignForExtension | Method 'testBufferReturnsCorrectTimestamp' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
coding | MagicNumber | '50' is a magic number. | 115 |
![]() |
coding | MagicNumber | '1334073836000L' is a magic number. | 119 |
![]() |
design | DesignForExtension | Method 'testNmea4_1SentenceTagsCanGetSourceAndTimestamp' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
naming | MethodName | Name 'testNmea4_1SentenceTagsCanGetSourceAndTimestamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() |
coding | MagicNumber | '5' is a magic number. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 129 |
![]() |
coding | MagicNumber | '1479865268000L' is a magic number. | 132 |
![]() |
design | DesignForExtension | Method 'testNmea4_1SentenceTagsWithVsiMessage' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
naming | MethodName | Name 'testNmea4_1SentenceTagsWithVsiMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
![]() |
coding | MagicNumber | '5' is a magic number. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 144 |
![]() |
coding | MagicNumber | '1479869400000L' is a magic number. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 148 |
![]() |
design | DesignForExtension | Method 'testNmea4_1SentenceTagsWithVsiMessageAndBlankLineWithTagBlockAtEnd' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 153 |
![]() |
naming | MethodName | Name 'testNmea4_1SentenceTagsWithVsiMessageAndBlankLineWithTagBlockAtEnd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
![]() |
coding | MagicNumber | '5' is a magic number. | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
![]() |
coding | MagicNumber | '1479869400000L' is a magic number. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 165 |
![]() |
design | DesignForExtension | Method 'testSentenceCount' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
naming | ConstantName | Name 'aisParser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
misc | FinalParameters | Parameter line should be final. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter line should be final. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter line should be final. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 59 |
![]() |
coding | HiddenField | 'nmea' hides a field. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
coding | MagicNumber | '7' is a magic number. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
coding | MagicNumber | '3' is a magic number. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
coding | MagicNumber | '4' is a magic number. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
coding | MagicNumber | '5' is a magic number. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
coding | MagicNumber | '6' is a magic number. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
design | DesignForExtension | Method 'getTalker' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nmea'. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
misc | FinalParameters | Parameter index should be final. | 113 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
design | DesignForExtension | Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
design | DesignForExtension | Method 'getFragmentCount' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
design | DesignForExtension | Method 'getFragmentNumber' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
design | DesignForExtension | Method 'getSequentialMessageId' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
design | DesignForExtension | Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
design | DesignForExtension | Method 'getPadBits' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
design | DesignForExtension | Method 'getTimestampedMessage' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter defaultTime should be final. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
design | DesignForExtension | Method 'getTimestampedMessage' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
design | DesignForExtension | Method 'getChecksum' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
design | DesignForExtension | Method 'getNmea' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 203 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 4 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'testAisNmeaMessage' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'testInvalidLine' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'testInvalidLineLessThan7Columns' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
design | DesignForExtension | Method 'testHasNoChecksum' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
design | DesignForExtension | Method 'testChecksumDoesNotMatch' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'testRuntimeExceptionBecomesAisParseException' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 58 |
![]() |
design | DesignForExtension | Method 'testGetTimeObtainsTimeFromTagBlock' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
![]() |
coding | MagicNumber | '1120959341000L' is a magic number. | 65 |
![]() |
design | DesignForExtension | Method 'testGetTimeObtainsTimeFromTagBlock2' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
![]() |
coding | MagicNumber | '1357563697000L' is a magic number. | 72 |
![]() |
coding | MagicNumber | '1357563697000L' is a magic number. | 73 |
![]() |
design | DesignForExtension | Method 'testFragmentCount' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 78 |
![]() |
design | DesignForExtension | Method 'testOrbcom' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 174). | 88 |
![]() |
coding | MagicNumber | '1492562037000L' is a magic number. | 90 |
![]() |
coding | MagicNumber | '1492562037000L' is a magic number. | 91 |
![]() |
design | DesignForExtension | Method 'testMissingMessageProblemFromMariwebExtract' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 98 |
![]() |
coding | MagicNumber | '1495765889000L' is a magic number. | 100 |
![]() |
coding | MagicNumber | '1495765889000L' is a magic number. | 101 |
![]() |
design | DesignForExtension | Method 'testShipStaticDataFail' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 111 |
![]() |
design | DesignForExtension | Method 'testParseCorruptAisAidToNavigationThrows' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 112 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 141). | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 119 |
![]() |
design | DesignForExtension | Method 'testParseNothingAfterTagBlock' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 120 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
misc | FinalParameters | Parameter args should be final. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 128 |
![]() |
coding | EmptyStatement | Empty statement. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 2 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter errorMsg should be final. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter t should be final. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 54 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ts'. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ts'. | 68 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
coding | MagicNumber | '31' is a magic number. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
coding | MagicNumber | '5' is a magic number. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
coding | MagicNumber | '20' is a magic number. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
design | DesignForExtension | Method 'testAll' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
coding | MagicNumber | '100' is a magic number. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
coding | MagicNumber | '5' is a magic number. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
coding | MagicNumber | '10' is a magic number. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
coding | MagicNumber | '31' is a magic number. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
coding | MagicNumber | '17' is a magic number. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '19' is a magic number. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
coding | MagicNumber | '20' is a magic number. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | MagicNumber | '21' is a magic number. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
design | DesignForExtension | Method 'testNull' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
design | DesignForExtension | Method 'testBigIntegerNull' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
design | DesignForExtension | Method 'testBigIntegerNonNull' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
design | DesignForExtension | Method 'testInstantiation' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
naming | ConstantName | Name 'shipStaticA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
naming | ConstantName | Name 'aisPositionA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
naming | ConstantName | Name 'aisPositionB' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
naming | ConstantName | Name 'nmeaLines' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
design | DesignForExtension | Method 'parseShipStaticNmeaMessage' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
design | DesignForExtension | Method 'parseShipStaticNmeaMessageAndExtractBitsOfInterest' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
design | DesignForExtension | Method 'parseAisPositionANmeaMessage' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
design | DesignForExtension | Method 'parseAisPositionBNmeaMessage' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
design | DesignForExtension | Method 'parseMany' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter args should be final. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 28 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extractor'. | 28 |
![]() |
misc | FinalParameters | Parameter startIndex should be final. | 28 |
![]() |
coding | HiddenField | 'startIndex' hides a field. | 28 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startIndex'. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
coding | MagicNumber | '5' is a magic number. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extractor'. | 49 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slotTimeout'. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
misc | FinalParameters | Parameter startIndex should be final. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startIndex'. | 50 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
coding | MagicNumber | '3' is a magic number. | 51 |
![]() |
coding | MagicNumber | '5' is a magic number. | 51 |
![]() |
coding | MagicNumber | '7' is a magic number. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
coding | MagicNumber | '5' is a magic number. | 52 |
![]() |
coding | MagicNumber | '19' is a magic number. | 52 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extractor'. | 66 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slotTimeout'. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
misc | FinalParameters | Parameter startIndex should be final. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startIndex'. | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
coding | MagicNumber | '4' is a magic number. | 68 |
![]() |
coding | MagicNumber | '6' is a magic number. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
coding | MagicNumber | '5' is a magic number. | 69 |
![]() |
coding | MagicNumber | '19' is a magic number. | 69 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extractor'. | 82 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slotTimeout'. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
misc | FinalParameters | Parameter startIndex should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startIndex'. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
coding | MagicNumber | '5' is a magic number. | 86 |
![]() |
coding | MagicNumber | '10' is a magic number. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extractor'. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slotTimeout'. | 101 |
![]() |
misc | FinalParameters | Parameter startIndex should be final. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startIndex'. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
coding | MagicNumber | '10' is a magic number. | 104 |
![]() |
coding | MagicNumber | '17' is a magic number. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'extractor'. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slotTimeout'. | 119 |
![]() |
misc | FinalParameters | Parameter startIndex should be final. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'startIndex'. | 119 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
coding | MagicNumber | '5' is a magic number. | 121 |
![]() |
coding | MagicNumber | '19' is a magic number. | 121 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
design | DesignForExtension | Method 'getSyncState' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
design | DesignForExtension | Method 'getSlotTimeout' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
design | DesignForExtension | Method 'getReceivedStations' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
design | DesignForExtension | Method 'getSlotNumber' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
design | DesignForExtension | Method 'getHourUtc' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
design | DesignForExtension | Method 'getMinuteUtc' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
design | DesignForExtension | Method 'getMinutesUtc' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 198 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'slotTimeout'. | 198 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 198 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'hour'. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minute'. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
coding | MagicNumber | '60' is a magic number. | 201 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 203 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
design | DesignForExtension | Method 'getSlotOffset' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 213 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 215 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 223 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 227 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 235 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'testGetReceivedStationsTimeout3' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
coding | MagicNumber | '3' is a magic number. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
design | DesignForExtension | Method 'testGetReceivedStationsTimeout5' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
coding | MagicNumber | '5' is a magic number. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'testGetReceivedStationsTimeout7' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
coding | MagicNumber | '7' is a magic number. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
design | DesignForExtension | Method 'testGetReceivedStationsTimeoutOther' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
coding | MagicNumber | '10' is a magic number. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
design | DesignForExtension | Method 'testSlotNumberTimeout2' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
design | DesignForExtension | Method 'testGetSlotNumberTimeout4' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
coding | MagicNumber | '4' is a magic number. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
design | DesignForExtension | Method 'testGetSlotNumberTimeout6' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
coding | MagicNumber | '6' is a magic number. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
design | DesignForExtension | Method 'testGetSlotNumberTimeoutOther' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
coding | MagicNumber | '3' is a magic number. | 57 |
![]() |
coding | MagicNumber | '10' is a magic number. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
coding | MagicNumber | '10' is a magic number. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
coding | MagicNumber | '10' is a magic number. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
coding | MagicNumber | '10' is a magic number. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter slotTimeout should be final. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
coding | MagicNumber | '10' is a magic number. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
coding | MagicNumber | '10' is a magic number. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
coding | MagicNumber | '10' is a magic number. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
design | FinalClass | Class Internationalization should be declared as final. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
misc | FinalParameters | Parameter key should be final. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
design | DesignForExtension | Method 'testInstantiation' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter line should be final. | 8 |
![]() |
coding | HiddenField | 'line' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter time should be final. | 8 |
![]() |
coding | HiddenField | 'time' hides a field. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
design | DesignForExtension | Method 'getLine' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter args should be final. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
coding | MagicNumber | '30000' is a magic number. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter args should be final. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
coding | MagicNumber | '3' is a magic number. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
misc | FinalParameters | Parameter object should be final. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'System' | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
misc | FinalParameters | Parameter line should be final. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
coding | MagicNumber | '3' is a magic number. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
coding | MagicNumber | '4' is a magic number. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
coding | MagicNumber | '5' is a magic number. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
coding | MagicNumber | '6' is a magic number. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
coding | MagicNumber | '7' is a magic number. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
coding | MagicNumber | '8' is a magic number. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
naming | ConstantName | Name 'pghpPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
misc | FinalParameters | Parameter line should be final. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 63 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
misc | FinalParameters | Parameter line should be final. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
misc | FinalParameters | Parameter index should be final. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
misc | FinalParameters | Parameter year should be final. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'year'. | 103 |
![]() |
misc | FinalParameters | Parameter month should be final. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'month'. | 103 |
![]() |
misc | FinalParameters | Parameter day should be final. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'day'. | 103 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'hour'. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minute'. | 104 |
![]() |
misc | FinalParameters | Parameter second should be final. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'second'. | 104 |
![]() |
misc | FinalParameters | Parameter millisecond should be final. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'millisecond'. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
design | DesignForExtension | Method 'getFollowingSequenceChecksum' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
coding | MagicNumber | '13' is a magic number. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 3 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'testParseTimestampMessage' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '2004' is a magic number. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
coding | MagicNumber | '12' is a magic number. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | MagicNumber | '21' is a magic number. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
coding | MagicNumber | '23' is a magic number. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
coding | MagicNumber | '59' is a magic number. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
coding | MagicNumber | '58' is a magic number. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
coding | MagicNumber | '999' is a magic number. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
design | DesignForExtension | Method 'testInvalidTimestampMessageConstructorThrowsParserException' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
design | DesignForExtension | Method 'testInvalidTimestampMessageConstructorThrowsParserExceptionWhenChecksumNotInColumn13' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
design | DesignForExtension | Method 'testInvalidTimestampMessageConstructorThrowsParserExceptionWithOneColumnOnly' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
design | DesignForExtension | Method 'testInvalidAisNmeaThrowsNmeaParserException' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
design | DesignForExtension | Method 'testNmeaMessageWhenTagBlockNotClosedProperly' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
design | DesignForExtension | Method 'testExactEarthTimestampWhenNotEnoughColumns' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 255). | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
design | DesignForExtension | Method 'testIsPghpLineIsFalseGivenNull' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
design | DesignForExtension | Method 'testIsPghpLineIsFalseGivenBlank' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
design | DesignForExtension | Method 'testIsPghpLineIsFalseGivenNonBlankString' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
design | DesignForExtension | Method 'testIsPghpLineIsTrueWhenHasTagBlock' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
design | DesignForExtension | Method 'testIsPghpLineIsTrueWhenHasNoTagBlock' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
design | DesignForExtension | Method 'testIsPghpLineIsTrueWhenHasPghpNotAtBeginning' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter list should be final. | 11 |
![]() |
coding | HiddenField | 'list' hides a field. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
misc | FinalParameters | Parameter s should be final. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter is should be final. | 22 |
![]() |
coding | HiddenField | 'is' hides a field. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 48 |
![]() |
coding | HiddenField | 'listener' hides a field. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
misc | FinalParameters | Parameter matchWithTimestampLine should be final. | 49 |
![]() |
coding | HiddenField | 'matchWithTimestampLine' hides a field. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'matchWithTimestampLine'. | 49 |
![]() |
misc | FinalParameters | Parameter logCountFrequency should be final. | 49 |
![]() |
coding | HiddenField | 'logCountFrequency' hides a field. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'logCountFrequency'. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
misc | FinalParameters | Parameter nmeaBufferSize should be final. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nmeaBufferSize'. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 63 |
![]() |
coding | HiddenField | 'listener' hides a field. | 63 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listener'. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
misc | FinalParameters | Parameter matchWithTimestampLine should be final. | 64 |
![]() |
coding | HiddenField | 'matchWithTimestampLine' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'matchWithTimestampLine'. | 64 |
![]() |
misc | FinalParameters | Parameter logCountFrequency should be final. | 64 |
![]() |
coding | HiddenField | 'logCountFrequency' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'logCountFrequency'. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 69 |
![]() |
coding | HiddenField | 'listener' hides a field. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
misc | FinalParameters | Parameter matchWithTimestampLine should be final. | 70 |
![]() |
coding | HiddenField | 'matchWithTimestampLine' hides a field. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
design | DesignForExtension | Method 'line' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
misc | FinalParameters | Parameter line should be final. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
design | DesignForExtension | Method 'line' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
misc | FinalParameters | Parameter line should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 91 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arrivalTime'. | 91 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
misc | FinalParameters | Parameter index should be final. | 170 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'arrivalTime'. | 192 |
![]() |
misc | FinalParameters | Parameter earliestTimestampLineIndex should be final. | 192 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'earliestTimestampLineIndex'. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 203 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 207 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 213 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 214 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
misc | FinalParameters | Parameter earliestTimestampLineIndex should be final. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'earliestTimestampLineIndex'. | 216 |
![]() |
misc | FinalParameters | Parameter timestampLine should be final. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'timestampLine'. | 216 |
![]() |
misc | FinalParameters | Parameter time should be final. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'time'. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 227 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 236 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 237 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 239 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 240 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 241 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 241 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 242 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 243 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 244 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 245 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 246 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 246 |
![]() |
misc | FinalParameters | Parameter time should be final. | 246 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'time'. | 246 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 247 |
![]() |
misc | FinalParameters | Parameter checksum should be final. | 247 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'checksum'. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 248 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 249 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 250 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 251 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 252 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 253 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 254 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 256 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 257 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 258 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 258 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 259 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 259 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 260 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 260 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 261 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 262 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 263 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 264 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 265 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 266 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 267 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 268 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 269 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 270 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 271 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 272 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 275 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 275 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 276 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 277 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 277 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 278 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 279 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 280 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 281 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 282 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 283 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 283 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 284 |
![]() |
misc | FinalParameters | Parameter earliestTimestampLineIndex should be final. | 284 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'earliestTimestampLineIndex'. | 284 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 285 |
![]() |
misc | FinalParameters | Parameter timestamp should be final. | 285 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'timestamp'. | 285 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 286 |
![]() |
misc | FinalParameters | Parameter lowestTimeDiffIndex should be final. | 286 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lowestTimeDiffIndex'. | 286 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 287 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 288 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 289 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 290 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 291 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 291 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 293 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 293 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 295 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 296 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 297 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 298 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 300 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 301 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 302 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 302 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 303 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 304 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 305 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 306 |
![]() |
misc | FinalParameters | Parameter line should be final. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 306 |
![]() |
misc | FinalParameters | Parameter time should be final. | 306 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'time'. | 306 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 307 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 308 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 310 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 311 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 312 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 313 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 314 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 315 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 315 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 316 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 317 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 319 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 320 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 321 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 321 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 322 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 323 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 324 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 325 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 325 |
![]() |
misc | FinalParameters | Parameter index should be final. | 325 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 325 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 326 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 327 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 329 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 330 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 331 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 331 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 332 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 333 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 334 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 335 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 335 |
![]() |
misc | FinalParameters | Parameter index should be final. | 335 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 335 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 336 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 337 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 339 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 340 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 341 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 341 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 342 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 343 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 344 |
![]() |
misc | FinalParameters | Parameter index should be final. | 344 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'index'. | 344 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 345 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 346 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 348 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 349 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 350 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 350 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 351 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 352 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 353 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 353 |
![]() |
design | DesignForExtension | Method 'getBuffer' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 354 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 355 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 356 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 358 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 359 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 359 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 360 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 361 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 361 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 362 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 363 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 364 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 365 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 365 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 365 |
![]() |
misc | FinalParameters | Parameter lines should be final. | 365 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lines'. | 365 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 366 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 367 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 368 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 369 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 370 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 370 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 371 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 372 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 373 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 374 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
design | DesignForExtension | Method 'testMany' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter b should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Method 'testStreamHasNoTimestampsAtStart' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
![]() |
coding | MagicNumber | '1328133720012L' is a magic number. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 23 |
![]() |
coding | MagicNumber | '1328133720087L' is a magic number. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 24 |
![]() |
coding | MagicNumber | '1328133720089L' is a magic number. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 25 |
![]() |
coding | MagicNumber | '1328133720096L' is a magic number. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
![]() |
coding | MagicNumber | '1328133720097L' is a magic number. | 27 |
![]() |
design | DesignForExtension | Method 'testRemovingExpiredLines' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
coding | MagicNumber | '1328133720087L' is a magic number. | 38 |
![]() |
design | DesignForExtension | Method 'testMatchIfBufferTimeBigEnough' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
![]() |
coding | MagicNumber | '1328133720087L' is a magic number. | 49 |
![]() |
design | DesignForExtension | Method 'testMultipleChecksumMatchesFoundToTimestamp' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 57 |
![]() |
coding | MagicNumber | '3' is a magic number. | 62 |
![]() |
coding | MagicNumber | '4' is a magic number. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 65 |
![]() |
coding | MagicNumber | '111111111111111L' is a magic number. | 65 |
![]() |
coding | MagicNumber | '3' is a magic number. | 67 |
![]() |
design | DesignForExtension | Method 'testLogLineGetsCalled' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
![]() |
design | DesignForExtension | Method 'testMultipleChecksumMatchesFoundToTimestampLaterMessageCloser' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
![]() |
coding | MagicNumber | '3' is a magic number. | 86 |
![]() |
coding | MagicNumber | '4' is a magic number. | 87 |
![]() |
coding | MagicNumber | '4' is a magic number. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
![]() |
coding | MagicNumber | '111111111111111L' is a magic number. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
![]() |
coding | MagicNumber | '111111111111111L' is a magic number. | 91 |
![]() |
design | DesignForExtension | Method 'testInvalidPghpLineCannotBeParsedAsAisNmea' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 99 |
![]() |
coding | MagicNumber | '4' is a magic number. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 241). | 102 |
![]() |
design | DesignForExtension | Method 'testStreamDoesNotThrowExceptionWhenTimestampLineDoesNotHaveEnoughFields' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 108 |
![]() |
design | DesignForExtension | Method 'testStreamReportsNmeaLineWithoutBufferingIfMatchWithTimestampLineIsFalse' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 118 |
![]() |
coding | MagicNumber | '1328133720097000L' is a magic number. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 126 |
![]() |
design | DesignForExtension | Method 'testStreamProcessorWithInvalidNmeaLine' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 131 |
![]() |
design | DesignForExtension | Method 'testLineWithTimestamp' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 143 |
![]() |
design | DesignForExtension | Method 'testLineWithTimestampThatIsBuffered' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 151 |
![]() |
design | DesignForExtension | Method 'testFullMessageGroupWithTimestampOnFirstLineIsReturnedAggregated' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 164 |
![]() |
coding | MagicNumber | '1334278696000L' is a magic number. | 164 |
![]() |
design | DesignForExtension | Method 'testMultiSequenceMessageWithoutTagBlock' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 172 |
![]() |
coding | MagicNumber | '23' is a magic number. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 178 |
![]() |
coding | MagicNumber | '23L' is a magic number. | 178 |
![]() |
design | DesignForExtension | Method 'testNullPointerExceptionDoesNotOccur' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 185 |
![]() |
design | DesignForExtension | Method 'testNotEnoughPartsInGTagErrorInSecondLineOfMultilineMessageDoesNotThrowException' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 195 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 206 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 206 |
![]() |
misc | FinalParameters | Parameter line should be final. | 209 |
![]() |
misc | FinalParameters | Parameter time should be final. | 209 |
![]() |
misc | FinalParameters | Parameter line should be final. | 214 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
![]() |
misc | FinalParameters | Parameter line should be final. | 227 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 227 |
![]() |
misc | FinalParameters | Parameter message should be final. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter args should be final. | 233 |
![]() |
coding | MagicNumber | '1235' is a magic number. | 234 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ts'. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 66 |
![]() |
misc | FinalParameters | Parameter ts should be final. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ts'. | 66 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
![]() |
coding | MagicNumber | '10' is a magic number. | 69 |
![]() |
coding | MagicNumber | '99' is a magic number. | 69 |
![]() |
coding | MagicNumber | '10' is a magic number. | 72 |
![]() |
coding | MagicNumber | '10' is a magic number. | 73 |
![]() |
coding | MagicNumber | '3' is a magic number. | 74 |
![]() |
coding | MagicNumber | '5' is a magic number. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter args should be final. | 84 |
![]() |
coding | MagicNumber | '10' is a magic number. | 85 |
![]() |
coding | MagicNumber | '99' is a magic number. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
design | DesignForExtension | Method 'testAll' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
coding | MagicNumber | '100' is a magic number. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
coding | MagicNumber | '10' is a magic number. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
coding | MagicNumber | '34' is a magic number. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
coding | MagicNumber | '52' is a magic number. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
coding | MagicNumber | '21' is a magic number. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'testNull' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
design | DesignForExtension | Method 'testBigIntegerNull' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
design | DesignForExtension | Method 'testBigIntegerNonNull' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
design | DesignForExtension | Method 'testInstantiation' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter message should be final. | 8 |
![]() |
coding | HiddenField | 'message' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter time should be final. | 8 |
![]() |
coding | HiddenField | 'time' hides a field. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter message should be final. | 13 |
![]() |
misc | FinalParameters | Parameter time should be final. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'message' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'time' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter is should be final. | 19 |
![]() |
misc | FinalParameters | Parameter messagesWithTimestamp should be final. | 19 |
![]() |
misc | FinalParameters | Parameter out should be final. | 19 |
![]() |
misc | FinalParameters | Parameter console should be final. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
coding | MagicNumber | '3' is a magic number. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter s should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 61 |
![]() |
misc | FinalParameters | Parameter line should be final. | 64 |
![]() |
misc | FinalParameters | Parameter time should be final. | 64 |
![]() |
misc | FinalParameters | Parameter line should be final. | 70 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 78 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
![]() |
misc | FinalParameters | Parameter line should be final. | 93 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 93 |
![]() |
misc | FinalParameters | Parameter message should be final. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter con should be final. | 99 |
![]() |
misc | FinalParameters | Parameter listener should be final. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 105 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
misc | FinalParameters | Parameter binaryString should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'binaryString'. | 30 |
![]() |
misc | FinalParameters | Parameter signed should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'signed'. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
naming | StaticVariableName | Name 'TIME_ZONE_UTC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'TIME_ZONE_UTC' must be private and have accessor methods. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
naming | StaticVariableName | Name 'ASCII_8_BIT_CHARSET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
misc | FinalParameters | Parameter encodedMessage should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'encodedMessage'. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
misc | FinalParameters | Parameter toDecBytes should be final. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'toDecBytes'. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
naming | LocalVariableName | Name '_6bitBin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
coding | MagicNumber | '48' is a magic number. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
coding | MagicNumber | '119' is a magic number. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
coding | MagicNumber | '87' is a magic number. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
coding | MagicNumber | '96' is a magic number. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
coding | MagicNumber | '40' is a magic number. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
coding | MagicNumber | '40' is a magic number. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
coding | MagicNumber | '128' is a magic number. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
coding | MagicNumber | '32' is a magic number. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
coding | MagicNumber | '40' is a magic number. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
coding | MagicNumber | '0x3F' is a magic number. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
misc | FinalParameters | Parameter decBytes should be final. | 115 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'decBytes'. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
coding | MagicNumber | '6' is a magic number. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
coding | MagicNumber | '6' is a magic number. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
coding | MagicNumber | '6' is a magic number. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter n should be final. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
misc | FinalParameters | Parameter str should be final. | 154 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'str'. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
coding | MagicNumber | '6' is a magic number. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
naming | LocalVariableName | Name '_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
![]() |
coding | MagicNumber | '6' is a magic number. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
misc | FinalParameters | Parameter byteToConvert should be final. | 178 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'byteToConvert'. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
coding | MagicNumber | '32' is a magic number. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
coding | MagicNumber | '64' is a magic number. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
coding | MagicNumber | '63' is a magic number. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 197 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lat'. | 197 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 197 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lon'. | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
coding | MagicNumber | '181.0' is a magic number. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
coding | MagicNumber | '-180.0' is a magic number. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
coding | MagicNumber | '91.0' is a magic number. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
coding | MagicNumber | '-90.0' is a magic number. | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 207 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 210 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lat'. | 210 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
coding | MagicNumber | '91.0' is a magic number. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
coding | MagicNumber | '-90.0' is a magic number. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 213 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 221 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lon'. | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
coding | MagicNumber | '181.0' is a magic number. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 223 |
![]() |
coding | MagicNumber | '-180.0' is a magic number. | 223 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
misc | FinalParameters | Parameter b should be final. | 232 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 232 |
![]() |
misc | FinalParameters | Parameter message should be final. | 232 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 232 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 237 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 240 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 240 |
![]() |
misc | FinalParameters | Parameter message should be final. | 240 |
![]() |
misc | FinalParameters | Parameter minLength should be final. | 240 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 240 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 241 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 242 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 244 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 246 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 247 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 248 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 248 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 249 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 250 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 251 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 251 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 252 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 253 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 256 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 256 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 257 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 257 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 258 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 259 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 261 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 261 |
![]() |
misc | FinalParameters | Parameter messageId should be final. | 261 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'messageId'. | 261 |
![]() |
misc | FinalParameters | Parameter messageTypes should be final. | 261 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'messageTypes'. | 261 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 262 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 263 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 264 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 265 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 266 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 267 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 268 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 269 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 270 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 271 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 272 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 274 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 274 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 275 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 276 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 278 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 279 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 279 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 280 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 281 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 281 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 282 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 283 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 284 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 285 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 286 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 286 |
![]() |
misc | FinalParameters | Parameter i should be final. | 286 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'i'. | 286 |
![]() |
misc | FinalParameters | Parameter j should be final. | 286 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'j'. | 286 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 287 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 288 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 290 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 291 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 292 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 293 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 293 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 294 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 295 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 296 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 297 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 297 |
![]() |
misc | FinalParameters | Parameter messageId should be final. | 297 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'messageId'. | 297 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 298 |
![]() |
coding | MagicNumber | '3' is a magic number. | 298 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 299 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
design | DesignForExtension | Method 'testPrivateInstantiation' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
design | DesignForExtension | Method 'testCheckLatLon' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonNegative' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 23 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonPositive' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
coding | MagicNumber | '20' is a magic number. | 28 |
![]() |
coding | MagicNumber | '10' is a magic number. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonLatTooLow' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
coding | MagicNumber | '-90' is a magic number. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonLatAtLimit' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '91' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonLatTooHigh' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
coding | MagicNumber | '92' is a magic number. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonLonTooLow' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
coding | MagicNumber | '-180' is a magic number. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonLonAtLimit' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
coding | MagicNumber | '181' is a magic number. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
design | DesignForExtension | Method 'testCheckLatLonLonTooHigh' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
coding | MagicNumber | '182' is a magic number. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
design | DesignForExtension | Method 'testCheckMessageIdThrowsAisParseExceptionWhenMessageIdsNotEqual' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
design | DesignForExtension | Method 'testCheckMessageId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
design | DesignForExtension | Method 'testCheckMessageIdShouldThrowExceptionIfListEmpty' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
design | DesignForExtension | Method 'testCheckMessageIdInMultiple' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
design | DesignForExtension | Method 'testCheckMessageIdInMultipleChangedOrder' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
design | DesignForExtension | Method 'testCheckMessageIdNotInMultiple' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
design | DesignForExtension | Method 'areEqualTestEquality' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
design | DesignForExtension | Method 'areEqualTestInequality' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
design | DesignForExtension | Method 'testAscii8To6BitBinaryIllegalCharacterLowThrowsException' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
design | DesignForExtension | Method 'testAscii8To6BitBinaryIllegalCharacterHighThrowsException' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 115 |
![]() |
coding | MagicNumber | '120' is a magic number. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
design | DesignForExtension | Method 'testAscii8To6BitBinaryIllegalCharacterMediumThrowsException' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 120 |
![]() |
coding | MagicNumber | '88' is a magic number. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
design | DesignForExtension | Method 'testIsClassAPositionReport' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
coding | MagicNumber | '3' is a magic number. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
coding | MagicNumber | '4' is a magic number. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
design | DesignForExtension | Method 'testConvert6BitToAscii' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
coding | MagicNumber | '65' is a magic number. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
design | DesignForExtension | Method 'testLeastPowerOf2Given0Returns1' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
design | DesignForExtension | Method 'testLeastPowerOf2Given1Returns1' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
design | DesignForExtension | Method 'testLeastPowerOf2Given2' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
design | DesignForExtension | Method 'testLeastPowerOf2Given3' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
coding | MagicNumber | '4' is a magic number. | 154 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
![]() |
coding | MagicNumber | '3' is a magic number. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
design | DesignForExtension | Method 'testLeastPowerOf2Given127' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
coding | MagicNumber | '128' is a magic number. | 159 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 |
![]() |
coding | MagicNumber | '127' is a magic number. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter args should be final. | 14 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 17 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 19 |
![]() |
coding | MagicNumber | '9010' is a magic number. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 10 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 22 |
![]() |
misc | FinalParameters | Parameter message should be final. | 22 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
coding | MagicNumber | '50' is a magic number. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
coding | MagicNumber | '38' is a magic number. | 25 |
![]() |
coding | MagicNumber | '40' is a magic number. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter partNumber should be final. | 28 |
![]() |
coding | HiddenField | 'partNumber' hides a field. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
misc | FinalParameters | Parameter source should be final. | 30 |
![]() |
coding | HiddenField | 'source' hides a field. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 31 |
![]() |
coding | HiddenField | 'extractor' hides a field. | 31 |
![]() |
coding | MagicNumber | '6' is a magic number. | 36 |
![]() |
coding | MagicNumber | '8' is a magic number. | 36 |
![]() |
coding | MagicNumber | '8' is a magic number. | 37 |
![]() |
coding | MagicNumber | '38' is a magic number. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
design | DesignForExtension | Method 'getExtractor' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
design | DesignForExtension | Method 'getPartNumber' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter message should be final. | 44 |
![]() |
misc | FinalParameters | Parameter source should be final. | 44 |
![]() |
coding | HiddenField | 'source' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 48 |
![]() |
misc | FinalParameters | Parameter message should be final. | 48 |
![]() |
misc | FinalParameters | Parameter source should be final. | 48 |
![]() |
coding | HiddenField | 'source' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 49 |
![]() |
coding | MagicNumber | '172' is a magic number. | 51 |
![]() |
coding | MagicNumber | '6' is a magic number. | 52 |
![]() |
coding | MagicNumber | '6' is a magic number. | 54 |
![]() |
coding | MagicNumber | '8' is a magic number. | 54 |
![]() |
coding | MagicNumber | '8' is a magic number. | 55 |
![]() |
coding | MagicNumber | '38' is a magic number. | 55 |
![]() |
coding | MagicNumber | '38' is a magic number. | 56 |
![]() |
coding | MagicNumber | '43' is a magic number. | 56 |
![]() |
coding | MagicNumber | '43' is a magic number. | 57 |
![]() |
coding | MagicNumber | '163' is a magic number. | 57 |
![]() |
coding | MagicNumber | '163' is a magic number. | 58 |
![]() |
coding | MagicNumber | '164' is a magic number. | 58 |
![]() |
coding | MagicNumber | '219' is a magic number. | 61 |
![]() |
coding | MagicNumber | '228' is a magic number. | 61 |
![]() |
coding | MagicNumber | '228' is a magic number. | 62 |
![]() |
coding | MagicNumber | '237' is a magic number. | 62 |
![]() |
coding | MagicNumber | '237' is a magic number. | 63 |
![]() |
coding | MagicNumber | '243' is a magic number. | 63 |
![]() |
coding | MagicNumber | '243' is a magic number. | 64 |
![]() |
coding | MagicNumber | '249' is a magic number. | 64 |
![]() |
coding | MagicNumber | '249' is a magic number. | 65 |
![]() |
coding | MagicNumber | '253' is a magic number. | 65 |
![]() |
coding | MagicNumber | '253' is a magic number. | 66 |
![]() |
coding | MagicNumber | '259' is a magic number. | 66 |
![]() |
coding | MagicNumber | '259' is a magic number. | 67 |
![]() |
coding | MagicNumber | '260' is a magic number. | 67 |
![]() |
coding | MagicNumber | '260' is a magic number. | 68 |
![]() |
coding | MagicNumber | '268' is a magic number. | 68 |
![]() |
coding | MagicNumber | '268' is a magic number. | 69 |
![]() |
coding | MagicNumber | '269' is a magic number. | 69 |
![]() |
coding | MagicNumber | '269' is a magic number. | 70 |
![]() |
coding | MagicNumber | '270' is a magic number. | 70 |
![]() |
coding | MagicNumber | '270' is a magic number. | 71 |
![]() |
coding | MagicNumber | '271' is a magic number. | 71 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
design | DesignForExtension | Method 'isHighAccuracyPosition' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
design | DesignForExtension | Method 'isVirtualAtoN' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'isAtonOff' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
design | DesignForExtension | Method 'isAtonInAssignedMode' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
design | DesignForExtension | Method 'getAtonStatus' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'getAtoNType' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
design | DesignForExtension | Method 'getDimensionA' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
design | DesignForExtension | Method 'getDimensionB' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
design | DesignForExtension | Method 'getDimensionC' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
design | DesignForExtension | Method 'getDimensionD' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
design | DesignForExtension | Method 'getLengthMetres' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
design | DesignForExtension | Method 'getWidthMetres' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
design | DesignForExtension | Method 'getTypeOfElectronicPositionFixingDevice' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 149 |
![]() |
coding | MagicNumber | '164' is a magic number. | 150 |
![]() |
coding | MagicNumber | '192' is a magic number. | 150 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 154 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 160 |
![]() |
coding | MagicNumber | '192' is a magic number. | 161 |
![]() |
coding | MagicNumber | '219' is a magic number. | 161 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 165 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 166 |
![]() |
design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
design | DesignForExtension | Method 'getTimeSecondsOnly' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
design | DesignForExtension | Method 'isUsingRAIM' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter message should be final. | 18 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter message should be final. | 22 |
![]() |
misc | FinalParameters | Parameter source should be final. | 22 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 26 |
![]() |
misc | FinalParameters | Parameter message should be final. | 26 |
![]() |
misc | FinalParameters | Parameter source should be final. | 26 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '40' is a magic number. | 38 |
![]() |
coding | MagicNumber | '160' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
design | DesignForExtension | Method 'testParser' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
coding | MagicNumber | '24' is a magic number. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
coding | MagicNumber | '503711300' is a magic number. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
design | DesignForExtension | Method 'testExtractPartNumber' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
design | DesignForExtension | Method 'testName' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
design | DesignForExtension | Method 'testNameNotAvailable' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter message should be final. | 27 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter message should be final. | 31 |
![]() |
misc | FinalParameters | Parameter source should be final. | 31 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 35 |
![]() |
misc | FinalParameters | Parameter message should be final. | 35 |
![]() |
misc | FinalParameters | Parameter source should be final. | 35 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
coding | MagicNumber | '40' is a magic number. | 55 |
![]() |
coding | MagicNumber | '48' is a magic number. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
coding | MagicNumber | '48' is a magic number. | 60 |
![]() |
coding | MagicNumber | '66' is a magic number. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
coding | MagicNumber | '66' is a magic number. | 65 |
![]() |
coding | MagicNumber | '70' is a magic number. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
coding | MagicNumber | '70' is a magic number. | 70 |
![]() |
coding | MagicNumber | '90' is a magic number. | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
coding | MagicNumber | '90' is a magic number. | 76 |
![]() |
coding | MagicNumber | '132' is a magic number. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
coding | MagicNumber | '132' is a magic number. | 86 |
![]() |
coding | MagicNumber | '141' is a magic number. | 86 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
coding | MagicNumber | '141' is a magic number. | 93 |
![]() |
coding | MagicNumber | '150' is a magic number. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
coding | MagicNumber | '150' is a magic number. | 100 |
![]() |
coding | MagicNumber | '156' is a magic number. | 100 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
coding | MagicNumber | '156' is a magic number. | 107 |
![]() |
coding | MagicNumber | '162' is a magic number. | 107 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
design | DesignForExtension | Method 'getShipType' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
design | DesignForExtension | Method 'getCallsign' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
design | DesignForExtension | Method 'getDimensionA' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 157 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 157 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 158 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
design | DesignForExtension | Method 'getDimensionB' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 166 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 166 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
design | DesignForExtension | Method 'getDimensionC' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 175 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 175 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 176 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
design | DesignForExtension | Method 'getDimensionD' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 184 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 184 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 184 |
![]() |
whitespace | OperatorWrap | '&&' should be on a new line. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 185 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
design | DesignForExtension | Method 'getLengthMetres' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
design | DesignForExtension | Method 'getWidthMetres' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
design | DesignForExtension | Method 'getVendorManufacturerId' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
design | DesignForExtension | Method 'getVendorUnitModelCode' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 224 |
![]() |
design | DesignForExtension | Method 'getVendorUnitSerialNumber' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.junit.Assert.assertNull. | 9 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'testParser' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
coding | MagicNumber | '24' is a magic number. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
coding | MagicNumber | '503746600' is a magic number. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
coding | MagicNumber | '37' is a magic number. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
coding | MagicNumber | '713100' is a magic number. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '11' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
coding | MagicNumber | '5' is a magic number. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
coding | MagicNumber | '16' is a magic number. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
coding | MagicNumber | '4' is a magic number. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
design | DesignForExtension | Method 'testExtractPartNumber' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
design | DesignForExtension | Method 'testTypeOfShipAndCargoType' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
design | DesignForExtension | Method 'testTypeOfShipAndCargoTypeNotAvailable' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
design | DesignForExtension | Method 'testCallSignNotAvailable' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
design | DesignForExtension | Method 'testVendorManufacturerId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
design | DesignForExtension | Method 'testVendorUnitModelCode' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
design | DesignForExtension | Method 'testVendorUnitSerialNumber' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
design | DesignForExtension | Method 'testCallSign' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
design | DesignForExtension | Method 'testDimensionA' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
design | DesignForExtension | Method 'testDimensionB' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
design | DesignForExtension | Method 'testDimensionC' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
design | DesignForExtension | Method 'testDimensionD' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
misc | FinalParameters | Parameter message should be final. | 33 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 33 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 33 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 33 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 39 |
![]() |
misc | FinalParameters | Parameter message should be final. | 43 |
![]() |
misc | FinalParameters | Parameter source should be final. | 43 |
![]() |
coding | HiddenField | 'source' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 43 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 43 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 43 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 55 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factory'. | 55 |
![]() |
misc | FinalParameters | Parameter message should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 55 |
![]() |
misc | FinalParameters | Parameter source should be final. | 55 |
![]() |
coding | HiddenField | 'source' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'source'. | 55 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 55 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
coding | MagicNumber | '6' is a magic number. | 70 |
![]() |
coding | MagicNumber | '8' is a magic number. | 70 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
coding | MagicNumber | '8' is a magic number. | 75 |
![]() |
coding | MagicNumber | '38' is a magic number. | 75 |
![]() |
design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
coding | MagicNumber | '38' is a magic number. | 79 |
![]() |
coding | MagicNumber | '52' is a magic number. | 79 |
![]() |
design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
coding | MagicNumber | '52' is a magic number. | 83 |
![]() |
coding | MagicNumber | '56' is a magic number. | 83 |
![]() |
design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
coding | MagicNumber | '56' is a magic number. | 87 |
![]() |
coding | MagicNumber | '61' is a magic number. | 87 |
![]() |
design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
coding | MagicNumber | '61' is a magic number. | 91 |
![]() |
coding | MagicNumber | '66' is a magic number. | 91 |
![]() |
design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
coding | MagicNumber | '66' is a magic number. | 95 |
![]() |
coding | MagicNumber | '72' is a magic number. | 95 |
![]() |
design | DesignForExtension | Method 'getSecond' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
coding | MagicNumber | '72' is a magic number. | 99 |
![]() |
coding | MagicNumber | '78' is a magic number. | 99 |
![]() |
design | DesignForExtension | Method 'getPositionAccuracy' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
coding | MagicNumber | '78' is a magic number. | 103 |
![]() |
coding | MagicNumber | '79' is a magic number. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
![]() |
design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
coding | MagicNumber | '107' is a magic number. | 118 |
![]() |
coding | MagicNumber | '134' is a magic number. | 118 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 118 |
![]() |
design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
![]() |
coding | MagicNumber | '79' is a magic number. | 122 |
![]() |
coding | MagicNumber | '107' is a magic number. | 122 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 122 |
![]() |
design | DesignForExtension | Method 'getDeviceType' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
![]() |
coding | MagicNumber | '134' is a magic number. | 126 |
![]() |
coding | MagicNumber | '138' is a magic number. | 126 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
design | DesignForExtension | Method 'testNormalInstantionPassesChecks' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
coding | MagicNumber | '4' is a magic number. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
coding | MagicNumber | '3669702' is a magic number. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
coding | MagicNumber | '2007' is a magic number. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
coding | MagicNumber | '5' is a magic number. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
coding | MagicNumber | '14' is a magic number. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
coding | MagicNumber | '19' is a magic number. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
coding | MagicNumber | '57' is a magic number. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '39' is a magic number. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
coding | MagicNumber | '-76.35236166666666666666666667' is a magic number. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
coding | MagicNumber | '36.88376666666666666666666667' is a magic number. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
coding | MagicNumber | '7' is a magic number. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter time should be final. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter date should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
design | DesignForExtension | Method 'testIncorrectMessageId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
coding | MagicNumber | '107' is a magic number. | 64 |
![]() |
coding | MagicNumber | '134' is a magic number. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
coding | MagicNumber | '79' is a magic number. | 65 |
![]() |
coding | MagicNumber | '107' is a magic number. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
design | DesignForExtension | Method 'testSource' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter messageId should be final. | 10 |
![]() |
coding | HiddenField | 'messageId' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter messageId should be final. | 14 |
![]() |
coding | HiddenField | 'messageId' hides a field. | 14 |
![]() |
misc | FinalParameters | Parameter source should be final. | 14 |
![]() |
coding | HiddenField | 'source' hides a field. | 14 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
design | DesignForExtension | Method 'testMethods' is not designed for extension - needs to be abstract, final or empty. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
coding | MagicNumber | '3' is a magic number. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
coding | MagicNumber | '3' is a magic number. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'testAisMessageOtherReturnsSource' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
coding | MagicNumber | '3' is a magic number. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'testToString' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
coding | MagicNumber | '3' is a magic number. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter message should be final. | 35 |
![]() |
misc | FinalParameters | Parameter source should be final. | 35 |
![]() |
coding | HiddenField | 'source' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter message should be final. | 39 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 43 |
![]() |
misc | FinalParameters | Parameter message should be final. | 43 |
![]() |
misc | FinalParameters | Parameter source should be final. | 43 |
![]() |
coding | HiddenField | 'source' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 43 |
![]() |
coding | MagicNumber | '137' is a magic number. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
![]() |
coding | MagicNumber | '8' is a magic number. | 49 |
![]() |
coding | MagicNumber | '38' is a magic number. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 54 |
![]() |
coding | MagicNumber | '128' is a magic number. | 56 |
![]() |
coding | MagicNumber | '137' is a magic number. | 56 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
![]() |
coding | MagicNumber | '359' is a magic number. | 59 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 69 |
![]() |
coding | MagicNumber | '116' is a magic number. | 71 |
![]() |
coding | MagicNumber | '128' is a magic number. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 72 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 74 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 81 |
![]() |
coding | MagicNumber | '50' is a magic number. | 83 |
![]() |
coding | MagicNumber | '60' is a magic number. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 86 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 93 |
![]() |
coding | MagicNumber | '42' is a magic number. | 95 |
![]() |
coding | MagicNumber | '50' is a magic number. | 95 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 105 |
![]() |
coding | MagicNumber | '61' is a magic number. | 107 |
![]() |
coding | MagicNumber | '89' is a magic number. | 107 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 111 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 119 |
![]() |
coding | MagicNumber | '89' is a magic number. | 122 |
![]() |
coding | MagicNumber | '116' is a magic number. | 122 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 126 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 127 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() |
coding | MagicNumber | '6' is a magic number. | 141 |
![]() |
coding | MagicNumber | '8' is a magic number. | 141 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
design | DesignForExtension | Method 'getNavigationalStatus' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
coding | MagicNumber | '38' is a magic number. | 150 |
![]() |
coding | MagicNumber | '42' is a magic number. | 150 |
![]() |
design | DesignForExtension | Method 'getRateOfTurn' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
design | DesignForExtension | Method 'getSpeedOverGroundKnots' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
design | DesignForExtension | Method 'isHighAccuracyPosition' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
coding | MagicNumber | '60' is a magic number. | 164 |
![]() |
coding | MagicNumber | '61' is a magic number. | 164 |
![]() |
design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'getCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
design | DesignForExtension | Method 'getTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
design | DesignForExtension | Method 'getTimeSecondsOnly' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() |
coding | MagicNumber | '137' is a magic number. | 189 |
![]() |
coding | MagicNumber | '143' is a magic number. | 189 |
![]() |
design | DesignForExtension | Method 'getSpecialManoeuvreIndicator' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
coding | MagicNumber | '143' is a magic number. | 193 |
![]() |
coding | MagicNumber | '145' is a magic number. | 193 |
![]() |
design | DesignForExtension | Method 'getSpare' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
coding | MagicNumber | '145' is a magic number. | 197 |
![]() |
coding | MagicNumber | '148' is a magic number. | 197 |
![]() |
design | DesignForExtension | Method 'isUsingRAIM' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() |
coding | MagicNumber | '148' is a magic number. | 202 |
![]() |
coding | MagicNumber | '149' is a magic number. | 202 |
![]() |
design | DesignForExtension | Method 'getCommunications' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() |
coding | MagicNumber | '149' is a magic number. | 207 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'testAisPosition' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
coding | MagicNumber | '366730000' is a magic number. | 29 |
![]() |
coding | MagicNumber | '20.8' is a magic number. | 32 |
![]() |
coding | MagicNumber | '37.80380333333333' is a magic number. | 34 |
![]() |
coding | MagicNumber | '-122.392531666667' is a magic number. | 35 |
![]() |
coding | MagicNumber | '51.3' is a magic number. | 36 |
![]() |
coding | MagicNumber | '50' is a magic number. | 38 |
![]() |
coding | MagicNumber | '4' is a magic number. | 46 |
![]() |
coding | MagicNumber | '1891' is a magic number. | 47 |
![]() |
design | DesignForExtension | Method 'testCommicationsWithTime' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | MagicNumber | '234' is a magic number. | 63 |
![]() |
design | DesignForExtension | Method 'testNullCommunicationsTime' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'testConstructorWithMessageAndSource' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
design | DesignForExtension | Method 'testConstructorFailsWhenLineHasWrongMessageId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
design | DesignForExtension | Method 'testExtractRateOfTurn' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 93 |
![]() |
coding | MagicNumber | '-128' is a magic number. | 93 |
![]() |
design | DesignForExtension | Method 'testExtractTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
coding | MagicNumber | '511' is a magic number. | 102 |
![]() |
design | DesignForExtension | Method 'testExtractCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 111 |
![]() |
design | DesignForExtension | Method 'testExtractSpeedOverGround' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
coding | MagicNumber | '1023' is a magic number. | 120 |
![]() |
design | DesignForExtension | Method 'testExtractLongitude' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 129 |
![]() |
coding | MagicNumber | '108600000' is a magic number. | 129 |
![]() |
design | DesignForExtension | Method 'testExtractLatitude' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 138 |
![]() |
coding | MagicNumber | '54600000' is a magic number. | 138 |
![]() |
design | DesignForExtension | Method 'testExtractLongitudeBadPos' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 147 |
![]() |
coding | MagicNumber | '118600000' is a magic number. | 147 |
![]() |
design | DesignForExtension | Method 'testExtractLatitudeBadPos' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 155 |
![]() |
coding | MagicNumber | '58600000' is a magic number. | 155 |
![]() |
design | DesignForExtension | Method 'testExtractLongitudeBadNeg' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 164 |
![]() |
coding | MagicNumber | '-118600000' is a magic number. | 164 |
![]() |
design | DesignForExtension | Method 'testExtractLatitudeBadNeg' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 172 |
![]() |
coding | MagicNumber | '-58600000' is a magic number. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter message should be final. | 29 |
![]() |
misc | FinalParameters | Parameter source should be final. | 29 |
![]() |
coding | HiddenField | 'source' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter message should be final. | 33 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 37 |
![]() |
misc | FinalParameters | Parameter message should be final. | 37 |
![]() |
misc | FinalParameters | Parameter source should be final. | 37 |
![]() |
coding | HiddenField | 'source' hides a field. | 37 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 37 |
![]() |
coding | MagicNumber | '133' is a magic number. | 39 |
![]() |
coding | MagicNumber | '8' is a magic number. | 43 |
![]() |
coding | MagicNumber | '38' is a magic number. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 48 |
![]() |
coding | MagicNumber | '124' is a magic number. | 50 |
![]() |
coding | MagicNumber | '133' is a magic number. | 50 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
![]() |
coding | MagicNumber | '359' is a magic number. | 53 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 63 |
![]() |
coding | MagicNumber | '112' is a magic number. | 65 |
![]() |
coding | MagicNumber | '124' is a magic number. | 65 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 66 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 68 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 75 |
![]() |
coding | MagicNumber | '46' is a magic number. | 76 |
![]() |
coding | MagicNumber | '56' is a magic number. | 76 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 79 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 83 |
![]() |
coding | MagicNumber | '57' is a magic number. | 84 |
![]() |
coding | MagicNumber | '85' is a magic number. | 84 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 88 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 93 |
![]() |
coding | MagicNumber | '85' is a magic number. | 94 |
![]() |
coding | MagicNumber | '112' is a magic number. | 94 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 98 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 99 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
coding | MagicNumber | '6' is a magic number. | 110 |
![]() |
coding | MagicNumber | '8' is a magic number. | 110 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'getSpare' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
coding | MagicNumber | '38' is a magic number. | 119 |
![]() |
coding | MagicNumber | '46' is a magic number. | 119 |
![]() |
design | DesignForExtension | Method 'getSpeedOverGroundKnots' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
design | DesignForExtension | Method 'isHighAccuracyPosition' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
coding | MagicNumber | '56' is a magic number. | 129 |
![]() |
coding | MagicNumber | '57' is a magic number. | 129 |
![]() |
design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
design | DesignForExtension | Method 'getCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
design | DesignForExtension | Method 'getTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() |
design | DesignForExtension | Method 'getTimeSecondsOnly' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() |
coding | MagicNumber | '133' is a magic number. | 154 |
![]() |
coding | MagicNumber | '139' is a magic number. | 154 |
![]() |
design | DesignForExtension | Method 'getSpare2' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
coding | MagicNumber | '139' is a magic number. | 158 |
![]() |
coding | MagicNumber | '141' is a magic number. | 158 |
![]() |
design | DesignForExtension | Method 'isSotdmaUnit' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
coding | MagicNumber | '141' is a magic number. | 162 |
![]() |
coding | MagicNumber | '142' is a magic number. | 162 |
![]() |
design | DesignForExtension | Method 'isEquippedWithIntegratedDisplayForMessages12And14' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
coding | MagicNumber | '142' is a magic number. | 166 |
![]() |
coding | MagicNumber | '143' is a magic number. | 166 |
![]() |
design | DesignForExtension | Method 'isEquippedWithDscFunction' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
coding | MagicNumber | '143' is a magic number. | 170 |
![]() |
coding | MagicNumber | '144' is a magic number. | 170 |
![]() |
design | DesignForExtension | Method 'canOperateOverWholeMarineBand' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
coding | MagicNumber | '144' is a magic number. | 174 |
![]() |
coding | MagicNumber | '145' is a magic number. | 174 |
![]() |
design | DesignForExtension | Method 'canManageFrequenciesViaMessage22' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
coding | MagicNumber | '145' is a magic number. | 178 |
![]() |
coding | MagicNumber | '146' is a magic number. | 178 |
![]() |
design | DesignForExtension | Method 'isStationOperatingInAssignedMode' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
coding | MagicNumber | '146' is a magic number. | 182 |
![]() |
coding | MagicNumber | '147' is a magic number. | 182 |
![]() |
design | DesignForExtension | Method 'isUsingRAIM' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
coding | MagicNumber | '147' is a magic number. | 187 |
![]() |
coding | MagicNumber | '148' is a magic number. | 187 |
![]() |
design | DesignForExtension | Method 'isITDMACommunicationState' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
coding | MagicNumber | '148' is a magic number. | 191 |
![]() |
coding | MagicNumber | '149' is a magic number. | 191 |
![]() |
design | DesignForExtension | Method 'getCommunications' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
coding | MagicNumber | '149' is a magic number. | 196 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter message should be final. | 37 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter message should be final. | 41 |
![]() |
misc | FinalParameters | Parameter source should be final. | 41 |
![]() |
coding | HiddenField | 'source' hides a field. | 41 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 45 |
![]() |
misc | FinalParameters | Parameter message should be final. | 45 |
![]() |
misc | FinalParameters | Parameter source should be final. | 45 |
![]() |
coding | HiddenField | 'source' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 46 |
![]() |
coding | MagicNumber | '301' is a magic number. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
![]() |
coding | MagicNumber | '6' is a magic number. | 51 |
![]() |
coding | MagicNumber | '8' is a magic number. | 51 |
![]() |
coding | MagicNumber | '8' is a magic number. | 52 |
![]() |
coding | MagicNumber | '38' is a magic number. | 52 |
![]() |
coding | MagicNumber | '56' is a magic number. | 54 |
![]() |
coding | MagicNumber | '57' is a magic number. | 54 |
![]() |
coding | MagicNumber | '133' is a magic number. | 59 |
![]() |
coding | MagicNumber | '139' is a magic number. | 59 |
![]() |
coding | MagicNumber | '143' is a magic number. | 60 |
![]() |
coding | MagicNumber | '263' is a magic number. | 60 |
![]() |
coding | MagicNumber | '263' is a magic number. | 61 |
![]() |
coding | MagicNumber | '271' is a magic number. | 61 |
![]() |
coding | MagicNumber | '271' is a magic number. | 62 |
![]() |
coding | MagicNumber | '280' is a magic number. | 62 |
![]() |
coding | MagicNumber | '280' is a magic number. | 63 |
![]() |
coding | MagicNumber | '289' is a magic number. | 63 |
![]() |
coding | MagicNumber | '289' is a magic number. | 64 |
![]() |
coding | MagicNumber | '295' is a magic number. | 64 |
![]() |
coding | MagicNumber | '295' is a magic number. | 65 |
![]() |
coding | MagicNumber | '301' is a magic number. | 65 |
![]() |
coding | MagicNumber | '305' is a magic number. | 66 |
![]() |
coding | MagicNumber | '306' is a magic number. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 69 |
![]() |
coding | MagicNumber | '124' is a magic number. | 70 |
![]() |
coding | MagicNumber | '133' is a magic number. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 77 |
![]() |
coding | MagicNumber | '112' is a magic number. | 78 |
![]() |
coding | MagicNumber | '124' is a magic number. | 78 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 81 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 85 |
![]() |
coding | MagicNumber | '46' is a magic number. | 86 |
![]() |
coding | MagicNumber | '56' is a magic number. | 86 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 89 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 93 |
![]() |
coding | MagicNumber | '57' is a magic number. | 94 |
![]() |
coding | MagicNumber | '85' is a magic number. | 94 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 98 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 103 |
![]() |
coding | MagicNumber | '85' is a magic number. | 104 |
![]() |
coding | MagicNumber | '112' is a magic number. | 104 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 108 |
![]() |
coding | MagicNumber | '600000.0' is a magic number. | 109 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
design | DesignForExtension | Method 'getSpeedOverGroundKnots' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'getCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'getTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'getTimeSecondsOnly' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
design | DesignForExtension | Method 'getShipType' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
design | DesignForExtension | Method 'getDimensionA' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 173 |
![]() |
design | DesignForExtension | Method 'getDimensionB' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 181 |
![]() |
design | DesignForExtension | Method 'getDimensionC' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 189 |
![]() |
design | DesignForExtension | Method 'getDimensionD' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 197 |
![]() |
design | DesignForExtension | Method 'getLengthMetres' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
![]() |
design | DesignForExtension | Method 'getWidthMetres' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() |
design | DesignForExtension | Method 'isHighAccuracyPosition' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
design | DesignForExtension | Method 'isUsingRAIM' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'testParser' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 23 |
![]() |
coding | MagicNumber | '19' is a magic number. | 26 |
![]() |
coding | MagicNumber | '367059850' is a magic number. | 28 |
![]() |
coding | MagicNumber | '8.7' is a magic number. | 29 |
![]() |
coding | MagicNumber | '-88.8103916667' is a magic number. | 31 |
![]() |
coding | MagicNumber | '29.543695' is a magic number. | 32 |
![]() |
coding | MagicNumber | '335.9' is a magic number. | 33 |
![]() |
coding | MagicNumber | '46' is a magic number. | 35 |
![]() |
coding | MagicNumber | '70' is a magic number. | 37 |
![]() |
coding | MagicNumber | '5' is a magic number. | 38 |
![]() |
coding | MagicNumber | '21' is a magic number. | 39 |
![]() |
coding | MagicNumber | '4' is a magic number. | 40 |
![]() |
coding | MagicNumber | '4' is a magic number. | 41 |
![]() |
coding | MagicNumber | '26' is a magic number. | 42 |
![]() |
coding | MagicNumber | '8' is a magic number. | 43 |
![]() |
design | DesignForExtension | Method 'testExtractTrueHeadingNotAvailiable' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
coding | MagicNumber | '511' is a magic number. | 52 |
![]() |
design | DesignForExtension | Method 'testExtractTrueHeadingOk' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
coding | MagicNumber | '236' is a magic number. | 61 |
![]() |
coding | MagicNumber | '236' is a magic number. | 64 |
![]() |
design | DesignForExtension | Method 'testExtractCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 70 |
![]() |
design | DesignForExtension | Method 'testExtractSpeedOverGround' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
coding | MagicNumber | '1023' is a magic number. | 79 |
![]() |
design | DesignForExtension | Method 'testExtractLongitude' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
![]() |
coding | MagicNumber | '108600000' is a magic number. | 88 |
![]() |
design | DesignForExtension | Method 'testExtractLatitude' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 97 |
![]() |
coding | MagicNumber | '54600000' is a magic number. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
![]() |
coding | MagicNumber | '503590600' is a magic number. | 34 |
![]() |
coding | MagicNumber | '13.7' is a magic number. | 36 |
![]() |
coding | MagicNumber | '145.826645' is a magic number. | 38 |
![]() |
coding | MagicNumber | '-16.846818333333335' is a magic number. | 39 |
![]() |
coding | MagicNumber | '219.2' is a magic number. | 40 |
![]() |
coding | MagicNumber | '42' is a magic number. | 42 |
![]() |
coding | MagicNumber | '3' is a magic number. | 54 |
![]() |
coding | MagicNumber | '6' is a magic number. | 59 |
![]() |
design | DesignForExtension | Method 'testIncorrectMessageId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
![]() |
coding | MagicNumber | '107' is a magic number. | 70 |
![]() |
coding | MagicNumber | '134' is a magic number. | 70 |
![]() |
coding | MagicNumber | '79' is a magic number. | 71 |
![]() |
coding | MagicNumber | '107' is a magic number. | 71 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 78 |
![]() |
design | DesignForExtension | Method 'testExtractTrueHeadingNotAvailiable' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
coding | MagicNumber | '511' is a magic number. | 87 |
![]() |
design | DesignForExtension | Method 'testExtractTrueHeadingOk' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
coding | MagicNumber | '236' is a magic number. | 96 |
![]() |
coding | MagicNumber | '236' is a magic number. | 99 |
![]() |
design | DesignForExtension | Method 'testExtractCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 105 |
![]() |
design | DesignForExtension | Method 'testExtractSpeedOverGround' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
coding | MagicNumber | '1023' is a magic number. | 114 |
![]() |
design | DesignForExtension | Method 'testExtractLongitude' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
![]() |
coding | MagicNumber | '108600000' is a magic number. | 123 |
![]() |
design | DesignForExtension | Method 'testExtractLatitude' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 132 |
![]() |
coding | MagicNumber | '54600000' is a magic number. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter message should be final. | 29 |
![]() |
misc | FinalParameters | Parameter source should be final. | 29 |
![]() |
coding | HiddenField | 'source' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter message should be final. | 33 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 37 |
![]() |
misc | FinalParameters | Parameter message should be final. | 37 |
![]() |
misc | FinalParameters | Parameter source should be final. | 37 |
![]() |
coding | HiddenField | 'source' hides a field. | 37 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 37 |
![]() |
coding | MagicNumber | '96' is a magic number. | 39 |
![]() |
coding | MagicNumber | '8' is a magic number. | 42 |
![]() |
coding | MagicNumber | '38' is a magic number. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 48 |
![]() |
coding | MagicNumber | '85' is a magic number. | 50 |
![]() |
coding | MagicNumber | '94' is a magic number. | 50 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
![]() |
coding | MagicNumber | '360' is a magic number. | 51 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 60 |
![]() |
coding | MagicNumber | '79' is a magic number. | 62 |
![]() |
coding | MagicNumber | '85' is a magic number. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 72 |
![]() |
coding | MagicNumber | '44' is a magic number. | 74 |
![]() |
coding | MagicNumber | '62' is a magic number. | 74 |
![]() |
coding | MagicNumber | '600.0' is a magic number. | 78 |
![]() |
coding | MagicNumber | '600.0' is a magic number. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter extractor should be final. | 86 |
![]() |
coding | MagicNumber | '62' is a magic number. | 89 |
![]() |
coding | MagicNumber | '79' is a magic number. | 89 |
![]() |
coding | MagicNumber | '600.0' is a magic number. | 93 |
![]() |
coding | MagicNumber | '600.0' is a magic number. | 94 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
coding | MagicNumber | '6' is a magic number. | 108 |
![]() |
coding | MagicNumber | '8' is a magic number. | 108 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 116 |
![]() |
design | DesignForExtension | Method 'getNavigationalStatus' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
coding | MagicNumber | '40' is a magic number. | 116 |
![]() |
coding | MagicNumber | '44' is a magic number. | 116 |
![]() |
design | DesignForExtension | Method 'getSpeedOverGroundKnots' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
design | DesignForExtension | Method 'isHighAccuracyPosition' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
coding | MagicNumber | '38' is a magic number. | 125 |
![]() |
coding | MagicNumber | '39' is a magic number. | 125 |
![]() |
design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
design | DesignForExtension | Method 'getCourseOverGround' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
design | DesignForExtension | Method 'getTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() |
design | DesignForExtension | Method 'getTimeSecondsOnly' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
design | DesignForExtension | Method 'getSpare' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
coding | MagicNumber | '95' is a magic number. | 154 |
![]() |
coding | MagicNumber | '96' is a magic number. | 154 |
![]() |
design | DesignForExtension | Method 'isUsingRAIM' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
coding | MagicNumber | '39' is a magic number. | 159 |
![]() |
coding | MagicNumber | '40' is a magic number. | 159 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Method 'testAisPosition' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
coding | MagicNumber | '27' is a magic number. | 16 |
![]() |
coding | MagicNumber | '3' is a magic number. | 17 |
![]() |
coding | MagicNumber | '538006547' is a magic number. | 18 |
![]() |
coding | MagicNumber | '31.365' is a magic number. | 21 |
![]() |
coding | MagicNumber | '32.325' is a magic number. | 22 |
![]() |
coding | MagicNumber | '92' is a magic number. | 24 |
![]() |
design | DesignForExtension | Method 'testAisPositionWithSOG' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
coding | MagicNumber | '27' is a magic number. | 32 |
![]() |
coding | MagicNumber | '636016910' is a magic number. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
![]() |
coding | MagicNumber | '2.19' is a magic number. | 37 |
![]() |
coding | MagicNumber | '101.9967' is a magic number. | 38 |
![]() |
coding | MagicNumber | '14' is a magic number. | 39 |
![]() |
coding | MagicNumber | '311' is a magic number. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter message should be final. | 44 |
![]() |
misc | FinalParameters | Parameter source should be final. | 44 |
![]() |
coding | HiddenField | 'source' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 48 |
![]() |
misc | FinalParameters | Parameter message should be final. | 48 |
![]() |
misc | FinalParameters | Parameter source should be final. | 48 |
![]() |
coding | HiddenField | 'source' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 48 |
![]() |
coding | MagicNumber | '421' is a magic number. | 50 |
![]() |
coding | MagicNumber | '6' is a magic number. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 52 |
![]() |
coding | MagicNumber | '8' is a magic number. | 53 |
![]() |
coding | MagicNumber | '38' is a magic number. | 53 |
![]() |
design | DesignForExtension | Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
design | DesignForExtension | Method 'getRepeatIndicator' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
![]() |
coding | MagicNumber | '6' is a magic number. | 64 |
![]() |
coding | MagicNumber | '8' is a magic number. | 64 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
design | DesignForExtension | Method 'getAisVersionIndicator' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
![]() |
coding | MagicNumber | '38' is a magic number. | 75 |
![]() |
coding | MagicNumber | '40' is a magic number. | 75 |
![]() |
design | DesignForExtension | Method 'getImo' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
coding | MagicNumber | '40' is a magic number. | 81 |
![]() |
coding | MagicNumber | '70' is a magic number. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 84 |
![]() |
design | DesignForExtension | Method 'getCallsign' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
![]() |
coding | MagicNumber | '70' is a magic number. | 90 |
![]() |
coding | MagicNumber | '112' is a magic number. | 90 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
coding | MagicNumber | '112' is a magic number. | 97 |
![]() |
coding | MagicNumber | '232' is a magic number. | 97 |
![]() |
design | DesignForExtension | Method 'getShipType' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
coding | MagicNumber | '232' is a magic number. | 104 |
![]() |
coding | MagicNumber | '240' is a magic number. | 104 |
![]() |
design | DesignForExtension | Method 'getDimensionA' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
![]() |
coding | MagicNumber | '240' is a magic number. | 111 |
![]() |
coding | MagicNumber | '249' is a magic number. | 111 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 114 |
![]() |
design | DesignForExtension | Method 'getDimensionB' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
coding | MagicNumber | '249' is a magic number. | 121 |
![]() |
coding | MagicNumber | '258' is a magic number. | 121 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 124 |
![]() |
design | DesignForExtension | Method 'getDimensionC' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
coding | MagicNumber | '258' is a magic number. | 131 |
![]() |
coding | MagicNumber | '264' is a magic number. | 131 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 134 |
![]() |
design | DesignForExtension | Method 'getDimensionD' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
![]() |
coding | MagicNumber | '264' is a magic number. | 141 |
![]() |
coding | MagicNumber | '270' is a magic number. | 141 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 144 |
![]() |
design | DesignForExtension | Method 'getLengthMetres' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 157 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 159 |
![]() |
design | DesignForExtension | Method 'getWidthMetres' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 173 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 175 |
![]() |
design | DesignForExtension | Method 'getTypeOfElectronicPositionFixingDevice' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
![]() |
coding | MagicNumber | '270' is a magic number. | 182 |
![]() |
coding | MagicNumber | '274' is a magic number. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
![]() |
misc | FinalParameters | Parameter month should be final. | 186 |
![]() |
misc | FinalParameters | Parameter day should be final. | 186 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 186 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 193 |
![]() |
misc | FinalParameters | Parameter year should be final. | 193 |
![]() |
misc | FinalParameters | Parameter month should be final. | 193 |
![]() |
misc | FinalParameters | Parameter day should be final. | 193 |
![]() |
misc | FinalParameters | Parameter hour should be final. | 193 |
![]() |
misc | FinalParameters | Parameter minute should be final. | 193 |
![]() |
design | DesignForExtension | Method 'getExpectedTimeOfArrival' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
coding | MagicNumber | '274' is a magic number. | 203 |
![]() |
coding | MagicNumber | '278' is a magic number. | 203 |
![]() |
coding | MagicNumber | '278' is a magic number. | 204 |
![]() |
coding | MagicNumber | '283' is a magic number. | 204 |
![]() |
coding | MagicNumber | '283' is a magic number. | 205 |
![]() |
coding | MagicNumber | '288' is a magic number. | 205 |
![]() |
coding | MagicNumber | '288' is a magic number. | 206 |
![]() |
coding | MagicNumber | '294' is a magic number. | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 207 |
![]() |
design | DesignForExtension | Method 'getExpectedTimeOfArrivalUnprocessed' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 214 |
![]() |
coding | MagicNumber | '274' is a magic number. | 214 |
![]() |
coding | MagicNumber | '294' is a magic number. | 214 |
![]() |
design | DesignForExtension | Method 'getMaximumPresentStaticDraughtMetres' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 220 |
![]() |
coding | MagicNumber | '294' is a magic number. | 220 |
![]() |
coding | MagicNumber | '302' is a magic number. | 220 |
![]() |
coding | MagicNumber | '10.0' is a magic number. | 220 |
![]() |
design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
coding | MagicNumber | '302' is a magic number. | 226 |
![]() |
coding | MagicNumber | '422' is a magic number. | 226 |
![]() |
design | DesignForExtension | Method 'getDataTerminalAvailable' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 232 |
![]() |
coding | MagicNumber | '422' is a magic number. | 232 |
![]() |
coding | MagicNumber | '423' is a magic number. | 232 |
![]() |
design | DesignForExtension | Method 'getSpare' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
![]() |
coding | MagicNumber | '423' is a magic number. | 238 |
![]() |
coding | MagicNumber | '424' is a magic number. | 238 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 16 |
![]() |
coding | MagicNumber | '5' is a magic number. | 19 |
![]() |
coding | MagicNumber | '477535900' is a magic number. | 21 |
![]() |
coding | MagicNumber | '9597587' is a magic number. | 23 |
![]() |
coding | MagicNumber | '70' is a magic number. | 26 |
![]() |
coding | MagicNumber | '154' is a magic number. | 27 |
![]() |
coding | MagicNumber | '26' is a magic number. | 28 |
![]() |
coding | MagicNumber | '14' is a magic number. | 29 |
![]() |
coding | MagicNumber | '16' is a magic number. | 30 |
![]() |
coding | MagicNumber | '180' is a magic number. | 31 |
![]() |
coding | MagicNumber | '30' is a magic number. | 32 |
![]() |
coding | MagicNumber | '118912' is a magic number. | 34 |
![]() |
coding | MagicNumber | '9.1' is a magic number. | 35 |
![]() |
design | DesignForExtension | Method 'testDimensionsOnlyNoReferencePoint' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
coding | MagicNumber | '47' is a magic number. | 50 |
![]() |
coding | MagicNumber | '8' is a magic number. | 52 |
![]() |
coding | MagicNumber | '47' is a magic number. | 53 |
![]() |
coding | MagicNumber | '8' is a magic number. | 54 |
![]() |
design | DesignForExtension | Method 'testDestination' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 59 |
![]() |
design | DesignForExtension | Method 'testExpectedTimeOfArrival' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
![]() |
coding | MagicNumber | '1359165600000L' is a magic number. | 66 |
![]() |
coding | MagicNumber | '2013' is a magic number. | 66 |
![]() |
coding | MagicNumber | '26' is a magic number. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 6 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter a should be final. | 8 |
![]() |
misc | FinalParameters | Parameter b should be final. | 8 |
![]() |
misc | FinalParameters | Parameter c should be final. | 9 |
![]() |
misc | FinalParameters | Parameter d should be final. | 9 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 10 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 13 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter m should be final. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter a should be final. | 25 |
![]() |
misc | FinalParameters | Parameter b should be final. | 25 |
![]() |
misc | FinalParameters | Parameter c should be final. | 26 |
![]() |
misc | FinalParameters | Parameter d should be final. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 30 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter m should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 242). | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
misc | Translation | Key 'AISParseException.LATITUDE_OUT_OF_RANGE' missing. | |
![]() |
misc | Translation | Key 'AISParseException.LONGITUDE_OUT_OF_RANGE' missing. | |
![]() |
misc | Translation | Key 'CalibrationException.MAP_CALIBRATOR_IS_NOT_DEFINED' missing. | |
![]() |
misc | Translation | Key 'CalibrationException.NOT_ENOUGHT_CALIBRATION_POINTS' missing. | |
![]() |
misc | Translation | Key 'Radar.EAST' missing. | |
![]() |
misc | Translation | Key 'Radar.NORTH' missing. | |
![]() |
misc | Translation | Key 'Radar.SOUTH' missing. | |
![]() |
misc | Translation | Key 'Radar.WEST' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'return' | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter args should be final. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 13 |
![]() |
coding | MagicNumber | '9010' is a magic number. | 13 |
![]() |
coding | MagicNumber | '10' is a magic number. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 16 |
![]() |
coding | MagicNumber | '9100' is a magic number. | 16 |
![]() |
coding | MagicNumber | '10' is a magic number. | 16 |
![]() |
coding | MagicNumber | '5' is a magic number. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 21 |
![]() |
coding | MagicNumber | '9000' is a magic number. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
![]() |
coding | MagicNumber | '9001' is a magic number. | 27 |
![]() |
coding | MagicNumber | '9002' is a magic number. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter username should be final. | 10 |
![]() |
coding | HiddenField | 'username' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter password should be final. | 10 |
![]() |
coding | HiddenField | 'password' hides a field. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter username should be final. | 37 |
![]() |
coding | HiddenField | 'username' hides a field. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter password should be final. | 42 |
![]() |
coding | HiddenField | 'password' hides a field. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter aisMessageType should be final. | 7 |
![]() |
coding | HiddenField | 'aisMessageType' hides a field. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'server' | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter host should be final. | 12 |
![]() |
coding | HiddenField | 'host' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter port should be final. | 12 |
![]() |
coding | HiddenField | 'port' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter authentication should be final. | 12 |
![]() |
coding | HiddenField | 'authentication' hides a field. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter host should be final. | 45 |
![]() |
coding | HiddenField | 'host' hides a field. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
misc | FinalParameters | Parameter port should be final. | 50 |
![]() |
coding | HiddenField | 'port' hides a field. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter authentication should be final. | 55 |
![]() |
coding | HiddenField | 'authentication' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter authentication should be final. | 60 |
![]() |
coding | HiddenField | 'authentication' hides a field. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter minLat should be final. | 9 |
![]() |
coding | HiddenField | 'minLat' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter maxLat should be final. | 9 |
![]() |
coding | HiddenField | 'maxLat' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter minLon should be final. | 9 |
![]() |
coding | HiddenField | 'minLon' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter maxLon should be final. | 9 |
![]() |
coding | HiddenField | 'maxLon' hides a field. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter minLat should be final. | 46 |
![]() |
coding | HiddenField | 'minLat' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter maxLat should be final. | 51 |
![]() |
coding | HiddenField | 'maxLat' hides a field. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
misc | FinalParameters | Parameter minLon should be final. | 56 |
![]() |
coding | HiddenField | 'minLon' hides a field. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter maxLon should be final. | 61 |
![]() |
coding | HiddenField | 'maxLon' hides a field. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 72 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter username should be final. | 9 |
![]() |
coding | HiddenField | 'username' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter passwordHash should be final. | 9 |
![]() |
coding | HiddenField | 'passwordHash' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter passwordSalt should be final. | 9 |
![]() |
coding | HiddenField | 'passwordSalt' hides a field. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 34 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter username should be final. | 43 |
![]() |
coding | HiddenField | 'username' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter passwordHash should be final. | 48 |
![]() |
coding | HiddenField | 'passwordHash' hides a field. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter passwordSalt should be final. | 53 |
![]() |
coding | HiddenField | 'passwordSalt' hides a field. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter id should be final. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter name should be final. | 11 |
![]() |
misc | FinalParameters | Parameter s should be final. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 12 |
![]() |
coding | HiddenField | 'factory' hides a field. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter key should be final. | 18 |
![]() |
misc | FinalParameters | Parameter value should be final. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter key should be final. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 14 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
misc | FinalParameters | Parameter map should be final. | 15 |
![]() |
coding | HiddenField | 'map' hides a field. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 20 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
design | DesignForExtension | Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter p should be final. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
design | DesignForExtension | Method 'testIsEmpty' is not designed for extension - needs to be abstract, final or empty. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
design | DesignForExtension | Method 'testImmutable' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'testAddOne' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
design | DesignForExtension | Method 'testAddOneBeforeWithSameValue' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
design | DesignForExtension | Method 'testAddOneBeforeWithDifferentValue' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
design | DesignForExtension | Method 'testAddOneAfterWithSameValue' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
design | DesignForExtension | Method 'testAddOneAfterWithDifferentValue' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
design | DesignForExtension | Method 'testInsertOneAfterWithSameValueAsBefore' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
coding | MagicNumber | '3' is a magic number. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
coding | MagicNumber | '3L' is a magic number. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
design | DesignForExtension | Method 'testInsertOneAfterWithDifferentValueAsBefore' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
coding | MagicNumber | '3' is a magic number. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
coding | MagicNumber | '3L' is a magic number. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
design | DesignForExtension | Method 'testInsertOneAfterWithSameValueAsAfter' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
coding | MagicNumber | '3' is a magic number. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
coding | MagicNumber | '3L' is a magic number. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
design | DesignForExtension | Method 'testAddOneWithSameTimeShouldRetainOnlyLatestValue' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
misc | FinalParameters | Parameter name should be final. | 102 |
![]() |
misc | FinalParameters | Parameter time should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 11 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter name should be final. | 11 |
![]() |
coding | HiddenField | 'name' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter value should be final. | 11 |
![]() |
coding | HiddenField | 'value' hides a field. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
misc | FinalParameters | Parameter time should be final. | 12 |
![]() |
coding | HiddenField | 'time' hides a field. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 156). | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'double' | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'double' | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter host should be final. | 8 |
![]() |
coding | HiddenField | 'host' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter port should be final. | 8 |
![]() |
coding | HiddenField | 'port' hides a field. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 7 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
design | DesignForExtension | Method 'getMmsi' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
coding | MagicNumber | '32' is a magic number. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter args should be final. | 22 |
![]() |
coding | MagicNumber | '100000' is a magic number. | 38 |
![]() |
coding | MagicNumber | '200' is a magic number. | 41 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 60 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
![]() |
coding | MagicNumber | '1000.0' is a magic number. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter name should be final. | 103 |
![]() |
misc | FinalParameters | Parameter defaultValue should be final. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'testCraftPropertyOperator' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '566206000' is a magic number. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
coding | MagicNumber | '566206000' is a magic number. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'out' | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter hostPort should be final. | 31 |
![]() |
coding | HiddenField | 'hostPort' hides a field. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
misc | FinalParameters | Parameter observer should be final. | 32 |
![]() |
coding | HiddenField | 'observer' hides a field. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
design | DesignForExtension | Method 'isCancelled' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'assertEquals' | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
misc | FinalParameters | Parameter e should be final. | 33 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
misc | FinalParameters | Parameter p should be final. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
misc | FinalParameters | Parameter e should be final. | 30 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
misc | FinalParameters | Parameter m should be final. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
misc | FinalParameters | Parameter m should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
misc | FinalParameters | Parameter child should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
misc | FinalParameters | Parameter m should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
misc | FinalParameters | Parameter child should be final. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
misc | FinalParameters | Parameter child should be final. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
misc | FinalParameters | Parameter m should be final. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
misc | FinalParameters | Parameter name should be final. | 97 |
![]() |
misc | FinalParameters | Parameter value should be final. | 97 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter args should be final. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
misc | FinalParameters | Parameter args should be final. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 10 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter defaultX1 should be final. | 13 |
![]() |
misc | FinalParameters | Parameter defaultX2 should be final. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 14 |
![]() |
misc | FinalParameters | Parameter defaultY1 should be final. | 14 |
![]() |
misc | FinalParameters | Parameter defaultY2 should be final. | 14 |
![]() |
misc | FinalParameters | Parameter window should be final. | 14 |
![]() |
misc | FinalParameters | Parameter animator should be final. | 14 |
![]() |
misc | FinalParameters | Parameter e should be final. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter args should be final. | 24 |
![]() |
coding | MagicNumber | '90' is a magic number. | 29 |
![]() |
coding | MagicNumber | '175' is a magic number. | 30 |
![]() |
coding | MagicNumber | '-50' is a magic number. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
![]() |
coding | MagicNumber | '800' is a magic number. | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
![]() |
coding | MagicNumber | '-35.2809' is a magic number. | 58 |
![]() |
coding | MagicNumber | '149.1300' is a magic number. | 58 |
![]() |
coding | MagicNumber | '5' is a magic number. | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter imageBounds should be final. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter worldToScreen should be final. | 74 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 74 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 33 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 57 |
![]() |
coding | MagicNumber | '242' is a magic number. | 57 |
![]() |
coding | MagicNumber | '237' is a magic number. | 57 |
![]() |
coding | MagicNumber | '206' is a magic number. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
naming | LocalFinalVariableName | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
![]() |
coding | MagicNumber | '0.3f' is a magic number. | 82 |
![]() |
coding | MagicNumber | '10' is a magic number. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter map should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
design | VisibilityModifier | Variable 'options' must be private and have accessor methods. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter options should be final. | 22 |
![]() |
coding | HiddenField | 'options' hides a field. | 22 |
![]() |
design | DesignForExtension | Method 'draw' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
misc | FinalParameters | Parameter model should be final. | 27 |
![]() |
misc | FinalParameters | Parameter g should be final. | 27 |
![]() |
misc | FinalParameters | Parameter worldToScreen should be final. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 28 |
![]() |
coding | MagicNumber | '20' is a magic number. | 31 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
coding | MagicNumber | '-35.25f' is a magic number. | 39 |
![]() |
coding | MagicNumber | '149.0f' is a magic number. | 39 |
![]() |
coding | MagicNumber | '4' is a magic number. | 40 |
![]() |
coding | MagicNumber | '4' is a magic number. | 40 |
![]() |
coding | MagicNumber | '8f' is a magic number. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 61 |
![]() |
coding | MagicNumber | '3' is a magic number. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 64 |
![]() |
coding | MagicNumber | '0.7833f' is a magic number. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 79 |
![]() |
coding | MagicNumber | '360' is a magic number. | 80 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter worldToScreen should be final. | 92 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 92 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
coding | MagicNumber | '4' is a magic number. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 83 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter f should be final. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter filenames should be final. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter c should be final. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter vp should be final. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter t should be final. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 189 |
![]() |
coding | MagicNumber | '31' is a magic number. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 191 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
misc | FinalParameters | Parameter p should be final. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 204 |
![]() |
coding | MagicNumber | '50' is a magic number. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
misc | FinalParameters | Parameter p should be final. | 212 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
![]() |
misc | FinalParameters | Parameter p should be final. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
misc | FinalParameters | Parameter p should be final. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 238 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
![]() |
misc | FinalParameters | Parameter n should be final. | 248 |
![]() |
design | VisibilityModifier | Variable 'startTime' must be private and have accessor methods. | 252 |
![]() |
design | VisibilityModifier | Variable 'lastTime' must be private and have accessor methods. | 253 |
![]() |
design | VisibilityModifier | Variable 'df' must be private and have accessor methods. | 254 |
![]() |
misc | FinalParameters | Parameter vp should be final. | 257 |
![]() |
coding | MagicNumber | '100000' is a magic number. | 258 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 265 |
![]() |
coding | MagicNumber | '1000d' is a magic number. | 265 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 273 |
![]() |
coding | MagicNumber | '1000d' is a magic number. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 275 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
misc | FinalParameters | Parameter e should be final. | 307 |
![]() |
misc | FinalParameters | Parameter t should be final. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
![]() |
misc | FinalParameters | Parameter p should be final. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 325 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 335 |
![]() |
design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 335 |
![]() |
misc | FinalParameters | Parameter p should be final. | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 344 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 344 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 347 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 347 |
![]() |
design | DesignForExtension | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 354 |
![]() |
design | DesignForExtension | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 359 |
![]() |
misc | FinalParameters | Parameter time should be final. | 359 |
![]() |
misc | FinalParameters | Parameter request should be final. | 359 |
![]() |
misc | FinalParameters | Parameter mimeType should be final. | 359 |
![]() |
naming | LocalFinalVariableName | Name 'HOTSPOT_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 |
![]() |
misc | FinalParameters | Parameter p should be final. | 370 |
![]() |
misc | FinalParameters | Parameter p should be final. | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 382 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 386 |
![]() |
design | DesignForExtension | Method 'render' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() |
misc | FinalParameters | Parameter g should be final. | 401 |
![]() |
misc | FinalParameters | Parameter request should be final. | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 406 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 407 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 429 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 430 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 433 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 458 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 458 |
![]() |
misc | FinalParameters | Parameter current should be final. | 458 |
![]() |
misc | FinalParameters | Parameter last should be final. | 458 |
![]() |
coding | MagicNumber | '15' is a magic number. | 460 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 463 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 463 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 463 |
![]() |
coding | RedundantThrows | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 463 |
![]() |
misc | FinalParameters | Parameter line1 should be final. | 466 |
![]() |
misc | FinalParameters | Parameter line2 should be final. | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 471 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 476 |
![]() |
coding | MagicNumber | '20000000' is a magic number. | 485 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 492 |
![]() |
misc | FinalParameters | Parameter line should be final. | 497 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 508 |
![]() |
coding | RedundantThrows | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 508 |
![]() |
misc | FinalParameters | Parameter f should be final. | 514 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 515 |
![]() |
misc | FinalParameters | Parameter f1 should be final. | 522 |
![]() |
misc | FinalParameters | Parameter f2 should be final. | 522 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 534 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 534 |
![]() |
misc | FinalParameters | Parameter iterable should be final. | 537 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 543 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 543 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 546 |
![]() |
misc | FinalParameters | Parameter filenames should be final. | 546 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 552 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 552 |
![]() |
misc | FinalParameters | Parameter args should be final. | 552 |
![]() |
coding | RedundantThrows | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 552 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 558 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 558 |
![]() |
misc | FinalParameters | Parameter e should be final. | 573 |
![]() |
misc | FinalParameters | Parameter vp should be final. | 579 |
![]() |
coding | SimplifyBooleanExpression | Expression can be simplified. | 580 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 581 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 582 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 583 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 584 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 585 |
![]() |
coding | MagicNumber | '1852.0' is a magic number. | 585 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 585 |
![]() |
coding | MagicNumber | '10000000' is a magic number. | 590 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
design | DesignForExtension | Method 'testIsNotScalarSynchronousObservableAfterFlatMap' is not designed for extension - needs to be abstract, final or empty. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 14 |
![]() |
misc | FinalParameters | Parameter n should be final. | 17 |
![]() |
coding | MagicNumber | '100' is a magic number. | 18 |
![]() |
whitespace | WhitespaceAround | '}' is not followed by whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() |
misc | FinalParameters | Parameter child should be final. | 10 |
![]() |
misc | FinalParameters | Parameter n should be final. | 15 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter child should be final. | 29 |
![]() |
coding | HiddenField | 'child' hides a field. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter n should be final. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter n should be final. | 37 |
![]() |
misc | FinalParameters | Parameter e should be final. | 47 |
![]() |
misc | FinalParameters | Parameter t should be final. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 58 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 16 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 21 |
![]() |
design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 24 |
![]() |
design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 26 |
![]() |
design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 27 |
![]() |
misc | FinalParameters | Parameter e should be final. | 36 |
![]() |
misc | FinalParameters | Parameter vp should be final. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter a should be final. | 66 |
![]() |
misc | FinalParameters | Parameter b should be final. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter a should be final. | 70 |
![]() |
misc | FinalParameters | Parameter b should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter a should be final. | 74 |
![]() |
misc | FinalParameters | Parameter b should be final. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 27 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter file should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 46 |
![]() |
misc | FinalParameters | Parameter c should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 53 |
![]() |
misc | FinalParameters | Parameter c should be final. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter num should be final. | 61 |
![]() |
misc | FinalParameters | Parameter files should be final. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 67 |
![]() |
misc | FinalParameters | Parameter c should be final. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
coding | MagicNumber | '200' is a magic number. | 54 |
![]() |
design | DesignForExtension | Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 62 |
![]() |
misc | FinalParameters | Parameter req should be final. | 62 |
![]() |
misc | FinalParameters | Parameter resp should be final. | 62 |
![]() |
coding | RedundantThrows | Unable to get class information for ServletException. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'is'. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
misc | FinalParameters | Parameter subscriber should be final. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
coding | MagicNumber | '8192' is a magic number. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
misc | FinalParameters | Parameter in should be final. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'testSavingCellValuesToBinaryFileAndReadingBackAgain' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
coding | MagicNumber | '1.2' is a magic number. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 24 |
![]() |
coding | MagicNumber | '123' is a magic number. | 24 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
coding | MagicNumber | '1.2' is a magic number. | 35 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
coding | MagicNumber | '123' is a magic number. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter options should be final. | 18 |
![]() |
coding | HiddenField | 'options' hides a field. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
misc | FinalParameters | Parameter e should be final. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
misc | FinalParameters | Parameter cv should be final. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter options should be final. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
coding | MagicNumber | '40' is a magic number. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter cv should be final. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
coding | MagicNumber | '16' is a magic number. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter region should be final. | 15 |
![]() |
misc | FinalParameters | Parameter fix1 should be final. | 15 |
![]() |
misc | FinalParameters | Parameter fix2 should be final. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 17 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
design | VisibilityModifier | Variable 'lat' must be private and have accessor methods. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
design | VisibilityModifier | Variable 'lon' must be private and have accessor methods. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 8 |
![]() |
coding | HiddenField | 'lat' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 8 |
![]() |
coding | HiddenField | 'lon' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter time should be final. | 8 |
![]() |
coding | HiddenField | 'time' hides a field. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 24 |
![]() |
coding | MagicNumber | '1000000' is a magic number. | 24 |
![]() |
coding | MagicNumber | '100.0' is a magic number. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter a should be final. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter a should be final. | 41 |
![]() |
misc | FinalParameters | Parameter b should be final. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter list should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
coding | MagicNumber | '1498199825552L' is a magic number. | 30 |
![]() |
coding | MagicNumber | '4' is a magic number. | 32 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 35 |
![]() |
coding | MagicNumber | '149' is a magic number. | 35 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 36 |
![]() |
coding | MagicNumber | '175' is a magic number. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 45 |
![]() |
coding | MagicNumber | '151.0' is a magic number. | 45 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 59 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter bTime should be final. | 103 |
![]() |
coding | MagicNumber | '-35f' is a magic number. | 105 |
![]() |
coding | MagicNumber | '175f' is a magic number. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter aTime should be final. | 111 |
![]() |
coding | MagicNumber | '-35f' is a magic number. | 113 |
![]() |
coding | MagicNumber | '149f' is a magic number. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter aTime should be final. | 119 |
![]() |
coding | MagicNumber | '-33.8523f' is a magic number. | 121 |
![]() |
coding | MagicNumber | '151.2108f' is a magic number. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 26 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'FileFixes' | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Map' | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'try' | 89 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Optional' | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'System' | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'System' | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'map' | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'String' | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 37 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'AtomicInteger' | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 20 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 35 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'splits' | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter args should be final. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '/' is not followed by whitespace. | 28 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Streams' | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter args should be final. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 30 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 47 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter args should be final. | 15 |
![]() |
coding | MagicNumber | '4' is a magic number. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter key should be final. | 36 |
![]() |
misc | FinalParameters | Parameter files should be final. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
![]() |
coding | MagicNumber | '8192' is a magic number. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 10 |
![]() |
coding | HiddenField | 'cell' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter distanceNm should be final. | 10 |
![]() |
coding | HiddenField | 'distanceNm' hides a field. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'getCell' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
design | DesignForExtension | Method 'getDistanceNm' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'getTrafficDensity' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
misc | FinalParameters | Parameter options should be final. | 29 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter numberStandardDeviations should be final. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
design | DesignForExtension | Method 'setCalculationResult' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter calculationResult should be final. | 51 |
![]() |
coding | HiddenField | 'calculationResult' hides a field. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
misc | FinalParameters | Parameter options should be final. | 52 |
![]() |
coding | HiddenField | 'options' hides a field. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
design | DesignForExtension | Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
misc | FinalParameters | Parameter gOld should be final. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
misc | FinalParameters | Parameter e should be final. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
misc | FinalParameters | Parameter e should be final. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
coding | MagicNumber | '49' is a magic number. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
coding | MagicNumber | '50' is a magic number. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
coding | MagicNumber | '51' is a magic number. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
coding | MagicNumber | '3' is a magic number. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
misc | FinalParameters | Parameter e should be final. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
coding | MagicNumber | '0.5' is a magic number. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
misc | FinalParameters | Parameter e should be final. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
misc | FinalParameters | Parameter e should be final. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
misc | FinalParameters | Parameter e should be final. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
misc | FinalParameters | Parameter e should be final. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
misc | FinalParameters | Parameter e should be final. | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
misc | FinalParameters | Parameter display should be final. | 196 |
![]() |
misc | FinalParameters | Parameter bounds should be final. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
coding | MagicNumber | '0.8' is a magic number. | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
design | VisibilityModifier | Variable 'fixesPassedEffectiveSpeedCheck' must be private and have accessor methods. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
design | VisibilityModifier | Variable 'fixes' must be private and have accessor methods. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
design | VisibilityModifier | Variable 'fixesInTimeRange' must be private and have accessor methods. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'fixesWithinRegion' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | VisibilityModifier | Variable 'segments' must be private and have accessor methods. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'segmentsTimeDifferenceOk' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
design | VisibilityModifier | Variable 'segmentsDistanceOk' must be private and have accessor methods. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'totalNauticalMiles' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
design | VisibilityModifier | Variable 'segmentCells' must be private and have accessor methods. | 16 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 70 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 95 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 634 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
naming | ConstantName | Name 'f1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
naming | ConstantName | Name 'f3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
naming | ConstantName | Name 'f4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() |
design | DesignForExtension | Method 'testPairs' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 38 |
![]() |
coding | MagicNumber | '3' is a magic number. | 38 |
![]() |
design | DesignForExtension | Method 'testWithFiles' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 46 |
![]() |
misc | FinalParameters | Parameter file should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 56 |
![]() |
coding | MagicNumber | '120' is a magic number. | 56 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 56 |
![]() |
coding | MagicNumber | '175' is a magic number. | 56 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 67 |
![]() |
design | DesignForExtension | Method 'testGetCellDistances' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 73 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 73 |
![]() |
coding | MagicNumber | '100' is a magic number. | 74 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 74 |
![]() |
coding | MagicNumber | '175' is a magic number. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 75 |
![]() |
design | DesignForExtension | Method 'testGetCellDistancesEqualSingleLegGreatCircleDistanceAlmost' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
coding | MagicNumber | '100' is a magic number. | 90 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 90 |
![]() |
coding | MagicNumber | '175' is a magic number. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 102 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 102 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 102 |
![]() |
design | DesignForExtension | Method 'manualTestCase' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 107 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 107 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 108 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 108 |
![]() |
coding | MagicNumber | '100' is a magic number. | 116 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 116 |
![]() |
coding | MagicNumber | '175' is a magic number. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
![]() |
coding | MagicNumber | '-31.0' is a magic number. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 124 |
![]() |
coding | MagicNumber | '-31.0' is a magic number. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 127 |
![]() |
coding | MagicNumber | '141.0' is a magic number. | 127 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 134 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 134 |
![]() |
design | DesignForExtension | Method 'testReplay' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 139 |
![]() |
design | VisibilityModifier | Variable 'firstTime' must be private and have accessor methods. | 141 |
![]() |
misc | FinalParameters | Parameter sub should be final. | 144 |
![]() |
design | DesignForExtension | Method 'testConstantDifference' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
coding | MagicNumber | '3.1' is a magic number. | 160 |
![]() |
coding | MagicNumber | '4.2' is a magic number. | 160 |
![]() |
coding | MagicNumber | '4' is a magic number. | 161 |
![]() |
coding | MagicNumber | '0.000001' is a magic number. | 162 |
![]() |
coding | MagicNumber | '3.0' is a magic number. | 165 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 166 |
![]() |
coding | MagicNumber | '3' is a magic number. | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'calculateTrafficDensity' | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 3 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'files'. | 37 |
![]() |
misc | FinalParameters | Parameter times should be final. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'times'. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'imageDirectory'. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
design | VisibilityModifier | Variable 'i' must be private and have accessor methods. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
misc | FinalParameters | Parameter pair should be final. | 44 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
misc | FinalParameters | Parameter e should be final. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
misc | FinalParameters | Parameter t should be final. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter options should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 79 |
![]() |
misc | FinalParameters | Parameter finishTime should be final. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
coding | MagicNumber | '1600' is a magic number. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
misc | FinalParameters | Parameter cellSizeDegrees should be final. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter args should be final. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
coding | MagicNumber | '13' is a magic number. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
misc | FinalParameters | Parameter n should be final. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter fix should be final. | 9 |
![]() |
coding | HiddenField | 'fix' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter ok should be final. | 9 |
![]() |
coding | HiddenField | 'ok' hides a field. | 9 |
![]() |
design | DesignForExtension | Method 'fix' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
design | DesignForExtension | Method 'isOk' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter a should be final. | 13 |
![]() |
misc | FinalParameters | Parameter b should be final. | 13 |
![]() |
misc | FinalParameters | Parameter o should be final. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter aTime should be final. | 17 |
![]() |
misc | FinalParameters | Parameter aLat should be final. | 17 |
![]() |
misc | FinalParameters | Parameter aLon should be final. | 17 |
![]() |
misc | FinalParameters | Parameter bTime should be final. | 17 |
![]() |
misc | FinalParameters | Parameter bLat should be final. | 18 |
![]() |
misc | FinalParameters | Parameter bLon should be final. | 18 |
![]() |
misc | FinalParameters | Parameter o should be final. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter a should be final. | 23 |
![]() |
misc | FinalParameters | Parameter b should be final. | 23 |
![]() |
misc | FinalParameters | Parameter o should be final. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter aTime should be final. | 27 |
![]() |
misc | FinalParameters | Parameter aLat should be final. | 27 |
![]() |
misc | FinalParameters | Parameter aLon should be final. | 27 |
![]() |
misc | FinalParameters | Parameter bTime should be final. | 28 |
![]() |
misc | FinalParameters | Parameter bLat should be final. | 28 |
![]() |
misc | FinalParameters | Parameter bLon should be final. | 28 |
![]() |
misc | FinalParameters | Parameter o should be final. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
coding | MagicNumber | '100000' is a magic number. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter options should be final. | 22 |
![]() |
coding | HiddenField | 'options' hides a field. | 22 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
![]() |
misc | FinalParameters | Parameter child should be final. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 34 |
![]() |
misc | FinalParameters | Parameter e should be final. | 54 |
![]() |
misc | FinalParameters | Parameter fix should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'testSpiritOfTasmania' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 23 |
![]() |
coding | MagicNumber | '12L' is a magic number. | 23 |
![]() |
coding | MagicNumber | '50' is a magic number. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
![]() |
coding | MagicNumber | '-39.572643f' is a magic number. | 28 |
![]() |
coding | MagicNumber | '145.38763f' is a magic number. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
![]() |
coding | MagicNumber | '-40.095074f' is a magic number. | 30 |
![]() |
coding | MagicNumber | '145.71864f' is a magic number. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 34 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 35 |
![]() |
coding | MagicNumber | '75.81666666' is a magic number. | 35 |
![]() |
coding | MagicNumber | '60' is a magic number. | 35 |
![]() |
coding | MagicNumber | '27.605441702145423' is a magic number. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter maxSize should be final. | 23 |
![]() |
coding | HiddenField | 'maxSize' hides a field. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter maxSize should be final. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 35 |
![]() |
misc | FinalParameters | Parameter e should be final. | 48 |
![]() |
misc | FinalParameters | Parameter cd should be final. | 53 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 23 |
![]() |
design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter useDisk should be final. | 28 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 54 |
![]() |
misc | FinalParameters | Parameter e should be final. | 66 |
![]() |
misc | FinalParameters | Parameter cv should be final. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
misc | FinalParameters | Parameter size should be final. | 25 |
![]() |
coding | HiddenField | 'size' hides a field. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
misc | FinalParameters | Parameter e should be final. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
misc | FinalParameters | Parameter t should be final. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() |
naming | ConstantName | Name 'coloured' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 44 |
![]() |
misc | FinalParameters | Parameter g should be final. | 44 |
![]() |
misc | FinalParameters | Parameter options should be final. | 44 |
![]() |
misc | FinalParameters | Parameter numberStandardDeviations should be final. | 44 |
![]() |
misc | FinalParameters | Parameter w should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 45 |
![]() |
misc | FinalParameters | Parameter h should be final. | 45 |
![]() |
misc | FinalParameters | Parameter calculationResult should be final. | 45 |
![]() |
misc | FinalParameters | Parameter addLegend should be final. | 45 |
![]() |
misc | FinalParameters | Parameter addParameters should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter b should be final. | 52 |
![]() |
misc | FinalParameters | Parameter w should be final. | 52 |
![]() |
misc | FinalParameters | Parameter h should be final. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 57 |
![]() |
misc | FinalParameters | Parameter p should be final. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 68 |
![]() |
misc | FinalParameters | Parameter g should be final. | 68 |
![]() |
misc | FinalParameters | Parameter cellSizeDegrees should be final. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
![]() |
misc | FinalParameters | Parameter numberStandardDeviationsForHighValue should be final. | 69 |
![]() |
misc | FinalParameters | Parameter cells should be final. | 70 |
![]() |
misc | FinalParameters | Parameter addLegend should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 9). | 76 |
![]() |
misc | FinalParameters | Parameter b should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
![]() |
misc | FinalParameters | Parameter numberStandardDeviationsForHighValue should be final. | 77 |
![]() |
misc | FinalParameters | Parameter cells should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 86 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter g should be final. | 116 |
![]() |
misc | FinalParameters | Parameter options should be final. | 116 |
![]() |
misc | FinalParameters | Parameter calculationResult should be final. | 117 |
![]() |
misc | FinalParameters | Parameter w should be final. | 117 |
![]() |
misc | FinalParameters | Parameter h should be final. | 117 |
![]() |
coding | MagicNumber | '10f' is a magic number. | 121 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 123 |
![]() |
coding | MagicNumber | '50' is a magic number. | 127 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 132 |
![]() |
coding | MagicNumber | '50' is a magic number. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter r should be final. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter g should be final. | 153 |
![]() |
misc | FinalParameters | Parameter cellSizeDegrees should be final. | 153 |
![]() |
misc | FinalParameters | Parameter metrics should be final. | 153 |
![]() |
misc | FinalParameters | Parameter maxNmForColour should be final. | 154 |
![]() |
misc | FinalParameters | Parameter minSaturation should be final. | 154 |
![]() |
misc | FinalParameters | Parameter w should be final. | 154 |
![]() |
misc | FinalParameters | Parameter h should be final. | 154 |
![]() |
coding | MagicNumber | '120' is a magic number. | 155 |
![]() |
coding | MagicNumber | '50' is a magic number. | 156 |
![]() |
coding | MagicNumber | '200' is a magic number. | 157 |
![]() |
coding | MagicNumber | '50' is a magic number. | 158 |
![]() |
coding | MagicNumber | '15' is a magic number. | 164 |
![]() |
coding | MagicNumber | '15' is a magic number. | 165 |
![]() |
coding | MagicNumber | '5' is a magic number. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 175 |
![]() |
coding | MagicNumber | '5' is a magic number. | 178 |
![]() |
coding | MagicNumber | '5' is a magic number. | 179 |
![]() |
coding | MagicNumber | '10' is a magic number. | 181 |
![]() |
coding | MagicNumber | '8' is a magic number. | 184 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 197 |
![]() |
coding | MagicNumber | '5' is a magic number. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 199 |
![]() |
coding | MagicNumber | '3' is a magic number. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter minSaturation should be final. | 205 |
![]() |
misc | FinalParameters | Parameter prop should be final. | 205 |
![]() |
coding | MagicNumber | '0.5f' is a magic number. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter cells should be final. | 214 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
misc | FinalParameters | Parameter options should be final. | 240 |
![]() |
misc | FinalParameters | Parameter numStandardDeviations should be final. | 240 |
![]() |
misc | FinalParameters | Parameter width should be final. | 240 |
![]() |
misc | FinalParameters | Parameter calculationResult should be final. | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 243 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
misc | FinalParameters | Parameter image should be final. | 255 |
![]() |
misc | FinalParameters | Parameter file should be final. | 255 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 266 |
![]() |
design | VisibilityModifier | Variable 'mean' must be private and have accessor methods. | 266 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 267 |
![]() |
design | VisibilityModifier | Variable 'sd' must be private and have accessor methods. | 267 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 268 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
misc | FinalParameters | Parameter mean should be final. | 270 |
![]() |
coding | HiddenField | 'mean' hides a field. | 270 |
![]() |
misc | FinalParameters | Parameter sd should be final. | 270 |
![]() |
coding | HiddenField | 'sd' hides a field. | 270 |
![]() |
misc | FinalParameters | Parameter count should be final. | 270 |
![]() |
coding | HiddenField | 'count' hides a field. | 270 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
coding | MagicNumber | '0.00000000001234567' is a magic number. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter topLeftLat should be final. | 13 |
![]() |
coding | HiddenField | 'topLeftLat' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter topLeftLon should be final. | 13 |
![]() |
coding | HiddenField | 'topLeftLon' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter bottomRightLat should be final. | 13 |
![]() |
coding | HiddenField | 'bottomRightLat' hides a field. | 13 |
![]() |
misc | FinalParameters | Parameter bottomRightLon should be final. | 13 |
![]() |
coding | HiddenField | 'bottomRightLon' hides a field. | 13 |
![]() |
design | DesignForExtension | Method 'getTopLeftLat' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
design | DesignForExtension | Method 'getTopLeftLon' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Method 'getBottomRightLat' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
design | DesignForExtension | Method 'getBottomRightLon' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'getWidthDegrees' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
coding | MagicNumber | '360' is a magic number. | 38 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 39 |
![]() |
design | DesignForExtension | Method 'getHeightDegrees' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter p should be final. | 47 |
![]() |
design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 51 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 68 |
![]() |
misc | FinalParameters | Parameter topLeftLon should be final. | 68 |
![]() |
misc | FinalParameters | Parameter bottomRightLon should be final. | 68 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 68 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 71 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 90 |
![]() |
design | DesignForExtension | Method 'expand' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
misc | FinalParameters | Parameter latExpansionDegrees should be final. | 90 |
![]() |
misc | FinalParameters | Parameter lonExpansionDegrees should be final. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
![]() |
coding | MagicNumber | '90' is a magic number. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 92 |
![]() |
coding | MagicNumber | '-90' is a magic number. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
naming | ConstantName | Name 'radiusEarthKm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
misc | FinalParameters | Parameter latIndex should be final. | 31 |
![]() |
coding | HiddenField | 'latIndex' hides a field. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'latIndex'. | 31 |
![]() |
misc | FinalParameters | Parameter lonIndex should be final. | 31 |
![]() |
coding | HiddenField | 'lonIndex' hides a field. | 31 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lonIndex'. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter p should be final. | 37 |
![]() |
misc | FinalParameters | Parameter options should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 41 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 41 |
![]() |
misc | FinalParameters | Parameter options should be final. | 41 |
![]() |
design | DesignForExtension | Method 'leftEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter options should be final. | 45 |
![]() |
design | DesignForExtension | Method 'rightEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
misc | FinalParameters | Parameter options should be final. | 49 |
![]() |
design | DesignForExtension | Method 'topEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
misc | FinalParameters | Parameter options should be final. | 53 |
![]() |
design | DesignForExtension | Method 'bottomEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter options should be final. | 57 |
![]() |
design | DesignForExtension | Method 'getLatIndex' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'getLonIndex' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'getCentreLon' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter options should be final. | 69 |
![]() |
design | DesignForExtension | Method 'getCentreLat' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter options should be final. | 73 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 83 |
![]() |
design | DesignForExtension | Method 'areaNauticalMiles' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
misc | FinalParameters | Parameter options should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'options'. | 83 |
![]() |
coding | MagicNumber | '180' is a magic number. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 89 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
coding | MagicNumber | '32' is a magic number. | 100 |
![]() |
coding | MagicNumber | '32' is a magic number. | 101 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
naming | ConstantName | Name 'f1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
naming | ConstantName | Name 'options' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() |
coding | MagicNumber | '100' is a magic number. | 17 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 17 |
![]() |
coding | MagicNumber | '175' is a magic number. | 17 |
![]() |
design | DesignForExtension | Method 'testLeftEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'testTopEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
design | DesignForExtension | Method 'testRightEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
design | DesignForExtension | Method 'testBottomEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
design | DesignForExtension | Method 'testPositionAtLeftEdgeShouldNotResolveToTheCellToItsLeft' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
![]() |
coding | HiddenField | 'options' hides a field. | 51 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 51 |
![]() |
coding | MagicNumber | '100' is a magic number. | 52 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 52 |
![]() |
coding | MagicNumber | '175' is a magic number. | 52 |
![]() |
coding | MagicNumber | '142.1001' is a magic number. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
coding | MagicNumber | '142.1' is a magic number. | 56 |
![]() |
design | DesignForExtension | Method 'testAreaInNauticalMilesOfOneDegreeCellNearEquator' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
![]() |
coding | HiddenField | 'options' hides a field. | 61 |
![]() |
coding | MagicNumber | '100' is a magic number. | 62 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 62 |
![]() |
coding | MagicNumber | '175' is a magic number. | 62 |
![]() |
coding | MagicNumber | '142' is a magic number. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
![]() |
coding | MagicNumber | '3604.6847966219016' is a magic number. | 64 |
![]() |
design | DesignForExtension | Method 'testAreaInNauticalMilesOfOneDegreeCellAt45South' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
![]() |
coding | HiddenField | 'options' hides a field. | 69 |
![]() |
coding | MagicNumber | '100' is a magic number. | 70 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 70 |
![]() |
coding | MagicNumber | '175' is a magic number. | 70 |
![]() |
coding | MagicNumber | '-45' is a magic number. | 71 |
![]() |
coding | MagicNumber | '142' is a magic number. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
coding | MagicNumber | '2526.6531760439616' is a magic number. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter centreLat should be final. | 11 |
![]() |
coding | HiddenField | 'centreLat' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter centreLon should be final. | 11 |
![]() |
coding | HiddenField | 'centreLon' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter value should be final. | 11 |
![]() |
coding | HiddenField | 'value' hides a field. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'getCentreLat' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'getCentreLon' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 15 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter options should be final. | 35 |
![]() |
coding | HiddenField | 'options' hides a field. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
coding | MagicNumber | '360' is a magic number. | 67 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
misc | FinalParameters | Parameter options should be final. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
misc | FinalParameters | Parameter options should be final. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
design | DesignForExtension | Method 'cellAt' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 123 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 123 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
design | DesignForExtension | Method 'leftEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter lonIndex should be final. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
design | DesignForExtension | Method 'rightEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
design | DesignForExtension | Method 'topEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
design | DesignForExtension | Method 'topEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter latIndex should be final. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
design | DesignForExtension | Method 'bottomEdgeLatitude' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
design | DesignForExtension | Method 'centreLat' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
misc | FinalParameters | Parameter latIndex should be final. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
design | DesignForExtension | Method 'centreLon' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
misc | FinalParameters | Parameter lonIndex should be final. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
naming | ConstantName | Name 'builder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
coding | MagicNumber | '100' is a magic number. | 12 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 12 |
![]() |
coding | MagicNumber | '175' is a magic number. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
naming | ConstantName | Name 'options' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'testCellAtIfLatAboveBoundsThrowsException' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'testCellAtIfLatBelowBoundsThrowsException' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | MagicNumber | '-61.0' is a magic number. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'testCellAtIfLonLeftOfBoundsReturnsAbsent' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
coding | MagicNumber | '-59' is a magic number. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
design | DesignForExtension | Method 'testCellAtIfLonRightOfBoundsThrowsException' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '176' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
design | DesignForExtension | Method 'testStartLatGivenOriginLatEqualsTopLeftLatOfBoundsReturnsOriginLat' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
design | DesignForExtension | Method 'testStartLatGivenOriginLatAboveTopLeftLatOfBoundsReturnsOriginLat' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
design | DesignForExtension | Method 'testStartLatGivenOriginLatBelowTopLeftLatOfBoundsReturnsOriginLatMinusEnoughToGetAboveBounds' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
coding | MagicNumber | '0.000000000000000001' is a magic number. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
design | DesignForExtension | Method 'testStartLonGivenOriginLonEqualsTopLeftLonOfBoundsReturnsOriginLon' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
coding | MagicNumber | '100' is a magic number. | 61 |
![]() |
coding | MagicNumber | '100' is a magic number. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
design | DesignForExtension | Method 'testStartLonGivenOriginLonLeftOfTopLeftLonOfBoundsReturnsOriginLon' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
coding | MagicNumber | '99.0' is a magic number. | 67 |
![]() |
coding | MagicNumber | '99.0' is a magic number. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
design | DesignForExtension | Method 'testStartLonGivenOriginLonRightOfTopLeftLonOfBoundsReturnsOriginLonMinusEnoughToGetLeftOfBounds' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
coding | MagicNumber | '99.9' is a magic number. | 73 |
![]() |
coding | MagicNumber | '101.0' is a magic number. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
coding | MagicNumber | '0.000000000000000001' is a magic number. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
design | DesignForExtension | Method 'testLeftEdgeLongitude' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
coding | MagicNumber | '100' is a magic number. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
coding | MagicNumber | '100.0' is a magic number. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
design | DesignForExtension | Method 'testGridGoingOver180Longitude' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
coding | MagicNumber | '100' is a magic number. | 87 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 87 |
![]() |
coding | MagicNumber | '175' is a magic number. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
coding | MagicNumber | '100' is a magic number. | 88 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 88 |
![]() |
coding | MagicNumber | '-174' is a magic number. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 90 |
![]() |
coding | MagicNumber | '100' is a magic number. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 92 |
![]() |
coding | MagicNumber | '100' is a magic number. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter options should be final. | 16 |
![]() |
coding | HiddenField | 'options' hides a field. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter a should be final. | 20 |
![]() |
misc | FinalParameters | Parameter b should be final. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '90' is a magic number. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | MagicNumber | '270' is a magic number. | 26 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
design | DesignForExtension | Method 'nextPoint' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter a should be final. | 34 |
![]() |
misc | FinalParameters | Parameter b should be final. | 34 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
coding | MagicNumber | '180' is a magic number. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
coding | MagicNumber | '270' is a magic number. | 48 |
![]() |
coding | MagicNumber | '90' is a magic number. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
coding | MagicNumber | '180' is a magic number. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 101 |
![]() |
misc | FinalParameters | Parameter bearingDegrees should be final. | 101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
coding | MagicNumber | '270' is a magic number. | 102 |
![]() |
coding | MagicNumber | '90' is a magic number. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
misc | FinalParameters | Parameter a should be final. | 108 |
![]() |
misc | FinalParameters | Parameter b should be final. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
misc | FinalParameters | Parameter leftLon should be final. | 109 |
![]() |
misc | FinalParameters | Parameter rightLon should be final. | 109 |
![]() |
misc | FinalParameters | Parameter targetLat should be final. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
misc | FinalParameters | Parameter bearingDegrees should be final. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
coding | MagicNumber | '90' is a magic number. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 170 |
![]() |
misc | FinalParameters | Parameter bearingDegrees should be final. | 170 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
coding | MagicNumber | '180' is a magic number. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
misc | FinalParameters | Parameter cell should be final. | 177 |
![]() |
misc | FinalParameters | Parameter bearingDegrees should be final. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
coding | MagicNumber | '270' is a magic number. | 178 |
![]() |
coding | MagicNumber | '90' is a magic number. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnBottomEdgeStartingInsideCell' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 22 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 23 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '114.303575' is a magic number. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | MagicNumber | '-31' is a magic number. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
coding | MagicNumber | '140.719351' is a magic number. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnRightEdgeStartingTopEdge' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 33 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 34 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
coding | MagicNumber | '-31.106868' is a magic number. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '141.0' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnRightEdgeStartingLeftEdge' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 44 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 45 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
coding | MagicNumber | '-31.480781' is a magic number. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
coding | MagicNumber | '142.0' is a magic number. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
design | DesignForExtension | Method 'testGridNextPointIsDestinationStartingLeftEdge' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 56 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 57 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnLeftEdgeStartingInside' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 73 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 74 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
coding | MagicNumber | '-31.480781' is a magic number. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
coding | MagicNumber | '142.0' is a magic number. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnLeftEdgeStartingRightEdge' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 83 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 84 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
coding | MagicNumber | '-31.106868' is a magic number. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
coding | MagicNumber | '141.0' is a magic number. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnTopEdgeStartingRightEdge' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 94 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 95 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
coding | MagicNumber | '-31' is a magic number. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
coding | MagicNumber | '140.719351' is a magic number. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnDestinationStartingBottomEdge' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
coding | MagicNumber | '-31.7' is a magic number. | 106 |
![]() |
coding | MagicNumber | '142.6' is a magic number. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 107 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
coding | MagicNumber | '-30.8' is a magic number. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
coding | MagicNumber | '140.2' is a magic number. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
design | DesignForExtension | Method 'testGridNextPointOnSameLatCanFindNextPointWithoutThrowingException' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
coding | MagicNumber | '-33.00055827109084' is a magic number. | 124 |
![]() |
coding | MagicNumber | '172.0' is a magic number. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
coding | MagicNumber | '-32.99169921875' is a magic number. | 126 |
![]() |
coding | MagicNumber | '173.6' is a magic number. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
design | DesignForExtension | Method 'testGridNextPointCloseToBottomEdge' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
coding | MagicNumber | '-41.9999999' is a magic number. | 133 |
![]() |
coding | MagicNumber | '162.6359903399796' is a magic number. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
coding | MagicNumber | '-41.258392333984375' is a magic number. | 134 |
![]() |
coding | MagicNumber | '127.83787536621094' is a magic number. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
coding | MagicNumber | '-42.0000001' is a magic number. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
coding | MagicNumber | '162.0' is a magic number. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
coding | MagicNumber | '-43.999937317518835' is a magic number. | 145 |
![]() |
coding | MagicNumber | '147.0000001' is a magic number. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
coding | MagicNumber | '-44.000099182128906' is a magic number. | 146 |
![]() |
coding | MagicNumber | '147.17105102539062' is a magic number. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
coding | MagicNumber | '147.04147500160147' is a magic number. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
coding | MagicNumber | '-44.0' is a magic number. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
coding | MagicNumber | '162.0' is a magic number. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint2' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
coding | MagicNumber | '123.06508474558565' is a magic number. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
coding | MagicNumber | '-0.03392666578292847' is a magic number. | 160 |
![]() |
coding | MagicNumber | '124.23638916015625' is a magic number. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
coding | MagicNumber | '-0.22893013277855734' is a magic number. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
coding | MagicNumber | '124.0' is a magic number. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
design | DesignForExtension | Method 'testGridNextPointIsStraightNorth' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
coding | MagicNumber | '-28.119400024414062' is a magic number. | 171 |
![]() |
coding | MagicNumber | '174.07943725585938' is a magic number. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
coding | MagicNumber | '-27.804515838623047' is a magic number. | 172 |
![]() |
coding | MagicNumber | '174.07943725585938' is a magic number. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
coding | MagicNumber | '174.07943725585938' is a magic number. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
coding | MagicNumber | '-28.0' is a magic number. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint3' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
coding | MagicNumber | '-41.0' is a magic number. | 182 |
![]() |
coding | MagicNumber | '145.85554504394528' is a magic number. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
coding | MagicNumber | '-41.0' is a magic number. | 183 |
![]() |
coding | MagicNumber | '145.8555450439453' is a magic number. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
coding | MagicNumber | '-41.0' is a magic number. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
coding | MagicNumber | '145.8555450439453' is a magic number. | 188 |
![]() |
coding | MagicNumber | '0.00000000000001' is a magic number. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint4' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
coding | MagicNumber | '-25.000009536743164' is a magic number. | 195 |
![]() |
coding | MagicNumber | '154.06651306152344' is a magic number. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
coding | MagicNumber | '-24.990570068359375' is a magic number. | 196 |
![]() |
coding | MagicNumber | '154.0664520263672' is a magic number. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
coding | MagicNumber | '-25.0' is a magic number. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
coding | MagicNumber | '154.06651299985458' is a magic number. | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint5' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
coding | MagicNumber | '-31.0' is a magic number. | 207 |
![]() |
coding | MagicNumber | '153.233360669649' is a magic number. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
coding | MagicNumber | '-31.691329956054688' is a magic number. | 208 |
![]() |
coding | MagicNumber | '152.9971160888672' is a magic number. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
coding | MagicNumber | '-31.68295452254073' is a magic number. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 213 |
![]() |
coding | MagicNumber | '153.0' is a magic number. | 213 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 214 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint6' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 219 |
![]() |
coding | MagicNumber | '-33.0' is a magic number. | 219 |
![]() |
coding | MagicNumber | '151.89463780840157' is a magic number. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
coding | MagicNumber | '-33.001766204833984' is a magic number. | 220 |
![]() |
coding | MagicNumber | '152.011962890625' is a magic number. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 223 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 224 |
![]() |
coding | MagicNumber | '152.0' is a magic number. | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
coding | MagicNumber | '-33.001591143678596' is a magic number. | 225 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
design | DesignForExtension | Method 'testGridNextPoint7' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 230 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 231 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
coding | MagicNumber | '15.0' is a magic number. | 231 |
![]() |
coding | MagicNumber | '67' is a magic number. | 231 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 231 |
![]() |
coding | MagicNumber | '179.0' is a magic number. | 231 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
coding | MagicNumber | '-38.0' is a magic number. | 233 |
![]() |
coding | MagicNumber | '138.47666931152344' is a magic number. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
coding | MagicNumber | '-38.04766845703125' is a magic number. | 234 |
![]() |
coding | MagicNumber | '138.7101593017578' is a magic number. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 236 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 237 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 238 |
![]() |
coding | MagicNumber | '138.6' is a magic number. | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 239 |
![]() |
coding | MagicNumber | '-38.02524399767118' is a magic number. | 239 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 240 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 242 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 242 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 243 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 244 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 245 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 245 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 246 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 247 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 249 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 250 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 251 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 252 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 253 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 254 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 255 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 256 |
![]() |
coding | MagicNumber | '100' is a magic number. | 256 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 256 |
![]() |
coding | MagicNumber | '175' is a magic number. | 256 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 257 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 259 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 260 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 261 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 26 |
![]() |
misc | FinalParameters | Parameter originLat should be final. | 26 |
![]() |
coding | HiddenField | 'originLat' hides a field. | 26 |
![]() |
misc | FinalParameters | Parameter originLon should be final. | 26 |
![]() |
coding | HiddenField | 'originLon' hides a field. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
misc | FinalParameters | Parameter cellSizeDegrees should be final. | 27 |
![]() |
coding | HiddenField | 'cellSizeDegrees' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter bounds should be final. | 27 |
![]() |
coding | HiddenField | 'bounds' hides a field. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
misc | FinalParameters | Parameter filterBounds should be final. | 28 |
![]() |
coding | HiddenField | 'filterBounds' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter segmentOptions should be final. | 28 |
![]() |
coding | HiddenField | 'segmentOptions' hides a field. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 29 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter finishTime should be final. | 29 |
![]() |
coding | HiddenField | 'finishTime' hides a field. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
design | DesignForExtension | Method 'maxCells' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter bounds should be final. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
misc | FinalParameters | Parameter segmentOptions should be final. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
coding | MagicNumber | '-90' is a magic number. | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
coding | MagicNumber | '180' is a magic number. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
coding | MagicNumber | '90' is a magic number. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
design | DesignForExtension | Method 'getFinishTime' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
design | DesignForExtension | Method 'getOriginLat' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
design | DesignForExtension | Method 'getOriginLon' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
design | DesignForExtension | Method 'getCellSizeDegrees' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
design | DesignForExtension | Method 'getCellSizeDegreesAsDouble' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
design | DesignForExtension | Method 'getBounds' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
design | DesignForExtension | Method 'getFilterBounds' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
design | DesignForExtension | Method 'getGrid' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
misc | FinalParameters | Parameter o should be final. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
design | DesignForExtension | Method 'getSegmentOptions' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 153 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
coding | MagicNumber | '15' is a magic number. | 158 |
![]() |
coding | MagicNumber | '67' is a magic number. | 158 |
![]() |
coding | MagicNumber | '-60' is a magic number. | 158 |
![]() |
coding | MagicNumber | '179' is a magic number. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
misc | FinalParameters | Parameter originLat should be final. | 168 |
![]() |
coding | HiddenField | 'originLat' hides a field. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
misc | FinalParameters | Parameter originLat should be final. | 173 |
![]() |
coding | HiddenField | 'originLat' hides a field. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
misc | FinalParameters | Parameter originLon should be final. | 178 |
![]() |
coding | HiddenField | 'originLon' hides a field. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter originLon should be final. | 183 |
![]() |
coding | HiddenField | 'originLon' hides a field. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
misc | FinalParameters | Parameter cellSizeDegrees should be final. | 188 |
![]() |
coding | HiddenField | 'cellSizeDegrees' hides a field. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
misc | FinalParameters | Parameter cellSizeDegrees should be final. | 193 |
![]() |
coding | HiddenField | 'cellSizeDegrees' hides a field. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
coding | MagicNumber | '30' is a magic number. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
misc | FinalParameters | Parameter bounds should be final. | 199 |
![]() |
coding | HiddenField | 'bounds' hides a field. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
![]() |
misc | FinalParameters | Parameter bounds should be final. | 204 |
![]() |
coding | HiddenField | 'bounds' hides a field. | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
misc | FinalParameters | Parameter startTime should be final. | 209 |
![]() |
coding | HiddenField | 'startTime' hides a field. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter isoDateTimeFormat should be final. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
misc | FinalParameters | Parameter finishTime should be final. | 220 |
![]() |
coding | HiddenField | 'finishTime' hides a field. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 223 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
misc | FinalParameters | Parameter isoDateTimeFormat should be final. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 227 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
misc | FinalParameters | Parameter o should be final. | 231 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 237 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 239 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 240 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 242 |
![]() |
design | DesignForExtension | Method 'buildFrom' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 243 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 244 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 15 |
![]() |
coding | HiddenField | 'lat' hides a field. | 15 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 15 |
![]() |
coding | HiddenField | 'lon' hides a field. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 21 |
![]() |
coding | HiddenField | 'lat' hides a field. | 21 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 21 |
![]() |
coding | HiddenField | 'lon' hides a field. | 21 |
![]() |
design | DesignForExtension | Method 'lat' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
design | DesignForExtension | Method 'lon' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
coding | MagicNumber | '32' is a magic number. | 50 |
![]() |
coding | MagicNumber | '32' is a magic number. | 52 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 57 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
design | DesignForExtension | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 8 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 8 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
design | FinalClass | Class SegmentOptions should be declared as final. | 5 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter acceptAnyFixAfterHours should be final. | 33 |
![]() |
coding | HiddenField | 'acceptAnyFixAfterHours' hides a field. | 33 |
![]() |
misc | FinalParameters | Parameter speedCheckDistanceThresholdNm should be final. | 33 |
![]() |
coding | HiddenField | 'speedCheckDistanceThresholdNm' hides a field. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 34 |
![]() |
misc | FinalParameters | Parameter speedCheckMinTimeDiffMs should be final. | 34 |
![]() |
coding | HiddenField | 'speedCheckMinTimeDiffMs' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter maxSpeedKnots should be final. | 34 |
![]() |
coding | HiddenField | 'maxSpeedKnots' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter maxDistancePerSegmentNm should be final. | 34 |
![]() |
coding | HiddenField | 'maxDistancePerSegmentNm' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter maxTimePerSegmentMs should be final. | 35 |
![]() |
coding | HiddenField | 'maxTimePerSegmentMs' hides a field. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 76 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
coding | MagicNumber | '30' is a magic number. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
coding | MagicNumber | '180000' is a magic number. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
coding | MagicNumber | '50' is a magic number. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter acceptAnyFixHours should be final. | 88 |
![]() |
coding | HiddenField | 'acceptAnyFixHours' hides a field. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter speedCheckDistanceThresholdNm should be final. | 93 |
![]() |
coding | HiddenField | 'speedCheckDistanceThresholdNm' hides a field. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter speedCheckMinTimeDiffMs should be final. | 98 |
![]() |
coding | HiddenField | 'speedCheckMinTimeDiffMs' hides a field. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 103 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter maxSpeedKnots should be final. | 107 |
![]() |
coding | HiddenField | 'maxSpeedKnots' hides a field. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter maxDistancePerSegmentNm should be final. | 112 |
![]() |
coding | HiddenField | 'maxDistancePerSegmentNm' hides a field. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
misc | FinalParameters | Parameter maxTimePerSegmentMs should be final. | 117 |
![]() |
coding | HiddenField | 'maxTimePerSegmentMs' hides a field. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 122 |
![]() |
misc | FinalParameters | Parameter unit should be final. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
coding | MagicNumber | '3000' is a magic number. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
coding | MagicNumber | '1000000' is a magic number. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
coding | MagicNumber | '800' is a magic number. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
coding | MagicNumber | '3000' is a magic number. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
design | DesignForExtension | Method 'dummy' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter a should be final. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 15 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 15 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter time should be final. | 19 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter epsg should be final. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 61 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 61 |
![]() |
misc | FinalParameters | Parameter srsName should be final. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
misc | FinalParameters | Parameter x should be final. | 84 |
![]() |
misc | FinalParameters | Parameter y should be final. | 84 |
![]() |
misc | FinalParameters | Parameter srsName should be final. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter bounds should be final. | 33 |
![]() |
coding | HiddenField | 'bounds' hides a field. | 33 |
![]() |
misc | FinalParameters | Parameter target should be final. | 33 |
![]() |
coding | HiddenField | 'target' hides a field. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
design | DesignForExtension | Method 'toPoint' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 46 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
design | DesignForExtension | Method 'toPointInSrs' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 54 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
design | DesignForExtension | Method 'toPoint2D' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 69 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
design | DesignForExtension | Method 'toPosition' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter targetX should be final. | 91 |
![]() |
misc | FinalParameters | Parameter targetY should be final. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
design | DesignForExtension | Method 'getSrs' is not designed for extension - needs to be abstract, final or empty. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
misc | FinalParameters | Parameter srs should be final. | 14 |
![]() |
coding | HiddenField | 'srs' hides a field. | 14 |
![]() |
misc | FinalParameters | Parameter minX should be final. | 14 |
![]() |
coding | HiddenField | 'minX' hides a field. | 14 |
![]() |
misc | FinalParameters | Parameter minY should be final. | 14 |
![]() |
coding | HiddenField | 'minY' hides a field. | 14 |
![]() |
misc | FinalParameters | Parameter maxX should be final. | 14 |
![]() |
coding | HiddenField | 'maxX' hides a field. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
misc | FinalParameters | Parameter maxY should be final. | 15 |
![]() |
coding | HiddenField | 'maxY' hides a field. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
design | DesignForExtension | Method 'getMinX' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
design | DesignForExtension | Method 'setMinX' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter minX should be final. | 28 |
![]() |
coding | HiddenField | 'minX' hides a field. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
design | DesignForExtension | Method 'getMinY' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
design | DesignForExtension | Method 'setMinY' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter minY should be final. | 36 |
![]() |
coding | HiddenField | 'minY' hides a field. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
design | DesignForExtension | Method 'getMaxX' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
design | DesignForExtension | Method 'setMaxX' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter maxX should be final. | 44 |
![]() |
coding | HiddenField | 'maxX' hides a field. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
design | DesignForExtension | Method 'getMaxY' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
design | DesignForExtension | Method 'setMaxY' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter maxY should be final. | 52 |
![]() |
coding | HiddenField | 'maxY' hides a field. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter width should be final. | 8 |
![]() |
coding | HiddenField | 'width' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter height should be final. | 8 |
![]() |
coding | HiddenField | 'height' hides a field. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
design | DesignForExtension | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter width should be final. | 18 |
![]() |
coding | HiddenField | 'width' hides a field. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
design | DesignForExtension | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter height should be final. | 26 |
![]() |
coding | HiddenField | 'height' hides a field. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter gf should be final. | 12 |
![]() |
misc | FinalParameters | Parameter geometries should be final. | 12 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 13 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 13 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter minX should be final. | 10 |
![]() |
coding | HiddenField | 'minX' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter minY should be final. | 10 |
![]() |
coding | HiddenField | 'minY' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter maxX should be final. | 10 |
![]() |
coding | HiddenField | 'maxX' hides a field. | 10 |
![]() |
misc | FinalParameters | Parameter maxY should be final. | 10 |
![]() |
coding | HiddenField | 'maxY' hides a field. | 10 |
![]() |
design | DesignForExtension | Method 'minX' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'minY' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Method 'maxX' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'maxY' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter r should be final. | 33 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'return' | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 29 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter coords should be final. | 31 |
![]() |
misc | FinalParameters | Parameter output should be final. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter features should be final. | 55 |
![]() |
misc | FinalParameters | Parameter output should be final. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'list2' | 86 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Method 'testCreate' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Method 'testPointInSrrAndCoralSeaAtba' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 21 |
![]() |
coding | MagicNumber | '-17.050' is a magic number. | 21 |
![]() |
coding | MagicNumber | '149.678' is a magic number. | 21 |
![]() |
design | DesignForExtension | Method 'testPointInSrrAndNotInCoralSeaAtba' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
![]() |
coding | MagicNumber | '-17.050' is a magic number. | 27 |
![]() |
coding | MagicNumber | '100' is a magic number. | 27 |
![]() |
design | DesignForExtension | Method 'testPointInNeitherSrrNorInCoralSeaAtba' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 32 |
![]() |
coding | MagicNumber | '30' is a magic number. | 32 |
![]() |
coding | MagicNumber | '100' is a magic number. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter is should be final. | 12 |
![]() |
misc | FinalParameters | Parameter folder should be final. | 12 |
![]() |
coding | MagicNumber | '1024' is a magic number. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | FinalClass | Class Ship should be declared as final. | 8 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 24). | 35 |
![]() |
misc | FinalParameters | Parameter imo should be final. | 35 |
![]() |
coding | HiddenField | 'imo' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 35 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter type2 should be final. | 35 |
![]() |
coding | HiddenField | 'type2' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter type3 should be final. | 35 |
![]() |
coding | HiddenField | 'type3' hides a field. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
misc | FinalParameters | Parameter type4 should be final. | 36 |
![]() |
coding | HiddenField | 'type4' hides a field. | 36 |
![]() |
misc | FinalParameters | Parameter type5 should be final. | 36 |
![]() |
coding | HiddenField | 'type5' hides a field. | 36 |
![]() |
misc | FinalParameters | Parameter grossTonnage should be final. | 36 |
![]() |
coding | HiddenField | 'grossTonnage' hides a field. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
![]() |
misc | FinalParameters | Parameter classificationSocietyCode should be final. | 37 |
![]() |
coding | HiddenField | 'classificationSocietyCode' hides a field. | 37 |
![]() |
misc | FinalParameters | Parameter flagCode should be final. | 37 |
![]() |
coding | HiddenField | 'flagCode' hides a field. | 37 |
![]() |
misc | FinalParameters | Parameter groupBeneficialOwnerCompanyCode should be final. | 38 |
![]() |
coding | HiddenField | 'groupBeneficialOwnerCompanyCode' hides a field. | 38 |
![]() |
misc | FinalParameters | Parameter groupBeneficialOwnerCountryOfDomicileCode should be final. | 39 |
![]() |
coding | HiddenField | 'groupBeneficialOwnerCountryOfDomicileCode' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter countryOfBuildCode should be final. | 40 |
![]() |
coding | HiddenField | 'countryOfBuildCode' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter yearOfBuild should be final. | 40 |
![]() |
coding | HiddenField | 'yearOfBuild' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter monthOfBuild should be final. | 41 |
![]() |
coding | HiddenField | 'monthOfBuild' hides a field. | 41 |
![]() |
misc | FinalParameters | Parameter deadweightTonnage should be final. | 41 |
![]() |
coding | HiddenField | 'deadweightTonnage' hides a field. | 41 |
![]() |
misc | FinalParameters | Parameter statCode5 should be final. | 42 |
![]() |
coding | HiddenField | 'statCode5' hides a field. | 42 |
![]() |
misc | FinalParameters | Parameter lengthOverallMetres should be final. | 42 |
![]() |
coding | HiddenField | 'lengthOverallMetres' hides a field. | 42 |
![]() |
misc | FinalParameters | Parameter breadthMetres should be final. | 43 |
![]() |
coding | HiddenField | 'breadthMetres' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter displacementTonnage should be final. | 43 |
![]() |
coding | HiddenField | 'displacementTonnage' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter draughtMetres should be final. | 44 |
![]() |
coding | HiddenField | 'draughtMetres' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter speedKnots should be final. | 44 |
![]() |
coding | HiddenField | 'speedKnots' hides a field. | 44 |
![]() |
misc | FinalParameters | Parameter lastUpdateTime should be final. | 45 |
![]() |
coding | HiddenField | 'lastUpdateTime' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter name should be final. | 45 |
![]() |
coding | HiddenField | 'name' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter shipBuilderCompanyCode should be final. | 46 |
![]() |
coding | HiddenField | 'shipBuilderCompanyCode' hides a field. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 200 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 200 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 205 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 206 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 208 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 210 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 212 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 214 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 216 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 218 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 219 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 220 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 222 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 223 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 224 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
misc | FinalParameters | Parameter imo should be final. | 230 |
![]() |
coding | HiddenField | 'imo' hides a field. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 235 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
misc | FinalParameters | Parameter type2 should be final. | 240 |
![]() |
coding | HiddenField | 'type2' hides a field. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
misc | FinalParameters | Parameter type3 should be final. | 245 |
![]() |
coding | HiddenField | 'type3' hides a field. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
misc | FinalParameters | Parameter type4 should be final. | 250 |
![]() |
coding | HiddenField | 'type4' hides a field. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
misc | FinalParameters | Parameter type5 should be final. | 255 |
![]() |
coding | HiddenField | 'type5' hides a field. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
misc | FinalParameters | Parameter grossTonnage should be final. | 260 |
![]() |
coding | HiddenField | 'grossTonnage' hides a field. | 260 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
misc | FinalParameters | Parameter classificationSocietyCode should be final. | 265 |
![]() |
coding | HiddenField | 'classificationSocietyCode' hides a field. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 270 |
![]() |
misc | FinalParameters | Parameter flagCode should be final. | 270 |
![]() |
coding | HiddenField | 'flagCode' hides a field. | 270 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
![]() |
misc | FinalParameters | Parameter groupBeneficialOwnerCompanyCode should be final. | 276 |
![]() |
coding | HiddenField | 'groupBeneficialOwnerCompanyCode' hides a field. | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
misc | FinalParameters | Parameter groupBeneficialOwnerCountryOfDomicileCode should be final. | 282 |
![]() |
coding | HiddenField | 'groupBeneficialOwnerCountryOfDomicileCode' hides a field. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 283 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
![]() |
misc | FinalParameters | Parameter countryOfBuildCode should be final. | 287 |
![]() |
coding | HiddenField | 'countryOfBuildCode' hides a field. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
misc | FinalParameters | Parameter yearOfBuild should be final. | 292 |
![]() |
coding | HiddenField | 'yearOfBuild' hides a field. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
![]() |
misc | FinalParameters | Parameter monthOfBuild should be final. | 297 |
![]() |
coding | HiddenField | 'monthOfBuild' hides a field. | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
misc | FinalParameters | Parameter dwt should be final. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 307 |
![]() |
misc | FinalParameters | Parameter value should be final. | 307 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
misc | FinalParameters | Parameter value should be final. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
![]() |
misc | FinalParameters | Parameter value should be final. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
![]() |
misc | FinalParameters | Parameter value should be final. | 322 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
![]() |
misc | FinalParameters | Parameter value should be final. | 327 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 332 |
![]() |
misc | FinalParameters | Parameter value should be final. | 332 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
misc | FinalParameters | Parameter value should be final. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 342 |
![]() |
misc | FinalParameters | Parameter name should be final. | 342 |
![]() |
coding | HiddenField | 'name' hides a field. | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 347 |
![]() |
misc | FinalParameters | Parameter shipBuilderCompanyCode should be final. | 347 |
![]() |
coding | HiddenField | 'shipBuilderCompanyCode' hides a field. | 347 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 355 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 357 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Func1' | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Ship' | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 119 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 121 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 125 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 129 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 131 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 139 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 143 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 147 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 155 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 157 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 165 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 175 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 179 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 181 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 183 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 187 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 189 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 191 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 193 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 195 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 197 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 199 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 205 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 207 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 211 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 213 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 215 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 217 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 219 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 221 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 223 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 225 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 227 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 229 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 231 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 233 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 235 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 237 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 239 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 243 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 245 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 247 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 249 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 251 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 253 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 255 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 257 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 259 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 261 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 263 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 265 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 267 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 273 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 279 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 281 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 283 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 285 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 287 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 289 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 291 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 293 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 295 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 297 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 299 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 301 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 21 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter parentElementName should be final. | 26 |
![]() |
coding | HiddenField | 'parentElementName' hides a field. | 26 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
misc | FinalParameters | Parameter e should be final. | 41 |
![]() |
misc | FinalParameters | Parameter is should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 59 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter subscriber should be final. | 81 |
![]() |
coding | HiddenField | 'subscriber' hides a field. | 81 |
![]() |
misc | FinalParameters | Parameter parentElementName should be final. | 82 |
![]() |
coding | HiddenField | 'parentElementName' hides a field. | 82 |
![]() |
design | DesignForExtension | Method 'startElement' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 88 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 88 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 88 |
![]() |
misc | FinalParameters | Parameter attributes should be final. | 88 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
coding | HiddenField | 'subscriber' hides a field. | 100 |
![]() |
coding | RedundantThrows | Unable to get class information for UnsubscribedSAXException. | 101 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
![]() |
design | DesignForExtension | Method 'characters' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 107 |
![]() |
misc | FinalParameters | Parameter start should be final. | 107 |
![]() |
misc | FinalParameters | Parameter length should be final. | 107 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 112 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 114 |
![]() |
design | DesignForExtension | Method 'endElement' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 120 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 120 |
![]() |
misc | FinalParameters | Parameter localName should be final. | 120 |
![]() |
misc | FinalParameters | Parameter qName should be final. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 126 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
![]() |
misc | FinalParameters | Parameter parentElementName should be final. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'IhsReader' | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Arrays' | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 12 |
![]() |
coding | HiddenField | 'p1' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 12 |
![]() |
coding | HiddenField | 'p2' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter time should be final. | 12 |
![]() |
coding | HiddenField | 'time' hides a field. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
design | DesignForExtension | Method 'position1' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
design | DesignForExtension | Method 'position2' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
design | DesignForExtension | Method 'time' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
design | DesignForExtension | Method 'separationKm' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Optional' | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'if' | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter fix should be final. | 11 |
![]() |
coding | HiddenField | 'fix' hides a field. | 11 |
![]() |
misc | FinalParameters | Parameter driftingSince should be final. | 11 |
![]() |
coding | HiddenField | 'driftingSince' hides a field. | 11 |
![]() |
design | DesignForExtension | Method 'fixWwrapper' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Method 'fix' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
design | DesignForExtension | Method 'driftingSince' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
![]() |
coding | MagicNumber | '60000.0' is a magic number. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'testSplit' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'testReadFromFile' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
![]() |
coding | MagicNumber | '5' is a magic number. | 31 |
![]() |
coding | MagicNumber | '111450000' is a magic number. | 33 |
![]() |
coding | MagicNumber | '-10.518791' is a magic number. | 34 |
![]() |
coding | MagicNumber | '140.33229' is a magic number. | 35 |
![]() |
coding | MagicNumber | '1418998619000L' is a magic number. | 36 |
![]() |
coding | MagicNumber | '96.3' is a magic number. | 38 |
![]() |
coding | MagicNumber | '3.5' is a magic number. | 40 |
![]() |
coding | MagicNumber | '1413956437000L' is a magic number. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'return' | 275 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
coding | MagicNumber | '45' is a magic number. | 29 |
![]() |
coding | MagicNumber | '135' is a magic number. | 29 |
![]() |
coding | MagicNumber | '0.25f' is a magic number. | 29 |
![]() |
coding | MagicNumber | '20f' is a magic number. | 29 |
![]() |
coding | MagicNumber | '4' is a magic number. | 30 |
![]() |
design | DesignForExtension | Method 'testDiff' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'testDiff2' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
coding | MagicNumber | '10' is a magic number. | 39 |
![]() |
coding | MagicNumber | '30' is a magic number. | 39 |
![]() |
coding | MagicNumber | '20' is a magic number. | 39 |
![]() |
design | DesignForExtension | Method 'testDiff3' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
coding | MagicNumber | '10' is a magic number. | 44 |
![]() |
coding | MagicNumber | '20' is a magic number. | 44 |
![]() |
coding | MagicNumber | '30' is a magic number. | 44 |
![]() |
design | DesignForExtension | Method 'testDiff4' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
coding | MagicNumber | '20' is a magic number. | 49 |
![]() |
coding | MagicNumber | '350' is a magic number. | 49 |
![]() |
coding | MagicNumber | '10' is a magic number. | 49 |
![]() |
design | DesignForExtension | Method 'testDiff5' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | MagicNumber | '20' is a magic number. | 54 |
![]() |
coding | MagicNumber | '10' is a magic number. | 54 |
![]() |
coding | MagicNumber | '350' is a magic number. | 54 |
![]() |
design | DesignForExtension | Method 'testDrifted' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 60 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 60 |
![]() |
coding | MagicNumber | '110.0f' is a magic number. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 63 |
![]() |
design | DesignForExtension | Method 'testDriftedFalseIfNoCog' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
![]() |
coding | MagicNumber | '110.0f' is a magic number. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
![]() |
design | DesignForExtension | Method 'testDriftedFalseIfNoHeading' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
![]() |
design | DesignForExtension | Method 'testDriftedFalseIfNoSpeed' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 90 |
![]() |
coding | MagicNumber | '110.0f' is a magic number. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 93 |
![]() |
design | DesignForExtension | Method 'testNotDriftedBecauseSpeedTooHigh' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 100 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 100 |
![]() |
coding | MagicNumber | '110.0f' is a magic number. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 103 |
![]() |
coding | MagicNumber | '1.01f' is a magic number. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 104 |
![]() |
design | DesignForExtension | Method 'testNotDriftedBecauseSpeedTooLow' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 111 |
![]() |
coding | MagicNumber | '110.0f' is a magic number. | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 114 |
![]() |
coding | MagicNumber | '0.99f' is a magic number. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 115 |
![]() |
design | DesignForExtension | Method 'testNotDriftedBecauseCogHeadingDiffTooLow' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 122 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 122 |
![]() |
coding | MagicNumber | '11.0f' is a magic number. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 125 |
![]() |
design | DesignForExtension | Method 'testEmpty' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
design | DesignForExtension | Method 'testStartingWithNonDriftersDoesNothing' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 141 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 143 |
![]() |
design | DesignForExtension | Method 'testRule2TwoDrifters' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
coding | MagicNumber | '90' is a magic number. | 152 |
![]() |
coding | MagicNumber | '91' is a magic number. | 154 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 154 |
![]() |
design | DesignForExtension | Method 'testRule2TwoDriftersBigTimeGap' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
coding | MagicNumber | '90' is a magic number. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
![]() |
coding | MagicNumber | '91' is a magic number. | 169 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 169 |
![]() |
design | DesignForExtension | Method 'testRule3ThreeDrifters' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
coding | MagicNumber | '90' is a magic number. | 178 |
![]() |
coding | MagicNumber | '91' is a magic number. | 180 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 180 |
![]() |
coding | MagicNumber | '92' is a magic number. | 182 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 182 |
![]() |
coding | MagicNumber | '3' is a magic number. | 184 |
![]() |
design | DesignForExtension | Method 'testRule3FourDriftersBigTimeGapBetweenTwoAndThree' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
coding | MagicNumber | '90' is a magic number. | 197 |
![]() |
coding | MagicNumber | '91' is a magic number. | 199 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 201 |
![]() |
coding | MagicNumber | '92' is a magic number. | 201 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 201 |
![]() |
coding | MagicNumber | '93' is a magic number. | 203 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 204 |
![]() |
coding | MagicNumber | '4' is a magic number. | 205 |
![]() |
coding | MagicNumber | '3' is a magic number. | 209 |
![]() |
coding | MagicNumber | '3' is a magic number. | 213 |
![]() |
design | DesignForExtension | Method 'testRule4DrifterThenTwoNonDrifters' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 216 |
![]() |
coding | MagicNumber | '90' is a magic number. | 220 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 222 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 224 |
![]() |
design | DesignForExtension | Method 'testRule5TwoDriftersThenTwoNonDrifters' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
coding | MagicNumber | '90' is a magic number. | 233 |
![]() |
coding | MagicNumber | '91' is a magic number. | 235 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 235 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 237 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 240 |
![]() |
design | DesignForExtension | Method 'testRule6DrifterNonDrifterDrifter' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
coding | MagicNumber | '90' is a magic number. | 252 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 254 |
![]() |
coding | MagicNumber | '91' is a magic number. | 256 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 256 |
![]() |
design | DesignForExtension | Method 'testRule6DrifterNonDrifterDrifterOverNonDriftingThreshold' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
coding | MagicNumber | '90' is a magic number. | 269 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 271 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 273 |
![]() |
coding | MagicNumber | '91' is a magic number. | 273 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 273 |
![]() |
design | DesignForExtension | Method 'testTwoDriftersButDifferentMmsi' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
coding | MagicNumber | '12344' is a magic number. | 282 |
![]() |
coding | MagicNumber | '90' is a magic number. | 282 |
![]() |
coding | MagicNumber | '12345' is a magic number. | 284 |
![]() |
coding | MagicNumber | '91' is a magic number. | 284 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 284 |
![]() |
design | DesignForExtension | Method 'testOutOfOrderFixes' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
coding | MagicNumber | '90' is a magic number. | 293 |
![]() |
coding | MagicNumber | '91' is a magic number. | 295 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 295 |
![]() |
design | DesignForExtension | Method 'testBackpressure' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 302 |
![]() |
misc | FinalParameters | Parameter t should be final. | 304 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 311 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 313 |
![]() |
coding | MagicNumber | '91' is a magic number. | 315 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 315 |
![]() |
coding | MagicNumber | '92' is a magic number. | 317 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 317 |
![]() |
coding | MagicNumber | '92' is a magic number. | 319 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 320 |
![]() |
coding | MagicNumber | '3' is a magic number. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
![]() |
misc | FinalParameters | Parameter source should be final. | 328 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 329 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 333 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 333 |
![]() |
misc | FinalParameters | Parameter courseHeadingDiff should be final. | 333 |
![]() |
misc | FinalParameters | Parameter speedKnots should be final. | 333 |
![]() |
misc | FinalParameters | Parameter time should be final. | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 335 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 335 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 336 |
![]() |
coding | MagicNumber | '10.0f' is a magic number. | 336 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 345 |
![]() |
misc | FinalParameters | Parameter courseHeadingDiff should be final. | 345 |
![]() |
misc | FinalParameters | Parameter speedKnots should be final. | 345 |
![]() |
misc | FinalParameters | Parameter time should be final. | 345 |
![]() |
coding | MagicNumber | '123456789' is a magic number. | 346 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter id1 should be final. | 8 |
![]() |
coding | HiddenField | 'id1' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter id2 should be final. | 8 |
![]() |
coding | HiddenField | 'id2' hides a field. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 8 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 8 |
![]() |
design | DesignForExtension | Method 'value' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Method 'uniqueId' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
coding | MagicNumber | '32' is a magic number. | 25 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 35 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
design | DesignForExtension | Method 'testNavStatusEnumsAreSame' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 19 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 19 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 153). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter topLeftLat should be final. | 9 |
![]() |
coding | HiddenField | 'topLeftLat' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter topLeftLon should be final. | 9 |
![]() |
coding | HiddenField | 'topLeftLon' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter bottomLeftLat should be final. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
misc | FinalParameters | Parameter bottomRightLon should be final. | 10 |
![]() |
coding | HiddenField | 'bottomRightLon' hides a field. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
design | DesignForExtension | Method 'topLeftLat' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'topLeftLon' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
design | DesignForExtension | Method 'bottomRightLat' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
design | DesignForExtension | Method 'bottomRightLon' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
design | DesignForExtension | Method 'inRegion' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 35 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
coding | MagicNumber | '32' is a magic number. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
coding | MagicNumber | '32' is a magic number. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
coding | MagicNumber | '32' is a magic number. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
coding | MagicNumber | '32' is a magic number. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 57 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Func1' | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Method 'testParse' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 22 |
![]() |
coding | MagicNumber | '636014423' is a magic number. | 27 |
![]() |
coding | MagicNumber | '81' is a magic number. | 30 |
![]() |
coding | MagicNumber | '8.5' is a magic number. | 31 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 31 |
![]() |
coding | MagicNumber | '202' is a magic number. | 32 |
![]() |
coding | MagicNumber | '46' is a magic number. | 33 |
![]() |
coding | MagicNumber | '18' is a magic number. | 34 |
![]() |
coding | MagicNumber | '22' is a magic number. | 35 |
![]() |
coding | MagicNumber | '248' is a magic number. | 36 |
![]() |
coding | MagicNumber | '40' is a magic number. | 37 |
![]() |
coding | MagicNumber | '548777000' is a magic number. | 40 |
![]() |
coding | MagicNumber | '89' is a magic number. | 43 |
![]() |
coding | MagicNumber | '6.4' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 44 |
![]() |
coding | MagicNumber | '120' is a magic number. | 45 |
![]() |
coding | MagicNumber | '25' is a magic number. | 46 |
![]() |
coding | MagicNumber | '18' is a magic number. | 47 |
![]() |
coding | MagicNumber | '6' is a magic number. | 48 |
![]() |
coding | MagicNumber | '145' is a magic number. | 49 |
![]() |
coding | MagicNumber | '24' is a magic number. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter map should be final. | 42 |
![]() |
coding | HiddenField | 'map' hides a field. | 42 |
![]() |
misc | FinalParameters | Parameter byTimeAndId should be final. | 42 |
![]() |
coding | HiddenField | 'byTimeAndId' hides a field. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
![]() |
misc | FinalParameters | Parameter tree should be final. | 43 |
![]() |
coding | HiddenField | 'tree' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter last should be final. | 43 |
![]() |
coding | HiddenField | 'last' hides a field. | 43 |
![]() |
misc | FinalParameters | Parameter counter should be final. | 43 |
![]() |
coding | HiddenField | 'counter' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
naming | StaticVariableName | Name 'EMPTY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter p should be final. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 69 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter set should be final. | 80 |
![]() |
misc | FinalParameters | Parameter t should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter p should be final. | 91 |
![]() |
coding | MagicNumber | '10000' is a magic number. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 122 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
misc | FinalParameters | Parameter map should be final. | 142 |
![]() |
misc | FinalParameters | Parameter p should be final. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 143 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter p should be final. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter b should be final. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 180 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter time1 should be final. | 12 |
![]() |
coding | HiddenField | 'time1' hides a field. | 12 |
![]() |
misc | FinalParameters | Parameter time2 should be final. | 12 |
![]() |
coding | HiddenField | 'time2' hides a field. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter time1 should be final. | 17 |
![]() |
coding | HiddenField | 'time1' hides a field. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter time1 should be final. | 21 |
![]() |
coding | HiddenField | 'time1' hides a field. | 21 |
![]() |
misc | FinalParameters | Parameter time2 should be final. | 21 |
![]() |
coding | HiddenField | 'time2' hides a field. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'time1' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'time2' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
design | DesignForExtension | Method 'leastPositive' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter x should be final. | 7 |
![]() |
coding | HiddenField | 'x' hides a field. | 7 |
![]() |
misc | FinalParameters | Parameter y should be final. | 7 |
![]() |
coding | HiddenField | 'y' hides a field. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
design | DesignForExtension | Method 'x' is not designed for extension - needs to be abstract, final or empty. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
design | DesignForExtension | Method 'y' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
design | DesignForExtension | Method 'minus' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter v should be final. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter v should be final. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
design | DesignForExtension | Method 'dot' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter v should be final. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 133 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
design | DesignForExtension | Method 'testFixSpeedComesThroughCorrectly' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
coding | MagicNumber | '213456789' is a magic number. | 18 |
![]() |
coding | MagicNumber | '-10f' is a magic number. | 18 |
![]() |
coding | MagicNumber | '135f' is a magic number. | 18 |
![]() |
coding | MagicNumber | '12000' is a magic number. | 18 |
![]() |
coding | MagicNumber | '12' is a magic number. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
coding | MagicNumber | '7.5f' is a magic number. | 19 |
![]() |
coding | MagicNumber | '45f' is a magic number. | 19 |
![]() |
coding | MagicNumber | '46f' is a magic number. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
coding | MagicNumber | '7.5' is a magic number. | 21 |
![]() |
coding | MagicNumber | '1852.0' is a magic number. | 21 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Optional' | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter comparator should be final. | 15 |
![]() |
coding | HiddenField | 'comparator' hides a field. | 15 |
![]() |
misc | FinalParameters | Parameter size should be final. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
misc | FinalParameters | Parameter e should be final. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
misc | FinalParameters | Parameter t should be final. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
coding | MagicNumber | '100000' is a magic number. | 45 |
![]() |
whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 45 |
![]() |
whitespace | WhitespaceAround | '==' is not followed by whitespace. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
misc | FinalParameters | Parameter a should be final. | 6 |
![]() |
misc | FinalParameters | Parameter b should be final. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter value should be final. | 8 |
![]() |
coding | HiddenField | 'value' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter time should be final. | 8 |
![]() |
coding | HiddenField | 'time' hides a field. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class Vessel should be declared as final. | 6 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 19 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 19 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 19 |
![]() |
misc | FinalParameters | Parameter imo should be final. | 19 |
![]() |
coding | HiddenField | 'imo' hides a field. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
misc | FinalParameters | Parameter shipType should be final. | 20 |
![]() |
coding | HiddenField | 'shipType' hides a field. | 20 |
![]() |
misc | FinalParameters | Parameter dimensionA should be final. | 20 |
![]() |
coding | HiddenField | 'dimensionA' hides a field. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
misc | FinalParameters | Parameter dimensionB should be final. | 21 |
![]() |
coding | HiddenField | 'dimensionB' hides a field. | 21 |
![]() |
misc | FinalParameters | Parameter dimensionC should be final. | 21 |
![]() |
coding | HiddenField | 'dimensionC' hides a field. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
misc | FinalParameters | Parameter dimensionD should be final. | 22 |
![]() |
coding | HiddenField | 'dimensionD' hides a field. | 22 |
![]() |
misc | FinalParameters | Parameter lengthMetres should be final. | 22 |
![]() |
coding | HiddenField | 'lengthMetres' hides a field. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
misc | FinalParameters | Parameter widthMetres should be final. | 23 |
![]() |
coding | HiddenField | 'widthMetres' hides a field. | 23 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 23 |
![]() |
coding | HiddenField | 'nmea' hides a field. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter v should be final. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
design | FinalClass | Class Builder should be declared as final. | 97 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 113 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
misc | FinalParameters | Parameter imo should be final. | 118 |
![]() |
coding | HiddenField | 'imo' hides a field. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
misc | FinalParameters | Parameter shipType should be final. | 123 |
![]() |
coding | HiddenField | 'shipType' hides a field. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
misc | FinalParameters | Parameter dimensionA should be final. | 128 |
![]() |
coding | HiddenField | 'dimensionA' hides a field. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
misc | FinalParameters | Parameter dimensionB should be final. | 133 |
![]() |
coding | HiddenField | 'dimensionB' hides a field. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
misc | FinalParameters | Parameter dimensionC should be final. | 138 |
![]() |
coding | HiddenField | 'dimensionC' hides a field. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
misc | FinalParameters | Parameter dimensionD should be final. | 143 |
![]() |
coding | HiddenField | 'dimensionD' hides a field. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
misc | FinalParameters | Parameter lengthMetres should be final. | 148 |
![]() |
coding | HiddenField | 'lengthMetres' hides a field. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
misc | FinalParameters | Parameter widthMetres should be final. | 153 |
![]() |
coding | HiddenField | 'widthMetres' hides a field. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 158 |
![]() |
coding | HiddenField | 'nmea' hides a field. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter id should be final. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter m should be final. | 24 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter message should be final. | 63 |
![]() |
misc | FinalParameters | Parameter line should be final. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
misc | FinalParameters | Parameter id should be final. | 19 |
![]() |
misc | FinalParameters | Parameter key should be final. | 19 |
![]() |
misc | FinalParameters | Parameter value should be final. | 19 |
![]() |
misc | FinalParameters | Parameter time should be final. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 23 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | WhitespaceAround | '<' is not followed by whitespace. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 's' | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 283 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 341 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter file should be final. | 28 |
![]() |
coding | HiddenField | 'file' hides a field. | 28 |
![]() |
misc | FinalParameters | Parameter format should be final. | 28 |
![]() |
coding | HiddenField | 'format' hides a field. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter file should be final. | 33 |
![]() |
misc | FinalParameters | Parameter format should be final. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 34 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
misc | FinalParameters | Parameter subscriber should be final. | 38 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 47 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | VisibilityModifier | Variable 'subscribed' must be private and have accessor methods. | 65 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 85 |
![]() |
misc | FinalParameters | Parameter subscriber should be final. | 85 |
![]() |
misc | FinalParameters | Parameter fis should be final. | 86 |
![]() |
misc | FinalParameters | Parameter format should be final. | 86 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 88 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter args should be final. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 23 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter is should be final. | 29 |
![]() |
coding | HiddenField | 'is' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 29 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 29 |
![]() |
misc | FinalParameters | Parameter format should be final. | 29 |
![]() |
coding | HiddenField | 'format' hides a field. | 29 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 35 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'is' must be private and have accessor methods. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'mmsi' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'queue' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter is should be final. | 40 |
![]() |
coding | HiddenField | 'is' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 40 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 40 |
![]() |
misc | FinalParameters | Parameter queue should be final. | 40 |
![]() |
coding | HiddenField | 'queue' hides a field. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'file'. | 55 |
![]() |
misc | FinalParameters | Parameter format should be final. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'format'. | 55 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 74 |
![]() |
misc | FinalParameters | Parameter is should be final. | 77 |
![]() |
coding | HiddenField | 'is' hides a field. | 77 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 78 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 84 |
![]() |
misc | FinalParameters | Parameter is should be final. | 90 |
![]() |
coding | HiddenField | 'is' hides a field. | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
![]() |
misc | FinalParameters | Parameter state should be final. | 108 |
![]() |
misc | FinalParameters | Parameter observer should be final. | 108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
![]() |
coding | MagicNumber | '4096' is a magic number. | 114 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 117 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 120 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 139 |
![]() |
misc | FinalParameters | Parameter in should be final. | 139 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 139 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 123 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 13 |
![]() |
misc | FinalParameters | Parameter bb should be final. | 13 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 21 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 25 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 33 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 43 |
![]() |
coding | MagicNumber | '10f' is a magic number. | 44 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 50 |
![]() |
coding | MagicNumber | '10f' is a magic number. | 51 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 57 |
![]() |
coding | MagicNumber | '10f' is a magic number. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 65 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter file should be final. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'try' | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter args should be final. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'else' | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter args should be final. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 152). | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 19 |
![]() |
coding | MagicNumber | '500000' is a magic number. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 28 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Method 'testDownSampleOfEmptyReturnsEmpty' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 19 |
![]() |
coding | MagicNumber | '100' is a magic number. | 19 |
![]() |
design | DesignForExtension | Method 'testDownSampleOfOneReturnsOne' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 27 |
![]() |
coding | MagicNumber | '100' is a magic number. | 27 |
![]() |
design | DesignForExtension | Method 'testDownSampleOfTwoWithSmallGapReturnsFirst' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
coding | MagicNumber | '50' is a magic number. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
![]() |
coding | MagicNumber | '100' is a magic number. | 36 |
![]() |
design | DesignForExtension | Method 'testDownSampleOfTwoWithBigGapReturnsTwo' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
coding | MagicNumber | '150' is a magic number. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 46 |
![]() |
coding | MagicNumber | '100' is a magic number. | 46 |
![]() |
design | DesignForExtension | Method 'testDownSampleOfThreeWithSmallGapThenBigGapReturnsOuterTwo' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
coding | MagicNumber | '50' is a magic number. | 53 |
![]() |
coding | MagicNumber | '150' is a magic number. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 56 |
![]() |
coding | MagicNumber | '100' is a magic number. | 56 |
![]() |
design | DesignForExtension | Method 'testDownSampleOfNonZeroGapWithItemsWithSameTimeReturnsFirst' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
coding | MagicNumber | '50' is a magic number. | 62 |
![]() |
coding | MagicNumber | '50' is a magic number. | 63 |
![]() |
coding | MagicNumber | '50' is a magic number. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
![]() |
coding | MagicNumber | '100' is a magic number. | 66 |
![]() |
design | DesignForExtension | Method 'testDownSampleOf0ForItemsWithSameTimeReturnsAll' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
coding | MagicNumber | '50' is a magic number. | 72 |
![]() |
coding | MagicNumber | '50' is a magic number. | 73 |
![]() |
coding | MagicNumber | '50' is a magic number. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
misc | FinalParameters | Parameter time should be final. | 80 |
![]() |
coding | MagicNumber | '213456789' is a magic number. | 81 |
![]() |
coding | MagicNumber | '-10f' is a magic number. | 81 |
![]() |
coding | MagicNumber | '135f' is a magic number. | 81 |
![]() |
coding | MagicNumber | '12' is a magic number. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 82 |
![]() |
coding | MagicNumber | '7.5f' is a magic number. | 82 |
![]() |
coding | MagicNumber | '45f' is a magic number. | 82 |
![]() |
coding | MagicNumber | '46f' is a magic number. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'validate' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 27 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 27 |
![]() |
coding | HiddenField | 'lat' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 27 |
![]() |
coding | HiddenField | 'lon' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter time should be final. | 27 |
![]() |
coding | HiddenField | 'time' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter aisClass should be final. | 27 |
![]() |
coding | HiddenField | 'aisClass' hides a field. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 32 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 32 |
![]() |
coding | HiddenField | 'mmsi' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 32 |
![]() |
coding | HiddenField | 'lat' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 32 |
![]() |
coding | HiddenField | 'lon' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter time should be final. | 32 |
![]() |
coding | HiddenField | 'time' hides a field. | 32 |
![]() |
misc | FinalParameters | Parameter latencySeconds should be final. | 32 |
![]() |
coding | HiddenField | 'latencySeconds' hides a field. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
![]() |
misc | FinalParameters | Parameter source should be final. | 33 |
![]() |
coding | HiddenField | 'source' hides a field. | 33 |
![]() |
misc | FinalParameters | Parameter navigationalStatus should be final. | 33 |
![]() |
coding | HiddenField | 'navigationalStatus' hides a field. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 34 |
![]() |
misc | FinalParameters | Parameter speedOverGroundKnots should be final. | 34 |
![]() |
coding | HiddenField | 'speedOverGroundKnots' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter courseOverGroundDegrees should be final. | 34 |
![]() |
coding | HiddenField | 'courseOverGroundDegrees' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter headingDegrees should be final. | 35 |
![]() |
coding | HiddenField | 'headingDegrees' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter aisClass should be final. | 35 |
![]() |
coding | HiddenField | 'aisClass' hides a field. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 46 |
![]() |
coding | MagicNumber | '360' is a magic number. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
coding | MagicNumber | '360' is a magic number. | 51 |
![]() |
coding | MagicNumber | '-90' is a magic number. | 53 |
![]() |
coding | MagicNumber | '90' is a magic number. | 53 |
![]() |
coding | MagicNumber | '-180' is a magic number. | 54 |
![]() |
coding | MagicNumber | '180' is a magic number. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'else' | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'outputFile' | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
design | DesignForExtension | Method 'testRebase' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 6 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 8 |
![]() |
misc | FinalParameters | Parameter classification should be final. | 8 |
![]() |
misc | FinalParameters | Parameter values should be final. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'writer' | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
design | DesignForExtension | Method 'testLibSvm' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
coding | MagicNumber | '2.3' is a magic number. | 14 |
![]() |
design | DesignForExtension | Method 'testLibSvmOnlyZeroValues' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'testLibSvmSomeZeros' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
coding | MagicNumber | '101' is a magic number. | 28 |
![]() |
coding | MagicNumber | '3' is a magic number. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter args should be final. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Method 'testWriting' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
coding | MagicNumber | '-10.5f' is a magic number. | 28 |
![]() |
coding | MagicNumber | '135f' is a magic number. | 28 |
![]() |
coding | MagicNumber | '-10.8f' is a magic number. | 29 |
![]() |
coding | MagicNumber | '136f' is a magic number. | 29 |
![]() |
design | DesignForExtension | Method 'testNetcdfConverter' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
![]() |
coding | RedundantThrows | Unable to get class information for InvalidRangeException. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 50 |
![]() |
coding | MagicNumber | '-10f' is a magic number. | 52 |
![]() |
coding | MagicNumber | '-10.1f' is a magic number. | 53 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 56 |
![]() |
coding | MagicNumber | '135f' is a magic number. | 58 |
![]() |
coding | MagicNumber | '135.2f' is a magic number. | 59 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 62 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 68 |
![]() |
coding | MagicNumber | '12' is a magic number. | 70 |
![]() |
coding | MagicNumber | '13' is a magic number. | 71 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 80 |
![]() |
coding | MagicNumber | '-128' is a magic number. | 82 |
![]() |
coding | MagicNumber | '-128' is a magic number. | 83 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 86 |
![]() |
coding | MagicNumber | '75' is a magic number. | 88 |
![]() |
coding | MagicNumber | '45' is a magic number. | 89 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 92 |
![]() |
coding | MagicNumber | '450' is a magic number. | 94 |
![]() |
coding | MagicNumber | '200' is a magic number. | 95 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 98 |
![]() |
coding | MagicNumber | '46' is a magic number. | 100 |
![]() |
coding | MagicNumber | '30' is a magic number. | 101 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter time should be final. | 112 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 112 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 112 |
![]() |
coding | MagicNumber | '213456789' is a magic number. | 113 |
![]() |
coding | MagicNumber | '12' is a magic number. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
coding | MagicNumber | '7.5f' is a magic number. | 114 |
![]() |
coding | MagicNumber | '45f' is a magic number. | 114 |
![]() |
coding | MagicNumber | '46f' is a magic number. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 8 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter deltaMs should be final. | 21 |
![]() |
coding | HiddenField | 'deltaMs' hides a field. | 21 |
![]() |
misc | FinalParameters | Parameter e should be final. | 40 |
![]() |
misc | FinalParameters | Parameter fix should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 71 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 86 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 105 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 105 |
![]() |
coding | MagicNumber | '1.852' is a magic number. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 120 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
misc | FinalParameters | Parameter a should be final. | 146 |
![]() |
misc | FinalParameters | Parameter b should be final. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
misc | FinalParameters | Parameter f should be final. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 154 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 154 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 159 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
misc | FinalParameters | Parameter fix should be final. | 163 |
![]() |
coding | HiddenField | 'fix' hides a field. | 163 |
![]() |
misc | FinalParameters | Parameter preEffectiveSpeedKnots should be final. | 163 |
![]() |
coding | HiddenField | 'preEffectiveSpeedKnots' hides a field. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 164 |
![]() |
misc | FinalParameters | Parameter preError should be final. | 164 |
![]() |
coding | HiddenField | 'preError' hides a field. | 164 |
![]() |
misc | FinalParameters | Parameter postEffectiveSpeedKnots should be final. | 164 |
![]() |
coding | HiddenField | 'postEffectiveSpeedKnots' hides a field. | 164 |
![]() |
misc | FinalParameters | Parameter postError should be final. | 164 |
![]() |
coding | HiddenField | 'postError' hides a field. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 15 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 21 |
![]() |
coding | MagicNumber | '20' is a magic number. | 22 |
![]() |
coding | MagicNumber | '135f' is a magic number. | 23 |
![]() |
coding | MagicNumber | '135.01f' is a magic number. | 25 |
![]() |
coding | MagicNumber | '135.02f' is a magic number. | 27 |
![]() |
coding | MagicNumber | '135.03f' is a magic number. | 29 |
![]() |
coding | MagicNumber | '135.04f' is a magic number. | 31 |
![]() |
coding | MagicNumber | '15' is a magic number. | 32 |
![]() |
coding | MagicNumber | '135.05f' is a magic number. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 39 |
![]() |
coding | MagicNumber | '30' is a magic number. | 39 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 42 |
![]() |
coding | MagicNumber | '135.02' is a magic number. | 44 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 44 |
![]() |
coding | MagicNumber | '1.77' is a magic number. | 45 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter t should be final. | 48 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 48 |
![]() |
coding | MagicNumber | '213456789' is a magic number. | 49 |
![]() |
coding | MagicNumber | '-10f' is a magic number. | 49 |
![]() |
coding | MagicNumber | '12' is a magic number. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 50 |
![]() |
coding | MagicNumber | '7.5f' is a magic number. | 50 |
![]() |
coding | MagicNumber | '45f' is a magic number. | 50 |
![]() |
coding | MagicNumber | '46f' is a magic number. | 50 |
![]() |
design | DesignForExtension | Method 'testOnEmpty' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
coding | MagicNumber | '30' is a magic number. | 57 |
![]() |
design | DesignForExtension | Method 'testSingle' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
![]() |
coding | MagicNumber | '135.0f' is a magic number. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
coding | MagicNumber | '30' is a magic number. | 66 |
![]() |
design | DesignForExtension | Method 'testTwoSmallGapReturnsNothing' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
coding | MagicNumber | '135.0f' is a magic number. | 74 |
![]() |
coding | MagicNumber | '100' is a magic number. | 74 |
![]() |
coding | MagicNumber | '135.01f' is a magic number. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 76 |
![]() |
coding | MagicNumber | '30' is a magic number. | 76 |
![]() |
design | DesignForExtension | Method 'testTwoLargeGapReturnsNothing' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 84 |
![]() |
coding | MagicNumber | '135.0f' is a magic number. | 84 |
![]() |
coding | MagicNumber | '135.01f' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
![]() |
coding | MagicNumber | '30' is a magic number. | 86 |
![]() |
design | DesignForExtension | Method 'testThreeSmallGapThenLargeGapReturnsNothing' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
coding | MagicNumber | '135.0f' is a magic number. | 94 |
![]() |
coding | MagicNumber | '100' is a magic number. | 94 |
![]() |
coding | MagicNumber | '135.05f' is a magic number. | 94 |
![]() |
coding | MagicNumber | '60' is a magic number. | 95 |
![]() |
coding | MagicNumber | '135.01f' is a magic number. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
![]() |
coding | MagicNumber | '30' is a magic number. | 97 |
![]() |
design | DesignForExtension | Method 'testThreeLargeGapThenLargeGapReturnsSecond' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
coding | MagicNumber | '135.0f' is a magic number. | 104 |
![]() |
coding | MagicNumber | '31' is a magic number. | 105 |
![]() |
coding | MagicNumber | '135.1f' is a magic number. | 105 |
![]() |
coding | MagicNumber | '63' is a magic number. | 106 |
![]() |
coding | MagicNumber | '135.25f' is a magic number. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 109 |
![]() |
coding | MagicNumber | '30' is a magic number. | 109 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 112 |
![]() |
coding | MagicNumber | '11.444905004618045' is a magic number. | 114 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 114 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 115 |
![]() |
coding | MagicNumber | '16.6291858282' is a magic number. | 116 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 116 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 117 |
![]() |
design | DesignForExtension | Method 'testFourLargeGapThenLittleGapThenLargeGapReturnsTwoMiddle' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
![]() |
coding | MagicNumber | '135.0f' is a magic number. | 122 |
![]() |
coding | MagicNumber | '31' is a magic number. | 123 |
![]() |
coding | MagicNumber | '135.1f' is a magic number. | 123 |
![]() |
coding | MagicNumber | '32' is a magic number. | 124 |
![]() |
coding | MagicNumber | '135.2f' is a magic number. | 124 |
![]() |
coding | MagicNumber | '62' is a magic number. | 125 |
![]() |
coding | MagicNumber | '135.3f' is a magic number. | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 128 |
![]() |
coding | MagicNumber | '30' is a magic number. | 128 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 131 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'record' | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'Parquet' | 29 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter args should be final. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 12 |
![]() |
misc | FinalParameters | Parameter format should be final. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 14 |
![]() |
coding | MagicNumber | '1421708455237L' is a magic number. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 16 |
![]() |
coding | MagicNumber | '213456789' is a magic number. | 16 |
![]() |
coding | MagicNumber | '-10f' is a magic number. | 16 |
![]() |
coding | MagicNumber | '135f' is a magic number. | 16 |
![]() |
coding | MagicNumber | '12' is a magic number. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 17 |
![]() |
coding | MagicNumber | '7.5f' is a magic number. | 17 |
![]() |
coding | MagicNumber | '45f' is a magic number. | 17 |
![]() |
coding | MagicNumber | '46f' is a magic number. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 19 |
![]() |
coding | MagicNumber | '213456789' is a magic number. | 19 |
![]() |
coding | MagicNumber | '-10.1f' is a magic number. | 19 |
![]() |
coding | MagicNumber | '135.2f' is a magic number. | 19 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 19 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 19 |
![]() |
coding | MagicNumber | '13' is a magic number. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 20 |
![]() |
coding | MagicNumber | '4.5f' is a magic number. | 20 |
![]() |
coding | MagicNumber | '20f' is a magic number. | 20 |
![]() |
coding | MagicNumber | '30f' is a magic number. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
misc | FinalParameters | Parameter sc should be final. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 13 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 21 |
![]() |
design | DesignForExtension | Method 'predict' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 21 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 21 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 21 |
![]() |
misc | FinalParameters | Parameter speedKnots should be final. | 21 |
![]() |
misc | FinalParameters | Parameter courseMinusHeading should be final. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 22 |
![]() |
misc | FinalParameters | Parameter preEffectiveSpeedKnots should be final. | 22 |
![]() |
misc | FinalParameters | Parameter preError should be final. | 22 |
![]() |
misc | FinalParameters | Parameter postEffectiveSpeedKnots should be final. | 22 |
![]() |
misc | FinalParameters | Parameter postError should be final. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 24 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 25 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 28 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 30 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter a should be final. | 36 |
![]() |
misc | FinalParameters | Parameter b should be final. | 36 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Method 'testLoad' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 22 |
![]() |
coding | MagicNumber | '145' is a magic number. | 22 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
coding | MagicNumber | '8.0' is a magic number. | 22 |
![]() |
coding | MagicNumber | '10' is a magic number. | 22 |
![]() |
coding | MagicNumber | '8.0' is a magic number. | 22 |
![]() |
coding | MagicNumber | '7' is a magic number. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'long' | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
misc | FinalParameters | Parameter is should be final. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
coding | MagicNumber | '8192' is a magic number. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
misc | FinalParameters | Parameter is should be final. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
misc | FinalParameters | Parameter is should be final. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
misc | FinalParameters | Parameter o should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 4 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter host should be final. | 9 |
![]() |
coding | HiddenField | 'host' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter port should be final. | 9 |
![]() |
coding | HiddenField | 'port' hides a field. | 9 |
![]() |
misc | FinalParameters | Parameter quietTimeoutMs should be final. | 9 |
![]() |
coding | HiddenField | 'quietTimeoutMs' hides a field. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
misc | FinalParameters | Parameter reconnectDelayMs should be final. | 10 |
![]() |
coding | HiddenField | 'reconnectDelayMs' hides a field. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'getQuietTimeoutMs' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
design | DesignForExtension | Method 'getReconnectDelayMs' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter host should be final. | 33 |
![]() |
misc | FinalParameters | Parameter port should be final. | 33 |
![]() |
misc | FinalParameters | Parameter quietTimeoutMs should be final. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
misc | FinalParameters | Parameter reconnectDelayMs should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
misc | FinalParameters | Parameter args should be final. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
coding | MagicNumber | '9010' is a magic number. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
misc | FinalParameters | Parameter t should be final. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter is should be final. | 16 |
![]() |
coding | HiddenField | 'is' hides a field. | 16 |
![]() |
misc | FinalParameters | Parameter size should be final. | 16 |
![]() |
coding | HiddenField | 'size' hides a field. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 27 |
![]() |
misc | FinalParameters | Parameter is should be final. | 27 |
![]() |
coding | HiddenField | 'is' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter observer should be final. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter t should be final. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
misc | FinalParameters | Parameter n should be final. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 16 |
![]() |
coding | HiddenField | 'reader' hides a field. | 16 |
![]() |
misc | FinalParameters | Parameter size should be final. | 16 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 27 |
![]() |
coding | HiddenField | 'reader' hides a field. | 27 |
![]() |
misc | FinalParameters | Parameter observer should be final. | 27 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 30 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter e should be final. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found 'socket' | 151 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'testLinesFromARegularlyEmittingSource' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 26 |
![]() |
coding | MagicNumber | '1000000' is a magic number. | 26 |
![]() |
misc | FinalParameters | Parameter n should be final. | 28 |
![]() |
coding | MagicNumber | '100' is a magic number. | 31 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 43 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 43 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 43 |
![]() |
coding | MagicNumber | '5' is a magic number. | 44 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 47 |
![]() |
design | DesignForExtension | Method 'testSocketObservableFactoryOnException' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
![]() |
design | DesignForExtension | Method 'testSocketDisposerOnException' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
coding | MagicNumber | '1234' is a magic number. | 63 |
![]() |
design | DesignForExtension | Method 'testSocketCreatorThrowsException' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
coding | MagicNumber | '1234' is a magic number. | 70 |
![]() |
coding | MagicNumber | '5000' is a magic number. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
misc | FinalParameters | Parameter o should be final. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Method 'testNormal' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'testNormalWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'testEmptyProducesNothing' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
design | DesignForExtension | Method 'testEmptyProducesNothingWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
design | DesignForExtension | Method 'testBlankProducesSingleBlank' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
design | DesignForExtension | Method 'testBlankProducesBlankWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
design | DesignForExtension | Method 'testNoSeparatorProducesSingle' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'testNoSeparatorProducesSingleWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'testSeparatorOnlyProducesTwoBlanks' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
design | DesignForExtension | Method 'testSeparatorOnlyProducesTwoBlanksWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
design | DesignForExtension | Method 'testEmptyItemsAtEndEmitted' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
![]() |
design | DesignForExtension | Method 'testEmptyItemsAtEndEmittedWithBackpressure' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
![]() |
design | DesignForExtension | Method 'testSplitOperatorDoesNotStallDueToInsufficientUpstreamRequests' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 103 |
![]() |
design | DesignForExtension | Method 'testBackpressureOneByOneWithBufferEmissions' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter o should be final. | 124 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter o should be final. | 131 |
![]() |
misc | FinalParameters | Parameter expected should be final. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter e should be final. | 152 |
![]() |
misc | FinalParameters | Parameter s should be final. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 10 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
naming | StaticVariableName | Name 'TRIM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() |
design | VisibilityModifier | Variable 'TRIM' must be private and have accessor methods. | 23 |
![]() |
misc | FinalParameters | Parameter input should be final. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 39 |
![]() |
coding | MagicNumber | '8192' is a magic number. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter reader should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
![]() |
coding | MagicNumber | '8192' is a magic number. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter file should be final. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter file should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter o should be final. | 55 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter o should be final. | 59 |
![]() |
misc | FinalParameters | Parameter maxItemLength should be final. | 59 |
![]() |
misc | FinalParameters | Parameter pattern should be final. | 59 |
![]() |
misc | FinalParameters | Parameter maxPatternLength should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
misc | FinalParameters | Parameter o should be final. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
misc | FinalParameters | Parameter filename should be final. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
design | DesignForExtension | Method 'testTrim' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
design | DesignForExtension | Method 'testTrimOnNullInputReturnsNull' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
misc | FinalParameters | Parameter a should be final. | 8 |
![]() |
coding | HiddenField | 'a' hides a field. | 8 |
![]() |
misc | FinalParameters | Parameter b should be final. | 8 |
![]() |
coding | HiddenField | 'b' hides a field. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter t should be final. | 13 |
![]() |
misc | FinalParameters | Parameter s should be final. | 13 |
![]() |
design | DesignForExtension | Method 'a' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
design | DesignForExtension | Method 'b' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Method 'left' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'right' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
design | FinalClass | Class RingBuffer should be declared as final. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter size should be final. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter size should be final. | 27 |
![]() |
naming | LocalFinalVariableName | Name '_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() |
naming | LocalFinalVariableName | Name '_finish' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() |
design | VisibilityModifier | Variable 'i' must be private and have accessor methods. | 41 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter o should be final. | 81 |
![]() |
misc | FinalParameters | Parameter a should be final. | 91 |
![]() |
misc | FinalParameters | Parameter o should be final. | 96 |
![]() |
misc | FinalParameters | Parameter c should be final. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter c should be final. | 110 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 111 |
![]() |
misc | FinalParameters | Parameter c should be final. | 117 |
![]() |
misc | FinalParameters | Parameter c should be final. | 122 |
![]() |
misc | FinalParameters | Parameter t should be final. | 127 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 131 |
![]() |
misc | FinalParameters | Parameter t should be final. | 135 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
design | DesignForExtension | Method 'testEmpty' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
coding | MagicNumber | '3' is a magic number. | 15 |
![]() |
design | DesignForExtension | Method 'testPush' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
coding | MagicNumber | '3' is a magic number. | 22 |
![]() |
design | DesignForExtension | Method 'testPushTwo' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
coding | MagicNumber | '3' is a magic number. | 32 |
![]() |
coding | MagicNumber | '3' is a magic number. | 40 |
![]() |
coding | MagicNumber | '4' is a magic number. | 41 |
![]() |
coding | MagicNumber | '3' is a magic number. | 42 |
![]() |
coding | MagicNumber | '4' is a magic number. | 43 |
![]() |
design | DesignForExtension | Method 'testPushThreeOverflows' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | MagicNumber | '3' is a magic number. | 51 |
![]() |
coding | MagicNumber | '3' is a magic number. | 53 |
![]() |
coding | MagicNumber | '3' is a magic number. | 56 |
![]() |
design | DesignForExtension | Method 'testPushThreeInSizeThree' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
coding | MagicNumber | '3' is a magic number. | 60 |
![]() |
coding | MagicNumber | '3' is a magic number. | 63 |
![]() |
coding | MagicNumber | '3' is a magic number. | 65 |
![]() |
coding | MagicNumber | '3' is a magic number. | 68 |
![]() |
design | DesignForExtension | Method 'testPushThreeAndEnumerate' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
coding | MagicNumber | '3' is a magic number. | 72 |
![]() |
coding | MagicNumber | '3' is a magic number. | 75 |
![]() |
coding | MagicNumber | '3' is a magic number. | 81 |
![]() |
coding | MagicNumber | '3' is a magic number. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
coding | MagicNumber | '256' is a magic number. | 9 |
![]() |
coding | MagicNumber | '256' is a magic number. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
coding | MagicNumber | '48' is a magic number. | 13 |
![]() |
coding | MagicNumber | '119' is a magic number. | 13 |
![]() |
coding | MagicNumber | '87' is a magic number. | 13 |
![]() |
coding | MagicNumber | '96' is a magic number. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
coding | MagicNumber | '0x60' is a magic number. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
coding | MagicNumber | '48' is a magic number. | 16 |
![]() |
coding | MagicNumber | '0x3F' is a magic number. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
coding | MagicNumber | '56' is a magic number. | 18 |
![]() |
coding | MagicNumber | '0x3F' is a magic number. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
misc | FinalParameters | Parameter str should be final. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'str'. | 36 |
![]() |
misc | FinalParameters | Parameter padBits should be final. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'padBits'. | 36 |
![]() |
misc | FinalParameters | Parameter bitSet should be final. | 36 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bitSet'. | 36 |
![]() |
misc | ArrayTypeStyle | Array brackets at illegal position. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
misc | FinalParameters | Parameter calculated should be final. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'calculated'. | 37 |
![]() |
misc | FinalParameters | Parameter from should be final. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'from'. | 37 |
![]() |
misc | FinalParameters | Parameter to should be final. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'to'. | 37 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
coding | MagicNumber | '6' is a magic number. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
coding | MagicNumber | '6' is a magic number. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
coding | MagicNumber | '6' is a magic number. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
coding | MagicNumber | '32' is a magic number. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
coding | MagicNumber | '16' is a magic number. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
coding | MagicNumber | '8' is a magic number. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
coding | MagicNumber | '3' is a magic number. | 54 |
![]() |
coding | MagicNumber | '4' is a magic number. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
coding | MagicNumber | '4' is a magic number. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
coding | MagicNumber | '5' is a magic number. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
coding | MagicNumber | '6' is a magic number. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
coding | MagicNumber | '6' is a magic number. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
coding | MagicNumber | '6' is a magic number. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
coding | MagicNumber | '5' is a magic number. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
coding | MagicNumber | '5' is a magic number. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
coding | MagicNumber | '4' is a magic number. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
coding | MagicNumber | '4' is a magic number. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
coding | MagicNumber | '3' is a magic number. | 78 |
![]() |
coding | MagicNumber | '4' is a magic number. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
coding | MagicNumber | '3' is a magic number. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
coding | MagicNumber | '8' is a magic number. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
coding | MagicNumber | '16' is a magic number. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
coding | MagicNumber | '32' is a magic number. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter from should be final. | 91 |
![]() |
misc | FinalParameters | Parameter to should be final. | 91 |
![]() |
misc | FinalParameters | Parameter bitSet should be final. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
misc | FinalParameters | Parameter from should be final. | 107 |
![]() |
misc | FinalParameters | Parameter to should be final. | 107 |
![]() |
misc | FinalParameters | Parameter bitSet should be final. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter from should be final. | 127 |
![]() |
misc | FinalParameters | Parameter to should be final. | 127 |
![]() |
misc | FinalParameters | Parameter bitSet should be final. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
coding | MagicNumber | '6' is a magic number. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
coding | MagicNumber | '6' is a magic number. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
coding | MagicNumber | '6' is a magic number. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
blocks | NeedBraces | 'while' construct must use '{}'s. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
misc | FinalParameters | Parameter val should be final. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'val'. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
coding | MagicNumber | '63' is a magic number. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
coding | MagicNumber | '32' is a magic number. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
coding | MagicNumber | '64' is a magic number. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
misc | FinalParameters | Parameter message should be final. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
design | DesignForExtension | Method 'testGetValueFirstBitSet' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
coding | MagicNumber | '6' is a magic number. | 12 |
![]() |
coding | MagicNumber | '3' is a magic number. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
design | DesignForExtension | Method 'testGetValueFirstBitNotSet' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
coding | MagicNumber | '3' is a magic number. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
design | DesignForExtension | Method 'testGetSignedValueFirstBitSet' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
coding | MagicNumber | '-2' is a magic number. | 24 |
![]() |
coding | MagicNumber | '3' is a magic number. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
design | DesignForExtension | Method 'testGetSignedValueFirstBitNotSet' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
coding | MagicNumber | '3' is a magic number. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
design | DesignForExtension | Method 'testGetValueZero' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
coding | MagicNumber | '3' is a magic number. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
design | DesignForExtension | Method 'testGetSignedValueZero' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
coding | MagicNumber | '3' is a magic number. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
design | DesignForExtension | Method 'testGetValueMax' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
coding | MagicNumber | '7' is a magic number. | 48 |
![]() |
coding | MagicNumber | '3' is a magic number. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
design | DesignForExtension | Method 'testGetSignedValueMax' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
coding | MagicNumber | '3' is a magic number. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 8 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
![]() |
design | VisibilityModifier | Variable 'INSTANCE' must be private and have accessor methods. | 10 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
coding | MagicNumber | '123456789L' is a magic number. | 13 |
![]() |
coding | MagicNumber | '987654321L' is a magic number. | 14 |
![]() |
coding | MagicNumber | '111111111L' is a magic number. | 15 |
![]() |
coding | MagicNumber | '999999999L' is a magic number. | 16 |
![]() |
coding | MagicNumber | '107374182L' is a magic number. | 18 |
![]() |
coding | MagicNumber | '503499100L' is a magic number. | 19 |
![]() |
coding | MagicNumber | '503000000L' is a magic number. | 20 |
![]() |
coding | MagicNumber | '777777777L' is a magic number. | 21 |
![]() |
coding | MagicNumber | '333333333L' is a magic number. | 22 |
![]() |
coding | MagicNumber | '525123456L' is a magic number. | 23 |
![]() |
coding | MagicNumber | '273000000L' is a magic number. | 24 |
![]() |
coding | MagicNumber | '525000000L' is a magic number. | 25 |
![]() |
coding | MagicNumber | '100000000L' is a magic number. | 26 |
![]() |
coding | MagicNumber | '553111692L' is a magic number. | 27 |
![]() |
coding | MagicNumber | '888888888L' is a magic number. | 28 |
![]() |
coding | MagicNumber | '555555555L' is a magic number. | 29 |
![]() |
coding | MagicNumber | '273000000L' is a magic number. | 30 |
![]() |
coding | MagicNumber | '1193046L' is a magic number. | 31 |
![]() |
coding | MagicNumber | '222222222L' is a magic number. | 32 |
![]() |
coding | MagicNumber | '352286000L' is a magic number. | 33 |
![]() |
coding | MagicNumber | '352055000L' is a magic number. | 34 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 40 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 44 |
![]() |
misc | FinalParameters | Parameter mmsi should be final. | 44 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'mmsi'. | 44 |
![]() |
coding | MagicNumber | '999999999L' is a magic number. | 45 |
![]() |
coding | MagicNumber | '1000000L' is a magic number. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
naming | ConstantName | Name 'radiusEarthKm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
naming | ConstantName | Name 'circumferenceEarthKm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 45 |
![]() |
coding | HiddenField | 'lat' hides a field. | 45 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 45 |
![]() |
coding | HiddenField | 'lon' hides a field. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 59 |
![]() |
coding | HiddenField | 'lat' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 59 |
![]() |
coding | HiddenField | 'lon' hides a field. | 59 |
![]() |
misc | FinalParameters | Parameter alt should be final. | 59 |
![]() |
coding | HiddenField | 'alt' hides a field. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 65 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 69 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 69 |
![]() |
misc | FinalParameters | Parameter alt should be final. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
misc | FinalParameters | Parameter distanceKm should be final. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'distanceKm'. | 100 |
![]() |
misc | FinalParameters | Parameter courseDegrees should be final. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'courseDegrees'. | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
misc | FinalParameters | Parameter degrees should be final. | 115 |
![]() |
misc | FinalParameters | Parameter minutes should be final. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
misc | FinalParameters | Parameter seconds should be final. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 117 |
![]() |
coding | MagicNumber | '3600.0' is a magic number. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
design | DesignForExtension | Method 'getLatitudeOnGreatCircle' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
misc | FinalParameters | Parameter position should be final. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'position'. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
misc | FinalParameters | Parameter longitudeDegrees should be final. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'longitudeDegrees'. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
coding | MagicNumber | '0.00000001' is a magic number. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 146 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
![]() |
misc | FinalParameters | Parameter lon1 should be final. | 152 |
![]() |
coding | HiddenField | 'lon1' hides a field. | 152 |
![]() |
misc | FinalParameters | Parameter lon2 should be final. | 152 |
![]() |
coding | HiddenField | 'lon2' hides a field. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 153 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
design | DesignForExtension | Method 'getLon1' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 158 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
design | DesignForExtension | Method 'getLon2' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 176 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 182 |
![]() |
design | DesignForExtension | Method 'getLongitudeOnGreatCircle' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() |
misc | FinalParameters | Parameter position should be final. | 182 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'position'. | 182 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
misc | FinalParameters | Parameter latitudeDegrees should be final. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'latitudeDegrees'. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 189 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 203 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 210 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
misc | FinalParameters | Parameter d should be final. | 214 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 223 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 224 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 224 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 225 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 227 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 235 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 236 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 236 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 238 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 239 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 239 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 240 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 241 |
![]() |
misc | FinalParameters | Parameter radials should be final. | 241 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 243 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 245 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 246 |
![]() |
coding | MagicNumber | '360.0' is a magic number. | 246 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 247 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 248 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 248 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 250 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 250 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 251 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 252 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 254 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 254 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 256 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 256 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 257 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 258 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 260 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 261 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 263 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 263 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 264 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 265 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 266 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 266 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 267 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 268 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 269 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 270 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 270 |
![]() |
misc | FinalParameters | Parameter position should be final. | 270 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'position'. | 270 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 271 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 272 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 273 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 274 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 275 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 276 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 277 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 278 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 279 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 280 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 281 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 282 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 283 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 283 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 284 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 285 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 286 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 288 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 289 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 290 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 290 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 291 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 292 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 293 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 294 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 294 |
![]() |
misc | FinalParameters | Parameter position should be final. | 294 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'position'. | 294 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 295 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 296 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 297 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 298 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 299 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 300 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 301 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 303 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 303 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 304 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 305 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 306 |
![]() |
coding | MagicNumber | '360' is a magic number. | 306 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 307 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 308 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 310 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 310 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 311 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 312 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 312 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 313 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 314 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 315 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 316 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 317 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 318 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 319 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 319 |
![]() |
misc | FinalParameters | Parameter bearing1 should be final. | 319 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 320 |
![]() |
misc | FinalParameters | Parameter bearing2 should be final. | 320 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 321 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 321 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 322 |
![]() |
coding | MagicNumber | '360' is a magic number. | 322 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 323 |
![]() |
coding | MagicNumber | '180' is a magic number. | 323 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 324 |
![]() |
coding | MagicNumber | '360' is a magic number. | 324 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 325 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 326 |
![]() |
coding | MagicNumber | '180' is a magic number. | 326 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 327 |
![]() |
coding | MagicNumber | '360' is a magic number. | 327 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 328 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 329 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 331 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 332 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 332 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 333 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 334 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 334 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 335 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 336 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 337 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 338 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 339 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 340 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 341 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 341 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 341 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'p1'. | 341 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 341 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'p2'. | 341 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 342 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 344 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 344 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 345 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 345 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 346 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 347 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 349 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
misc | FinalParameters | Parameter lat should be final. | 349 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 350 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 351 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 352 |
![]() |
coding | MagicNumber | '60' is a magic number. | 352 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 353 |
![]() |
coding | MagicNumber | '0x00B0' is a magic number. | 353 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 354 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 354 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 355 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 355 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 356 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 359 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 359 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
![]() |
misc | FinalParameters | Parameter lon should be final. | 359 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 360 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 361 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 362 |
![]() |
coding | MagicNumber | '60' is a magic number. | 362 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 363 |
![]() |
coding | MagicNumber | '0x00B0' is a magic number. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 364 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 364 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 365 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 365 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 366 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 367 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 369 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
![]() |
misc | FinalParameters | Parameter y should be final. | 369 |
![]() |
misc | FinalParameters | Parameter x should be final. | 369 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 371 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 372 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 373 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 374 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 375 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 376 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 377 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 378 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 380 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
misc | FinalParameters | Parameter assertion should be final. | 380 |
![]() |
misc | FinalParameters | Parameter msg should be final. | 380 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 381 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 382 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 384 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 386 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 386 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 387 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 388 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 388 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 389 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 390 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 391 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 392 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 393 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 395 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 395 |
![]() |
misc | FinalParameters | Parameter position should be final. | 395 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'position'. | 395 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 396 |
![]() |
misc | FinalParameters | Parameter proportion should be final. | 396 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 398 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 400 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 401 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 403 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 403 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 404 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 406 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 407 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 409 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 409 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 410 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 412 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 413 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 413 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 414 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 415 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 415 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 416 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 418 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 418 |
![]() |
misc | FinalParameters | Parameter position should be final. | 418 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 419 |
![]() |
misc | FinalParameters | Parameter maxSegmentLengthKm should be final. | 419 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 421 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 422 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 424 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 426 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 426 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 427 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 428 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 428 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 429 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 430 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 431 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 432 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 433 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 435 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 435 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 436 |
![]() |
coding | HiddenField | 'lat' hides a field. | 436 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 437 |
![]() |
coding | HiddenField | 'lon' hides a field. | 437 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 438 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 438 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 439 |
![]() |
coding | MagicNumber | '360' is a magic number. | 439 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 440 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 441 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 443 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 444 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 444 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 445 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 446 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 446 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 447 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 448 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 449 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 449 |
![]() |
misc | FinalParameters | Parameter lastPosition should be final. | 449 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'lastPosition'. | 449 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 450 |
![]() |
coding | HiddenField | 'lon' hides a field. | 450 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 451 |
![]() |
coding | MagicNumber | '180' is a magic number. | 451 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 452 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 452 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 453 |
![]() |
coding | MagicNumber | '360' is a magic number. | 453 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 454 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 454 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 455 |
![]() |
coding | MagicNumber | '360' is a magic number. | 455 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 456 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 457 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 457 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 458 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 460 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 462 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 462 |
![]() |
misc | FinalParameters | Parameter positions should be final. | 462 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 463 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 464 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 465 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 466 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 467 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 468 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 469 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 470 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 471 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 473 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 473 |
![]() |
misc | FinalParameters | Parameter d should be final. | 473 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 474 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 474 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 475 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 477 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 478 |
![]() |
misc | FinalParameters | Parameter o should be final. | 478 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 479 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 479 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 480 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 481 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 482 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 483 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 484 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 484 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 485 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 486 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 488 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 489 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 490 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 491 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 493 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 493 |
![]() |
misc | FinalParameters | Parameter positions should be final. | 493 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 494 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 494 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 495 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 495 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 496 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 496 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 497 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 498 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 499 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 500 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 501 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 501 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 502 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 503 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 503 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 504 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 505 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 506 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 507 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 508 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 510 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 510 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 510 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 510 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 511 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 511 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 512 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 514 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 514 |
![]() |
misc | FinalParameters | Parameter p1 should be final. | 514 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 515 |
![]() |
misc | FinalParameters | Parameter p2 should be final. | 515 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 516 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 516 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 517 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 518 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 519 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 520 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 521 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 522 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 523 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 524 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 525 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 525 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 526 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 527 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 527 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 528 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 529 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 529 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 530 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 531 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 533 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 534 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 535 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 536 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 537 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 538 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 538 |
![]() |
design | DesignForExtension | Method 'isOutside' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() |
misc | FinalParameters | Parameter path should be final. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'path'. | 538 |
![]() |
misc | FinalParameters | Parameter minDistanceKm should be final. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'minDistanceKm'. | 538 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 539 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 539 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 540 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 541 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 542 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 543 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 544 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 545 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 547 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 548 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 548 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 549 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 550 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 550 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 551 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 552 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 553 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 554 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 555 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 555 |
![]() |
misc | FinalParameters | Parameter a should be final. | 555 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'a'. | 555 |
![]() |
misc | FinalParameters | Parameter b should be final. | 555 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'b'. | 555 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 556 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 557 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 558 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 558 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 559 |
![]() |
coding | MagicNumber | '360' is a magic number. | 559 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 560 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 560 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 561 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 562 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 564 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 565 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 566 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 566 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 567 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 568 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 569 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 570 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 570 |
![]() |
misc | FinalParameters | Parameter d should be final. | 570 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'd'. | 570 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 571 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 571 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 572 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 573 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 574 |
![]() |
coding | MagicNumber | '180' is a magic number. | 574 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 575 |
![]() |
coding | MagicNumber | '180' is a magic number. | 575 |
![]() |
coding | MagicNumber | '360.0' is a magic number. | 575 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 576 |
![]() |
coding | MagicNumber | '360' is a magic number. | 576 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 577 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 577 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 578 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 579 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 580 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 582 |
![]() |
design | DesignForExtension | Method 'normalizeLongitude' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 582 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 583 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 584 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'squareRegion' must be private and have accessor methods. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
coding | MagicNumber | '20' is a magic number. | 36 |
![]() |
coding | MagicNumber | '20' is a magic number. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
coding | MagicNumber | '40' is a magic number. | 37 |
![]() |
coding | MagicNumber | '20' is a magic number. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
coding | MagicNumber | '40' is a magic number. | 38 |
![]() |
coding | MagicNumber | '40' is a magic number. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
coding | MagicNumber | '20' is a magic number. | 39 |
![]() |
coding | MagicNumber | '40' is a magic number. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
coding | MagicNumber | '53' is a magic number. | 44 |
![]() |
coding | MagicNumber | '3' is a magic number. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
coding | MagicNumber | '100' is a magic number. | 45 |
![]() |
coding | MagicNumber | '30' is a magic number. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
coding | MagicNumber | '53.77644258276322' is a magic number. | 46 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
coding | MagicNumber | '3.7609191005595877' is a magic number. | 47 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
coding | MagicNumber | '40041.47' is a magic number. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
coding | MagicNumber | '3' is a magic number. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 58 |
![]() |
coding | MagicNumber | '90' is a magic number. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
coding | MagicNumber | '93.0' is a magic number. | 60 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
coding | MagicNumber | '90' is a magic number. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
coding | MagicNumber | '-177.0' is a magic number. | 67 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
coding | MagicNumber | '3.0' is a magic number. | 71 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 71 |
![]() |
coding | MagicNumber | '90' is a magic number. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
coding | MagicNumber | '-87.0' is a magic number. | 73 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
coding | MagicNumber | '90' is a magic number. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 86 |
![]() |
coding | MagicNumber | '270' is a magic number. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 87 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
coding | MagicNumber | '-87.0' is a magic number. | 88 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
coding | MagicNumber | '270' is a magic number. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
coding | MagicNumber | '-177.0' is a magic number. | 95 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
coding | MagicNumber | '3.0' is a magic number. | 99 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 99 |
![]() |
coding | MagicNumber | '270' is a magic number. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
coding | MagicNumber | '93.0' is a magic number. | 101 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
coding | MagicNumber | '90' is a magic number. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 115 |
![]() |
coding | MagicNumber | '180' is a magic number. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
coding | MagicNumber | '-90.0' is a magic number. | 116 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
coding | MagicNumber | '-177' is a magic number. | 122 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
coding | MagicNumber | '180' is a magic number. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 128 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 128 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
coding | MagicNumber | '-177' is a magic number. | 129 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
coding | MagicNumber | '3.0' is a magic number. | 134 |
![]() |
coding | MagicNumber | '4.0' is a magic number. | 134 |
![]() |
coding | MagicNumber | '180' is a magic number. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
coding | MagicNumber | '90.0' is a magic number. | 135 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
coding | MagicNumber | '270' is a magic number. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 147 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 148 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 149 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 150 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 151 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 152 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 154 |
![]() |
coding | MagicNumber | '36.12' is a magic number. | 154 |
![]() |
coding | MagicNumber | '-86.67' is a magic number. | 154 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 155 |
![]() |
coding | MagicNumber | '33.94' is a magic number. | 155 |
![]() |
coding | MagicNumber | '-118.4' is a magic number. | 155 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 156 |
![]() |
coding | MagicNumber | '2886.45' is a magic number. | 156 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 156 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 157 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 160 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 161 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 163 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 164 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 165 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 166 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 167 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 169 |
![]() |
coding | MagicNumber | '37' is a magic number. | 169 |
![]() |
coding | MagicNumber | '57.0' is a magic number. | 169 |
![]() |
coding | MagicNumber | '60' is a magic number. | 169 |
![]() |
coding | MagicNumber | '3.72030' is a magic number. | 169 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 169 |
![]() |
coding | MagicNumber | '144' is a magic number. | 169 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 170 |
![]() |
coding | MagicNumber | '25.0' is a magic number. | 170 |
![]() |
coding | MagicNumber | '60' is a magic number. | 170 |
![]() |
coding | MagicNumber | '29.52440' is a magic number. | 170 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 171 |
![]() |
coding | MagicNumber | '37' is a magic number. | 171 |
![]() |
coding | MagicNumber | '39.0' is a magic number. | 171 |
![]() |
coding | MagicNumber | '60' is a magic number. | 171 |
![]() |
coding | MagicNumber | '10.15718' is a magic number. | 171 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 171 |
![]() |
coding | MagicNumber | '143' is a magic number. | 171 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 172 |
![]() |
coding | MagicNumber | '55.0' is a magic number. | 172 |
![]() |
coding | MagicNumber | '60' is a magic number. | 172 |
![]() |
coding | MagicNumber | '35.38564' is a magic number. | 172 |
![]() |
coding | MagicNumber | '3600' is a magic number. | 172 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 173 |
![]() |
coding | MagicNumber | '306' is a magic number. | 173 |
![]() |
coding | MagicNumber | '52' is a magic number. | 173 |
![]() |
coding | MagicNumber | '5.37' is a magic number. | 173 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 174 |
![]() |
coding | MagicNumber | '0.2' is a magic number. | 174 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 175 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 178 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 179 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 179 |
![]() |
coding | MagicNumber | '120' is a magic number. | 179 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 180 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 181 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 184 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 185 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 185 |
![]() |
coding | MagicNumber | '120' is a magic number. | 185 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 186 |
![]() |
coding | MagicNumber | '-15' is a magic number. | 186 |
![]() |
coding | MagicNumber | '120' is a magic number. | 186 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 187 |
![]() |
coding | MagicNumber | '180' is a magic number. | 187 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 188 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 190 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 191 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 192 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 193 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 194 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 195 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 196 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 197 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 198 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 199 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 200 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 201 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 202 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 203 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 204 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 205 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 206 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 208 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 209 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 210 |
![]() |
coding | MagicNumber | '0.00001' is a magic number. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 211 |
![]() |
coding | MagicNumber | '15.0' is a magic number. | 211 |
![]() |
coding | MagicNumber | '20' is a magic number. | 211 |
![]() |
coding | MagicNumber | '5' is a magic number. | 211 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 212 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 213 |
![]() |
coding | MagicNumber | '15.0' is a magic number. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 214 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 214 |
![]() |
coding | MagicNumber | '20' is a magic number. | 214 |
![]() |
coding | MagicNumber | '365' is a magic number. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 215 |
![]() |
coding | MagicNumber | '15.0' is a magic number. | 215 |
![]() |
coding | MagicNumber | '20' is a magic number. | 215 |
![]() |
coding | MagicNumber | '5' is a magic number. | 215 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 217 |
![]() |
coding | MagicNumber | '15.0' is a magic number. | 217 |
![]() |
coding | MagicNumber | '380' is a magic number. | 217 |
![]() |
coding | MagicNumber | '5' is a magic number. | 217 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 219 |
![]() |
coding | MagicNumber | '-25' is a magic number. | 219 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 219 |
![]() |
coding | MagicNumber | '5' is a magic number. | 219 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 221 |
![]() |
coding | MagicNumber | '5' is a magic number. | 221 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 221 |
![]() |
coding | MagicNumber | '-25' is a magic number. | 221 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 222 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 223 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 226 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 227 |
![]() |
coding | MagicNumber | '0x00B0' is a magic number. | 227 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 228 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 230 |
![]() |
coding | MagicNumber | '-25.5' is a magic number. | 230 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 231 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 232 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 234 |
![]() |
coding | MagicNumber | '-0.5' is a magic number. | 234 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 236 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 236 |
![]() |
coding | MagicNumber | '0.5' is a magic number. | 236 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 237 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 238 |
![]() |
coding | MagicNumber | '1.5' is a magic number. | 238 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 240 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 240 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 243 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 243 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 245 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 245 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 246 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 249 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 251 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 252 |
![]() |
coding | MagicNumber | '36.12' is a magic number. | 252 |
![]() |
coding | MagicNumber | '-86.67' is a magic number. | 252 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 253 |
![]() |
coding | MagicNumber | '33.94' is a magic number. | 253 |
![]() |
coding | MagicNumber | '-118.4' is a magic number. | 253 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 255 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 255 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 256 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 257 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 258 |
![]() |
coding | MagicNumber | '0.7' is a magic number. | 258 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 260 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 261 |
![]() |
coding | MagicNumber | '0.7' is a magic number. | 261 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 262 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 263 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 263 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 264 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 265 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 265 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 266 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 267 |
![]() |
coding | MagicNumber | '35.47' is a magic number. | 267 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 267 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 268 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 269 |
![]() |
coding | MagicNumber | '-109.11' is a magic number. | 269 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 269 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 271 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 273 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 273 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 274 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 275 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 276 |
![]() |
coding | MagicNumber | '0.7' is a magic number. | 276 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 277 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 278 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 278 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 279 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 280 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 280 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 281 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 283 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 283 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 284 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 285 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 286 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 287 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 287 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 288 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 289 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 289 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 290 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 292 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 293 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 294 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 295 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 296 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 296 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 297 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 298 |
![]() |
coding | MagicNumber | '0.01' is a magic number. | 298 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 299 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 300 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 302 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 303 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 304 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 305 |
![]() |
coding | MagicNumber | '36.12' is a magic number. | 305 |
![]() |
coding | MagicNumber | '-86.67' is a magic number. | 305 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 306 |
![]() |
coding | MagicNumber | '33.94' is a magic number. | 306 |
![]() |
coding | MagicNumber | '-118.4' is a magic number. | 306 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 308 |
![]() |
coding | MagicNumber | '1.1' is a magic number. | 308 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 310 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 312 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 312 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 313 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 314 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 315 |
![]() |
coding | MagicNumber | '36.12' is a magic number. | 315 |
![]() |
coding | MagicNumber | '-86.67' is a magic number. | 315 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 316 |
![]() |
coding | MagicNumber | '33.94' is a magic number. | 316 |
![]() |
coding | MagicNumber | '-118.4' is a magic number. | 316 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 318 |
![]() |
coding | MagicNumber | '-0.1' is a magic number. | 318 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 319 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 321 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 321 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 322 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 323 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 324 |
![]() |
coding | MagicNumber | '36.12' is a magic number. | 324 |
![]() |
coding | MagicNumber | '-86.67' is a magic number. | 324 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 326 |
![]() |
coding | MagicNumber | '0.7' is a magic number. | 326 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 328 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 330 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 330 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 331 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 332 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 332 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 333 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 333 |
![]() |
coding | MagicNumber | '179' is a magic number. | 333 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 334 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 334 |
![]() |
coding | MagicNumber | '-178' is a magic number. | 334 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 335 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 336 |
![]() |
coding | MagicNumber | '182' is a magic number. | 336 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 336 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 337 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 337 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 339 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 340 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 340 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 341 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 341 |
![]() |
coding | MagicNumber | '-2' is a magic number. | 341 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 342 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 342 |
![]() |
coding | MagicNumber | '360' is a magic number. | 342 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 343 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 344 |
![]() |
coding | MagicNumber | '0.0001' is a magic number. | 344 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 345 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 347 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 349 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 349 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 350 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 351 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 352 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 353 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 354 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 354 |
![]() |
coding | MagicNumber | '130' is a magic number. | 354 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 355 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 355 |
![]() |
coding | MagicNumber | '140' is a magic number. | 355 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 356 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 356 |
![]() |
coding | MagicNumber | '140' is a magic number. | 356 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 357 |
![]() |
coding | MagicNumber | '-25' is a magic number. | 357 |
![]() |
coding | MagicNumber | '135' is a magic number. | 357 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 358 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 358 |
![]() |
coding | MagicNumber | '130' is a magic number. | 358 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 360 |
![]() |
coding | MagicNumber | '-24' is a magic number. | 360 |
![]() |
coding | MagicNumber | '135' is a magic number. | 360 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 361 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 361 |
![]() |
coding | MagicNumber | '145' is a magic number. | 361 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 363 |
![]() |
coding | MagicNumber | '-25' is a magic number. | 363 |
![]() |
coding | MagicNumber | '145' is a magic number. | 363 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 364 |
![]() |
coding | MagicNumber | '-35' is a magic number. | 364 |
![]() |
coding | MagicNumber | '135' is a magic number. | 364 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 366 |
![]() |
coding | MagicNumber | '-28' is a magic number. | 366 |
![]() |
coding | MagicNumber | '138' is a magic number. | 366 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 367 |
![]() |
coding | MagicNumber | '-26' is a magic number. | 367 |
![]() |
coding | MagicNumber | '135' is a magic number. | 367 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 369 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 369 |
![]() |
coding | MagicNumber | '135' is a magic number. | 369 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 370 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 370 |
![]() |
coding | MagicNumber | '130' is a magic number. | 370 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 371 |
![]() |
coding | MagicNumber | '-25' is a magic number. | 371 |
![]() |
coding | MagicNumber | '135' is a magic number. | 371 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 373 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 373 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 375 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 375 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 377 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 377 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 378 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 380 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 380 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 381 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 382 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 382 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 384 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 387 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 387 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 388 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 389 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 390 |
![]() |
design | DesignForExtension | Method 'testGetClosestIntersectionWithSegment1' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 391 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 392 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 392 |
![]() |
coding | MagicNumber | '120' is a magic number. | 392 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 393 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 394 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 394 |
![]() |
coding | MagicNumber | '110' is a magic number. | 394 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 394 |
![]() |
coding | MagicNumber | '130' is a magic number. | 394 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 396 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 397 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 399 |
![]() |
coding | MagicNumber | '-20.0' is a magic number. | 399 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 400 |
![]() |
coding | MagicNumber | '120.0' is a magic number. | 400 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 401 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 403 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 404 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 404 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 405 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 406 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 407 |
![]() |
design | DesignForExtension | Method 'testGetClosestIntersectionWithSegment2' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 408 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 409 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 409 |
![]() |
coding | MagicNumber | '110' is a magic number. | 409 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 410 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 411 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 411 |
![]() |
coding | MagicNumber | '100' is a magic number. | 411 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 411 |
![]() |
coding | MagicNumber | '130' is a magic number. | 411 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 413 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 414 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 416 |
![]() |
coding | MagicNumber | '-20.58106' is a magic number. | 416 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 417 |
![]() |
coding | MagicNumber | '110.218334' is a magic number. | 417 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 418 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 420 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 421 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 421 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 422 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 423 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 424 |
![]() |
design | DesignForExtension | Method 'testGetClosestIntersectionWithSegment3' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 425 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 426 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 426 |
![]() |
coding | MagicNumber | '120' is a magic number. | 426 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 427 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 428 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 428 |
![]() |
coding | MagicNumber | '110' is a magic number. | 428 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 428 |
![]() |
coding | MagicNumber | '130' is a magic number. | 428 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 430 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 431 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 433 |
![]() |
coding | MagicNumber | '-20.28353' is a magic number. | 433 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 434 |
![]() |
coding | MagicNumber | '119.90349' is a magic number. | 434 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 435 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 438 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 438 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 439 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 440 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 441 |
![]() |
design | DesignForExtension | Method 'testGetClosestIntersectionWithSegment4' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 442 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 443 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 443 |
![]() |
coding | MagicNumber | '110' is a magic number. | 443 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 444 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 445 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 445 |
![]() |
coding | MagicNumber | '100' is a magic number. | 445 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 445 |
![]() |
coding | MagicNumber | '130' is a magic number. | 445 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 447 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 448 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 450 |
![]() |
coding | MagicNumber | '-20.58106' is a magic number. | 450 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 451 |
![]() |
coding | MagicNumber | '110.218334' is a magic number. | 451 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 452 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 454 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 455 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 455 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 456 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 457 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 458 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToSegmentKm1' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 459 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 460 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 460 |
![]() |
coding | MagicNumber | '110' is a magic number. | 460 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 462 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 462 |
![]() |
coding | MagicNumber | '100' is a magic number. | 462 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 463 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 463 |
![]() |
coding | MagicNumber | '130' is a magic number. | 463 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 465 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 466 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 468 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 469 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 469 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 470 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 472 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 473 |
![]() |
coding | MagicNumber | '1047' is a magic number. | 473 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 474 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 476 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 477 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 477 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 478 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 478 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 479 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 480 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 481 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToSegmentKm2' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 482 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 482 |
![]() |
coding | MagicNumber | '115' is a magic number. | 482 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 484 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 485 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 485 |
![]() |
coding | MagicNumber | '140' is a magic number. | 485 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 486 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 486 |
![]() |
coding | MagicNumber | '140' is a magic number. | 486 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 488 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 489 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 490 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 491 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 492 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 493 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 495 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 496 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 496 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 497 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 497 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 498 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 499 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 500 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToSegmentKm3' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 501 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 501 |
![]() |
coding | MagicNumber | '150' is a magic number. | 501 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 503 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 504 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 504 |
![]() |
coding | MagicNumber | '120' is a magic number. | 504 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 505 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 505 |
![]() |
coding | MagicNumber | '140' is a magic number. | 505 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 507 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 508 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 509 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 510 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 511 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 512 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 514 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 515 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 515 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 516 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 517 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 518 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 519 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToSegmentKm4' is not designed for extension - needs to be abstract, final or empty. | 519 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 520 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 521 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 521 |
![]() |
coding | MagicNumber | '150' is a magic number. | 521 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 523 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 524 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 524 |
![]() |
coding | MagicNumber | '120' is a magic number. | 524 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 525 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 525 |
![]() |
coding | MagicNumber | '120' is a magic number. | 525 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 527 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 528 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 529 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 530 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 531 |
![]() |
coding | MagicNumber | '3399.0' is a magic number. | 531 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 532 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 534 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 535 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 535 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 536 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 537 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 538 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToSegmentKm5' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 539 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 541 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 542 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 542 |
![]() |
coding | MagicNumber | '120' is a magic number. | 542 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 543 |
![]() |
coding | MagicNumber | '0.4' is a magic number. | 543 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 544 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 544 |
![]() |
coding | MagicNumber | '150' is a magic number. | 544 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 546 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 547 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 548 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 550 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 551 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 551 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 552 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 553 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 554 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 555 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToSegmentKm6' is not designed for extension - needs to be abstract, final or empty. | 555 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 556 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 558 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 559 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 559 |
![]() |
coding | MagicNumber | '120' is a magic number. | 559 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 560 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 560 |
![]() |
coding | MagicNumber | '150' is a magic number. | 560 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 561 |
![]() |
coding | MagicNumber | '0.5' is a magic number. | 561 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 562 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 564 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 565 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 566 |
![]() |
coding | MagicNumber | '1641.00' is a magic number. | 566 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 567 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 569 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 571 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 572 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 572 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 573 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 573 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 574 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 575 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 576 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 577 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm1' is not designed for extension - needs to be abstract, final or empty. | 577 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 578 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 579 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 580 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 580 |
![]() |
coding | MagicNumber | '115' is a magic number. | 580 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 582 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 583 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 583 |
![]() |
coding | MagicNumber | '100' is a magic number. | 583 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 584 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 584 |
![]() |
coding | MagicNumber | '120' is a magic number. | 584 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 585 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 585 |
![]() |
coding | MagicNumber | '140' is a magic number. | 585 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 587 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 588 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 589 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 590 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 591 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 593 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 593 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 594 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 594 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 595 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 597 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 598 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 600 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 600 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 601 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 601 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 602 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 603 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 604 |
![]() |
coding | MagicNumber | '1234' is a magic number. | 604 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 605 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 607 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 608 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 608 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 609 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 609 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 610 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 611 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 612 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 613 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm2' is not designed for extension - needs to be abstract, final or empty. | 613 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 614 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 615 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 616 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 616 |
![]() |
coding | MagicNumber | '80' is a magic number. | 616 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 618 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 619 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 619 |
![]() |
coding | MagicNumber | '100' is a magic number. | 619 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 620 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 620 |
![]() |
coding | MagicNumber | '120' is a magic number. | 620 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 621 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 621 |
![]() |
coding | MagicNumber | '140' is a magic number. | 621 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 623 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 624 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 625 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 626 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 627 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 629 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 629 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 630 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 630 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 631 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 633 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 634 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 635 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 636 |
![]() |
coding | MagicNumber | '3039' is a magic number. | 636 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 637 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 639 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 640 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 640 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 641 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 641 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 642 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 643 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 644 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 645 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm3' is not designed for extension - needs to be abstract, final or empty. | 645 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 646 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 647 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 648 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 648 |
![]() |
coding | MagicNumber | '115' is a magic number. | 648 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 650 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 651 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 651 |
![]() |
coding | MagicNumber | '100' is a magic number. | 651 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 652 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 652 |
![]() |
coding | MagicNumber | '120' is a magic number. | 652 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 653 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 653 |
![]() |
coding | MagicNumber | '140' is a magic number. | 653 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 655 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 656 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 657 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 658 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 659 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 661 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 661 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 662 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 662 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 663 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 665 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 666 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 668 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 668 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 669 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 669 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 670 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 671 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 672 |
![]() |
coding | MagicNumber | '1234' is a magic number. | 672 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 673 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 675 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 676 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 676 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 677 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 677 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 678 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 679 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 680 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 681 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm4' is not designed for extension - needs to be abstract, final or empty. | 681 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 682 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 683 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 684 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 684 |
![]() |
coding | MagicNumber | '150' is a magic number. | 684 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 686 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 687 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 687 |
![]() |
coding | MagicNumber | '100' is a magic number. | 687 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 688 |
![]() |
coding | MagicNumber | '-20' is a magic number. | 688 |
![]() |
coding | MagicNumber | '120' is a magic number. | 688 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 689 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 689 |
![]() |
coding | MagicNumber | '140' is a magic number. | 689 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 691 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 692 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 693 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 694 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 695 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 697 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 697 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 698 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 698 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 699 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 701 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 702 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 703 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 704 |
![]() |
coding | MagicNumber | '2452' is a magic number. | 704 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 705 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 707 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 708 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 709 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 710 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm5' is not designed for extension - needs to be abstract, final or empty. | 710 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 711 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 712 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 713 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 715 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 716 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 716 |
![]() |
coding | MagicNumber | '150' is a magic number. | 716 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 718 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 720 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 722 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 723 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 724 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 725 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm6' is not designed for extension - needs to be abstract, final or empty. | 725 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 726 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 727 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 728 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 730 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 731 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 731 |
![]() |
coding | MagicNumber | '150' is a magic number. | 731 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 733 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 735 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 737 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 738 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 739 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 740 |
![]() |
design | DesignForExtension | Method 'testGetDistanceToPathKm7' is not designed for extension - needs to be abstract, final or empty. | 740 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 741 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 742 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 743 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 744 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 744 |
![]() |
coding | MagicNumber | '100' is a magic number. | 744 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 746 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 747 |
![]() |
coding | MagicNumber | '-30' is a magic number. | 747 |
![]() |
coding | MagicNumber | '120' is a magic number. | 747 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 749 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 750 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 751 |
![]() |
coding | MagicNumber | '1922' is a magic number. | 751 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 752 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 754 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 755 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 756 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 757 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 757 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 758 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 759 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 760 |
![]() |
design | DesignForExtension | Method 'testIsOutside1' is not designed for extension - needs to be abstract, final or empty. | 760 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 761 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 762 |
![]() |
coding | MagicNumber | '30' is a magic number. | 762 |
![]() |
coding | MagicNumber | '19.99' is a magic number. | 762 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 764 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 765 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 767 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 768 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 769 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 770 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 770 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 771 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 772 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 773 |
![]() |
design | DesignForExtension | Method 'testIsOutside2' is not designed for extension - needs to be abstract, final or empty. | 773 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 774 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 775 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 775 |
![]() |
coding | MagicNumber | '110' is a magic number. | 775 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 776 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 777 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 779 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 780 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 781 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 782 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 782 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 783 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 784 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 785 |
![]() |
design | DesignForExtension | Method 'testIsOutside3' is not designed for extension - needs to be abstract, final or empty. | 785 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 786 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 787 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 787 |
![]() |
coding | MagicNumber | '20.07030897931526' is a magic number. | 787 |
![]() |
coding | MagicNumber | '24.999999999999996' is a magic number. | 787 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 788 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 789 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 791 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 792 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 793 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 794 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 794 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 795 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 796 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 797 |
![]() |
design | DesignForExtension | Method 'testIsOutside4' is not designed for extension - needs to be abstract, final or empty. | 797 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 798 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 799 |
![]() |
coding | MagicNumber | '30' is a magic number. | 799 |
![]() |
coding | MagicNumber | '30' is a magic number. | 799 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 800 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 801 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 803 |
![]() |
design | DesignForExtension | Method 'testTo180' is not designed for extension - needs to be abstract, final or empty. | 803 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 803 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 804 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 805 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 806 |
![]() |
coding | MagicNumber | '10' is a magic number. | 806 |
![]() |
coding | MagicNumber | '10' is a magic number. | 806 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 807 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 807 |
![]() |
coding | MagicNumber | '-10' is a magic number. | 807 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 808 |
![]() |
coding | MagicNumber | '180' is a magic number. | 808 |
![]() |
coding | MagicNumber | '180' is a magic number. | 808 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 809 |
![]() |
coding | MagicNumber | '-180' is a magic number. | 809 |
![]() |
coding | MagicNumber | '-180' is a magic number. | 809 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 810 |
![]() |
coding | MagicNumber | '-170' is a magic number. | 810 |
![]() |
coding | MagicNumber | '190' is a magic number. | 810 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 811 |
![]() |
coding | MagicNumber | '170' is a magic number. | 811 |
![]() |
coding | MagicNumber | '-190' is a magic number. | 811 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 812 |
![]() |
coding | MagicNumber | '-170' is a magic number. | 812 |
![]() |
coding | MagicNumber | '190' is a magic number. | 812 |
![]() |
coding | MagicNumber | '360' is a magic number. | 812 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 813 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 815 |
![]() |
design | DesignForExtension | Method 'testLongitudeDiff' is not designed for extension - needs to be abstract, final or empty. | 815 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 815 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 816 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 817 |
![]() |
coding | MagicNumber | '10' is a magic number. | 817 |
![]() |
coding | MagicNumber | '15' is a magic number. | 817 |
![]() |
coding | MagicNumber | '5' is a magic number. | 817 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 818 |
![]() |
coding | MagicNumber | '10' is a magic number. | 818 |
![]() |
coding | MagicNumber | '-175' is a magic number. | 818 |
![]() |
coding | MagicNumber | '175' is a magic number. | 818 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 819 |
![]() |
coding | MagicNumber | '350' is a magic number. | 819 |
![]() |
coding | MagicNumber | '175' is a magic number. | 819 |
![]() |
coding | MagicNumber | '-175' is a magic number. | 819 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 820 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 822 |
![]() |
design | DesignForExtension | Method 'testGetLatitudeOnGreatCircleSameLatitudeHalfwayToSouthPole' is not designed for extension - needs to be abstract, final or empty. | 822 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 822 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 823 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 823 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 824 |
![]() |
coding | MagicNumber | '-45' is a magic number. | 824 |
![]() |
coding | MagicNumber | '20' is a magic number. | 824 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 825 |
![]() |
coding | MagicNumber | '-45' is a magic number. | 825 |
![]() |
coding | MagicNumber | '30' is a magic number. | 825 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 826 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 827 |
![]() |
coding | MagicNumber | '25' is a magic number. | 827 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 828 |
![]() |
coding | MagicNumber | '-45' is a magic number. | 828 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 829 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 831 |
![]() |
design | DesignForExtension | Method 'testGetLatitudeOnGreatCircleBothPointsOnEquator' is not designed for extension - needs to be abstract, final or empty. | 831 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 831 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 832 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 833 |
![]() |
coding | MagicNumber | '20' is a magic number. | 833 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 834 |
![]() |
coding | MagicNumber | '30' is a magic number. | 834 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 835 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 836 |
![]() |
coding | MagicNumber | '25' is a magic number. | 836 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 837 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 837 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 838 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 840 |
![]() |
design | DesignForExtension | Method 'testGetLatitudeOnGreatCircleFromLaxToJfk' is not designed for extension - needs to be abstract, final or empty. | 840 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 840 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 841 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 842 |
![]() |
coding | MagicNumber | '33' is a magic number. | 842 |
![]() |
coding | MagicNumber | '57' is a magic number. | 842 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 842 |
![]() |
coding | MagicNumber | '-118' is a magic number. | 842 |
![]() |
coding | MagicNumber | '24' is a magic number. | 842 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 842 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 843 |
![]() |
coding | MagicNumber | '40' is a magic number. | 843 |
![]() |
coding | MagicNumber | '38' is a magic number. | 843 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 843 |
![]() |
coding | MagicNumber | '-73' is a magic number. | 843 |
![]() |
coding | MagicNumber | '47' is a magic number. | 843 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 843 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 844 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 845 |
![]() |
coding | MagicNumber | '-111' is a magic number. | 845 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 846 |
![]() |
coding | MagicNumber | '36' is a magic number. | 846 |
![]() |
coding | MagicNumber | '24' is a magic number. | 846 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 846 |
![]() |
coding | MagicNumber | '0.1' is a magic number. | 846 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 847 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 849 |
![]() |
design | DesignForExtension | Method 'testGetLatitudeOnGreatCircleForSmallSegment' is not designed for extension - needs to be abstract, final or empty. | 849 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 849 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 850 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 851 |
![]() |
coding | MagicNumber | '-40' is a magic number. | 851 |
![]() |
coding | MagicNumber | '100' is a magic number. | 851 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 852 |
![]() |
coding | MagicNumber | '-40' is a magic number. | 852 |
![]() |
coding | MagicNumber | '100.016' is a magic number. | 852 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 853 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 854 |
![]() |
coding | MagicNumber | '100.008' is a magic number. | 854 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 855 |
![]() |
coding | MagicNumber | '-40' is a magic number. | 855 |
![]() |
coding | MagicNumber | '0.001' is a magic number. | 855 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 856 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 858 |
![]() |
design | DesignForExtension | Method 'testGetLongitudeOnGreatCircleFromLaxToJfk' is not designed for extension - needs to be abstract, final or empty. | 858 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 858 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 859 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 860 |
![]() |
coding | MagicNumber | '33' is a magic number. | 860 |
![]() |
coding | MagicNumber | '57' is a magic number. | 860 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 860 |
![]() |
coding | MagicNumber | '-118' is a magic number. | 860 |
![]() |
coding | MagicNumber | '24' is a magic number. | 860 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 860 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 861 |
![]() |
coding | MagicNumber | '40' is a magic number. | 861 |
![]() |
coding | MagicNumber | '38' is a magic number. | 861 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 861 |
![]() |
coding | MagicNumber | '-73' is a magic number. | 861 |
![]() |
coding | MagicNumber | '47' is a magic number. | 861 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 861 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 862 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 863 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 864 |
![]() |
coding | MagicNumber | '36' is a magic number. | 864 |
![]() |
coding | MagicNumber | '23.65967428' is a magic number. | 864 |
![]() |
coding | MagicNumber | '60.0' is a magic number. | 864 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 865 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 866 |
![]() |
coding | MagicNumber | '-111' is a magic number. | 866 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 867 |
![]() |
coding | MagicNumber | '-48.391565812643' is a magic number. | 867 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 868 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter file should be final. | 28 |
![]() |
misc | FinalParameters | Parameter version should be final. | 28 |
![]() |
design | DesignForExtension | Method 'writer' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter name should be final. | 42 |
![]() |
misc | FinalParameters | Parameter value should be final. | 42 |
![]() |
design | DesignForExtension | Method 'addVariable' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter shortName should be final. | 47 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 47 |
![]() |
design | DesignForExtension | Method 'addVariable' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter shortName should be final. | 51 |
![]() |
misc | FinalParameters | Parameter longName should be final. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 52 |
![]() |
misc | FinalParameters | Parameter units should be final. | 52 |
![]() |
misc | FinalParameters | Parameter encoding should be final. | 52 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 52 |
![]() |
misc | FinalParameters | Parameter numRecords should be final. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter variable should be final. | 70 |
![]() |
misc | FinalParameters | Parameter value should be final. | 70 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 103 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 109 |
![]() |
design | VisibilityModifier | Variable 'shortName' must be private and have accessor methods. | 109 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
design | VisibilityModifier | Variable 'cls' must be private and have accessor methods. | 110 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 111 |
![]() |
design | VisibilityModifier | Variable 'longName' must be private and have accessor methods. | 111 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 112 |
![]() |
design | VisibilityModifier | Variable 'units' must be private and have accessor methods. | 112 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 113 |
![]() |
design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 113 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 114 |
![]() |
design | VisibilityModifier | Variable 'numRecords' must be private and have accessor methods. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 116 |
![]() |
coding | HiddenField | 'writer' hides a field. | 116 |
![]() |
misc | FinalParameters | Parameter shortName should be final. | 116 |
![]() |
coding | HiddenField | 'shortName' hides a field. | 116 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 116 |
![]() |
coding | HiddenField | 'cls' hides a field. | 116 |
![]() |
design | DesignForExtension | Method 'longName' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
misc | FinalParameters | Parameter s should be final. | 122 |
![]() |
design | DesignForExtension | Method 'units' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
misc | FinalParameters | Parameter s should be final. | 127 |
![]() |
design | DesignForExtension | Method 'encoding' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
misc | FinalParameters | Parameter s should be final. | 132 |
![]() |
design | DesignForExtension | Method 'numRecords' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
misc | FinalParameters | Parameter n should be final. | 137 |
![]() |
design | DesignForExtension | Method 'build' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 143 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 152 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
misc | FinalParameters | Parameter writer should be final. | 154 |
![]() |
coding | HiddenField | 'writer' hides a field. | 154 |
![]() |
misc | FinalParameters | Parameter variable should be final. | 154 |
![]() |
coding | HiddenField | 'variable' hides a field. | 154 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 154 |
![]() |
coding | HiddenField | 'cls' hides a field. | 154 |
![]() |
design | DesignForExtension | Method 'variable' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
design | DesignForExtension | Method 'cls' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 164 |
![]() |
design | DesignForExtension | Method 'writer' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
misc | FinalParameters | Parameter t should be final. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
coding | RedundantThrows | Unable to get class information for InvalidRangeException. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 26 |
![]() |
coding | MagicNumber | '100L' is a magic number. | 28 |
![]() |
coding | MagicNumber | '200L' is a magic number. | 29 |
![]() |
blocks | AvoidNestedBlocks | Avoid nested blocks. | 39 |
![]() |
coding | MagicNumber | '100' is a magic number. | 41 |
![]() |
coding | MagicNumber | '200' is a magic number. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
design | DesignForExtension | Method 'testConstructorForNonExistingHostThrowsUnknownHostException' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
coding | MagicNumber | '100' is a magic number. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
design | DesignForExtension | Method 'testConstructorForNonExistingPortThrowsIllegalArgumentException' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
design | DesignForExtension | Method 'testConstructorForNonListeningSocketThrowsIOException' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
design | DesignForExtension | Method 'testConstructorForListeningPort' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
design | DesignForExtension | Method 'testNullSocket' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 87 |
![]() |
design | DesignForExtension | Method 'testCloseWhenSocketDoesNotThrowException' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
design | DesignForExtension | Method 'testSocketCloseThrowsIOException' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 102 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
design | DesignForExtension | Method 'testReadThrowsIOException' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 115 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 129 |
![]() |
design | DesignForExtension | Method 'testNormalRead' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 130 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 131 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 132 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 134 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 135 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 136 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 137 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 138 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 139 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 140 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 141 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 142 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 143 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 144 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 33 |
![]() |
coding | HiddenField | 'tags' hides a field. | 33 |
![]() |
misc | FinalParameters | Parameter items should be final. | 33 |
![]() |
coding | HiddenField | 'items' hides a field. | 33 |
![]() |
misc | FinalParameters | Parameter checksum should be final. | 33 |
![]() |
coding | HiddenField | 'checksum' hides a field. | 33 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'checksum'. | 33 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
![]() |
coding | MagicNumber | '3' is a magic number. | 36 |
![]() |
coding | MagicNumber | '3' is a magic number. | 37 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 38 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 46 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 49 |
![]() |
design | DesignForExtension | Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 59 |
![]() |
design | DesignForExtension | Method 'getUnixTimeMillis' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 65 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 73 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 76 |
![]() |
design | DesignForExtension | Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 82 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 85 |
![]() |
design | DesignForExtension | Method 'getSentenceGroupingFromTagBlock' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 94 |
![]() |
design | DesignForExtension | Method 'getLineCount' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 98 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 105 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 108 |
![]() |
design | DesignForExtension | Method 'getRelativeTimeMillis' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 113 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 121 |
![]() |
design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 127 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 130 |
![]() |
design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() |
design | DesignForExtension | Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
design | DesignForExtension | Method 'getTalker' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
design | DesignForExtension | Method 'toLine' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
![]() |
design | DesignForExtension | Method 'getSentenceNumber' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 149 |
![]() |
design | DesignForExtension | Method 'getSentenceCount' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 156 |
![]() |
design | DesignForExtension | Method 'getSentenceGroupId' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 169 |
![]() |
design | DesignForExtension | Method 'calculateChecksum' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() |
design | DesignForExtension | Method 'getChecksum' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 180 |
![]() |
naming | ConstantName | Name 'sentenceTagPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 180 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 183 |
![]() |
misc | FinalParameters | Parameter items should be final. | 184 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
![]() |
coding | MagicNumber | '3' is a magic number. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 191 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 201 |
![]() |
coding | MagicNumber | '3' is a magic number. | 214 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
misc | FinalParameters | Parameter items should be final. | 224 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 228 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 229 |
![]() |
design | VisibilityModifier | Variable 'number' must be private and have accessor methods. | 229 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 230 |
![]() |
design | VisibilityModifier | Variable 'count' must be private and have accessor methods. | 230 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 231 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
misc | FinalParameters | Parameter number should be final. | 233 |
![]() |
coding | HiddenField | 'number' hides a field. | 233 |
![]() |
misc | FinalParameters | Parameter count should be final. | 233 |
![]() |
coding | HiddenField | 'count' hides a field. | 233 |
![]() |
misc | FinalParameters | Parameter id should be final. | 233 |
![]() |
coding | HiddenField | 'id' hides a field. | 233 |
![]() |
design | DesignForExtension | Method 'isSingleSentence' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
design | DesignForExtension | Method 'getArrivalTimeMillis' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
misc | FinalParameters | Parameter message should be final. | 18 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'message'. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
misc | FinalParameters | Parameter t should be final. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter message should be final. | 26 |
![]() |
misc | FinalParameters | Parameter t should be final. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 26 |
![]() |
design | DesignForExtension | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
misc | FinalParameters | Parameter line should be final. | 26 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 26 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 36 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 39 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 67 |
![]() |
misc | FinalParameters | Parameter line should be final. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'line'. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 68 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 80 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 84 |
![]() |
misc | FinalParameters | Parameter s should be final. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 84 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
design | DesignForExtension | Method 'testConstructorWithThrowable' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Method 'testNmeaMessageParser' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 19 |
![]() |
coding | MagicNumber | '8' is a magic number. | 30 |
![]() |
design | DesignForExtension | Method 'testParsingOfTimeAndSourceInTagBlock' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
![]() |
coding | MagicNumber | '1120959341000L' is a magic number. | 46 |
![]() |
design | DesignForExtension | Method 'testParsingWithoutTagBlock' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
coding | MagicNumber | '8' is a magic number. | 55 |
![]() |
design | DesignForExtension | Method 'testBadTagBlockParameterNotSplitWithColon' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
design | DesignForExtension | Method 'testBadTagBlockTooManyColons' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
design | DesignForExtension | Method 'testNmeaMessageRelativeTimeAndLineCount' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 74 |
![]() |
coding | MagicNumber | '1120959341000L' is a magic number. | 76 |
![]() |
coding | MagicNumber | '4' is a magic number. | 77 |
![]() |
design | DesignForExtension | Method 'testNmeaMessageWhenTagBlockNotClosedProperly' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 82 |
![]() |
design | DesignForExtension | Method 'testNmeaMessageParsingWhenChecksumNotPresent' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
![]() |
design | DesignForExtension | Method 'testParseOfNmeaLineWithOnlyTwoElements' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
design | DesignForExtension | Method 'testTalkerPartTooShortDoesNotThrowException' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
design | DesignForExtension | Method 'testMultiSentenceOnLineWithoutTagBlock' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 106 |
![]() |
design | DesignForExtension | Method 'testMultiSentenceOnLineWithTagBlock' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'testBadSentenceInfoDoesNotThrowException' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
design | DesignForExtension | Method 'testBadSententenceThrowsNmeaMessageParseException' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 130 |
![]() |
design | DesignForExtension | Method 'testGTagDoesNotHaveSufficientPartsThrowsNmeaMessageParseException' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 138 |
![]() |
design | DesignForExtension | Method 'testSatelliteMessageFromEv05' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 143 |
![]() |
coding | MagicNumber | '1399340268000L' is a magic number. | 145 |
![]() |
design | DesignForExtension | Method 'testParseOnly2ItemsInMessage' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
coding | MagicNumber | '1388929778000L' is a magic number. | 152 |
![]() |
design | DesignForExtension | Method 'testTagBlockThatIncludesAValueWithAColonIsParsedCorrectly' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 157). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 162 |
![]() |
coding | MagicNumber | '3' is a magic number. | 163 |
![]() |
design | DesignForExtension | Method 'testNmeaWithBackSlashCorruptionInTagBlock' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 168 |
![]() |
design | DesignForExtension | Method 'testNmeaWithBadFormat' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 175 |
![]() |
design | DesignForExtension | Method 'testNmeaWithTagBlockOnly' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 185 |
![]() |
design | DesignForExtension | Method 'testExtractTagsReturnsEmptyMapWhenDoesNotHaveChecksumDelimiter' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 190 |
![]() |
design | DesignForExtension | Method 'testExtractMissingAisMessage' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 196 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
misc | FinalParameters | Parameter host should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'host'. | 30 |
![]() |
misc | FinalParameters | Parameter port should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'port'. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter host should be final. | 34 |
![]() |
misc | FinalParameters | Parameter port should be final. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
misc | FinalParameters | Parameter socket should be final. | 45 |
![]() |
coding | HiddenField | 'socket' hides a field. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
naming | ConstantName | Name 'invalidFieldCharacters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
naming | ConstantName | Name 'validCharacterSymbols' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
blocks | NeedBraces | 'for' construct must use '{}'s. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
![]() |
coding | MagicNumber | '127' is a magic number. | 38 |
![]() |
coding | MagicNumber | '32' is a magic number. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter ch should be final. | 41 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 52 |
![]() |
misc | FinalParameters | Parameter sentence should be final. | 52 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sentence'. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter sentence should be final. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter sentence should be final. | 67 |
![]() |
misc | FinalParameters | Parameter ignoreLeadingDollarOrExclamation should be final. | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 75 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 81 |
![]() |
coding | MagicNumber | '256' is a magic number. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter line should be final. | 106 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
misc | FinalParameters | Parameter line should be final. | 110 |
![]() |
misc | FinalParameters | Parameter name should be final. | 110 |
![]() |
misc | FinalParameters | Parameter value should be final. | 110 |
![]() |
coding | MagicNumber | '4' is a magic number. | 120 |
![]() |
coding | MagicNumber | '3' is a magic number. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
misc | FinalParameters | Parameter line should be final. | 141 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 141 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 158 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
![]() |
coding | MagicNumber | '4' is a magic number. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 160 |
![]() |
coding | MagicNumber | '3' is a magic number. | 161 |
![]() |
coding | MagicNumber | '3' is a magic number. | 188 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 205 |
![]() |
misc | FinalParameters | Parameter t should be final. | 205 |
![]() |
misc | FinalParameters | Parameter s should be final. | 205 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
![]() |
misc | FinalParameters | Parameter s should be final. | 212 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 224 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
![]() |
coding | MagicNumber | '128' is a magic number. | 227 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
misc | FinalParameters | Parameter tags should be final. | 246 |
![]() |
misc | FinalParameters | Parameter items should be final. | 246 |
![]() |
coding | MagicNumber | '40' is a magic number. | 247 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Method 'testChecksumNoLeadingDollar' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
design | DesignForExtension | Method 'testChecksumLeadingDollar' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
design | DesignForExtension | Method 'testChecksumLeadingExclamation' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 41 |
![]() |
design | DesignForExtension | Method 'testChecksumTwoLineMessage' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 46 |
![]() |
design | DesignForExtension | Method 'testCreateProprietaryHeartbeatLine' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
coding | MagicNumber | '1000' is a magic number. | 51 |
![]() |
design | DesignForExtension | Method 'testInstantiation' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
design | DesignForExtension | Method 'testIsValid' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
design | DesignForExtension | Method 'testTalker' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
![]() |
design | DesignForExtension | Method 'testChecksumCalculationIgnoresTagBlock' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 75 |
![]() |
design | DesignForExtension | Method 'testIsValidNmeaWhenSentenceHasUnclosedTagBlock' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
design | DesignForExtension | Method 'testIsValidFieldCharacter' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
coding | MagicNumber | '31' is a magic number. | 86 |
![]() |
coding | MagicNumber | '32' is a magic number. | 87 |
![]() |
coding | MagicNumber | '33' is a magic number. | 88 |
![]() |
coding | MagicNumber | '36' is a magic number. | 89 |
![]() |
coding | MagicNumber | '126' is a magic number. | 90 |
![]() |
coding | MagicNumber | '127' is a magic number. | 91 |
![]() |
coding | MagicNumber | '128' is a magic number. | 92 |
![]() |
design | DesignForExtension | Method 'testValidCharacterSymbol' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
design | DesignForExtension | Method 'testGetTalkerGivenNullString' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
design | DesignForExtension | Method 'testGetTalkerGivenRealTalker' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
design | DesignForExtension | Method 'testGetTalkerGivenUnknownTalker' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
design | DesignForExtension | Method 'testGetTalkerDescription' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 120 |
![]() |
design | DesignForExtension | Method 'testCanCreateNmeaLine' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 139 |
![]() |
design | DesignForExtension | Method 'testCreationOfTagBlock' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
design | DesignForExtension | Method 'testCreationOfNmeaLineFromTagsAndMessage' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 161 |
![]() |
design | DesignForExtension | Method 'testRoundTripOnNmeaMessageOnLineWithTagBlock' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 169 |
![]() |
design | DesignForExtension | Method 'testSupplementWithTimeDoesNothingToMultilineMessagesAfterFirst' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 175 |
![]() |
design | DesignForExtension | Method 'testSupplementWithTimeAddsArrivalTimeIfMissing' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 185 |
![]() |
design | DesignForExtension | Method 'testSupplementWithTimeAddsTagBlockIfDoesntHaveOne' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 191 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 193 |
![]() |
design | DesignForExtension | Method 'testSupplementWithTimeInsertsIntoExistingTagBlock' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 201 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 203 |
![]() |
design | DesignForExtension | Method 'testSupplementWithTimeInsertsIntoTagBlockWhenMessageBlank' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 210 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 211 |
![]() |
design | DesignForExtension | Method 'testSupplementWithTime' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 216 |
![]() |
coding | MagicNumber | '123' is a magic number. | 216 |
![]() |
design | DesignForExtension | Method 'testInsertNewTag' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter description should be final. | 64 |
![]() |
coding | HiddenField | 'description' hides a field. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 12 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter directory should be final. | 15 |
![]() |
coding | HiddenField | 'directory' hides a field. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
design | DesignForExtension | Method 'file' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
misc | FinalParameters | Parameter line should be final. | 21 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'key' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
misc | FinalParameters | Parameter line should be final. | 26 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter arrivalTime should be final. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 34 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 34 |
![]() |
coding | HiddenField | 'factory' hides a field. | 34 |
![]() |
misc | FinalParameters | Parameter clock should be final. | 34 |
![]() |
coding | HiddenField | 'clock' hides a field. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter nmea should be final. | 40 |
![]() |
misc | FinalParameters | Parameter factory should be final. | 40 |
![]() |
coding | HiddenField | 'factory' hides a field. | 40 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
misc | FinalParameters | Parameter scheduler should be final. | 48 |
![]() |
design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
design | VisibilityModifier | Variable 'current' must be private and have accessor methods. | 63 |
![]() |
design | VisibilityModifier | Variable 'currentKey' must be private and have accessor methods. | 64 |
![]() |
design | VisibilityModifier | Variable 'firstLineInFile' must be private and have accessor methods. | 65 |
![]() |
misc | FinalParameters | Parameter e should be final. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
![]() |
misc | FinalParameters | Parameter line should be final. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 100 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
blocks | EmptyBlock | Must have at least one statement. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 15 |
![]() |
design | DesignForExtension | Method 'testSaving' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 20 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 30 |
![]() |
design | DesignForExtension | Method 'testNewGroupingHasTime' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 50 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
design | DesignForExtension | Method 'testNewGroupingHasTimeEndsInCarriageReturn' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 70 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
![]() |
design | DesignForExtension | Method 'testNewGroupingSecondaryLineWithoutTimeIsGivenTime' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
![]() |
coding | MagicNumber | '1234567890' is a magic number. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 3 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 5 |
![]() |
design | DesignForExtension | Method 'getTimeMs' is not designed for extension - needs to be abstract, final or empty. | 5 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 6 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
misc | FinalParameters | Parameter exceptions should be final. | 13 |
![]() |
coding | HiddenField | 'exceptions' hides a field. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
design | DesignForExtension | Method 'getExceptions' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 36 |
![]() |
misc | FinalParameters | Parameter startFunction should be final. | 36 |
![]() |
coding | HiddenField | 'startFunction' hides a field. | 36 |
![]() |
misc | FinalParameters | Parameter whileFunction should be final. | 36 |
![]() |
coding | HiddenField | 'whileFunction' hides a field. | 36 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
misc | FinalParameters | Parameter child should be final. | 42 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
![]() |
misc | FinalParameters | Parameter e should be final. | 61 |
![]() |
misc | FinalParameters | Parameter t should be final. | 66 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter o should be final. | 106 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
extension | TreeWalker | Got an exception - expecting EOF, found '}' | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 10 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 11 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 13 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 15 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
misc | FinalParameters | Parameter e should be final. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
misc | FinalParameters | Parameter list should be final. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
misc | FinalParameters | Parameter function should be final. | 21 |
![]() |
coding | HiddenField | 'function' hides a field. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 42 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
misc | FinalParameters | Parameter e should be final. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 50 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
misc | FinalParameters | Parameter map should be final. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 54 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 59 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 64 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
misc | FinalParameters | Parameter file should be final. | 24 |
![]() |
coding | HiddenField | 'file' hides a field. | 24 |
![]() |
misc | FinalParameters | Parameter createTempFile should be final. | 24 |
![]() |
coding | HiddenField | 'createTempFile' hides a field. | 24 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
misc | FinalParameters | Parameter append should be final. | 25 |
![]() |
coding | HiddenField | 'append' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter out should be final. | 25 |
![]() |
coding | HiddenField | 'out' hides a field. | 25 |
![]() |
misc | FinalParameters | Parameter closeOnTerminate should be final. | 25 |
![]() |
coding | HiddenField | 'closeOnTerminate' hides a field. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
misc | FinalParameters | Parameter bufferSize should be final. | 26 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter file should be final. | 35 |
![]() |
coding | HiddenField | 'file' hides a field. | 35 |
![]() |
misc | FinalParameters | Parameter append should be final. | 35 |
![]() |
coding | HiddenField | 'append' hides a field. | 35 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter file should be final. | 39 |
![]() |
coding | HiddenField | 'file' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter append should be final. | 39 |
![]() |
coding | HiddenField | 'append' hides a field. | 39 |
![]() |
misc | FinalParameters | Parameter bufferSize should be final. | 39 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 44 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 45 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter bufferSize should be final. | 47 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 47 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 48 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 49 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter out should be final. | 51 |
![]() |
coding | HiddenField | 'out' hides a field. | 51 |
![]() |
misc | FinalParameters | Parameter closeOnTerminate should be final. | 51 |
![]() |
coding | HiddenField | 'closeOnTerminate' hides a field. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 52 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 53 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter out should be final. | 55 |
![]() |
coding | HiddenField | 'out' hides a field. | 55 |
![]() |
misc | FinalParameters | Parameter closeOnTerminate should be final. | 55 |
![]() |
coding | HiddenField | 'closeOnTerminate' hides a field. | 55 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 56 |
![]() |
misc | FinalParameters | Parameter bufferSize should be final. | 56 |
![]() |
coding | HiddenField | 'bufferSize' hides a field. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 57 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 58 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 60 |
![]() |
design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 61 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 62 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 63 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 65 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 66 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 67 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 68 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 69 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 70 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 72 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 72 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 73 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 74 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 75 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 76 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 77 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 78 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 79 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 80 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 81 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 82 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 83 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 84 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 85 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 86 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 88 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 90 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 91 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 92 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 93 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 94 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 95 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 97 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 98 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 99 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 100 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 101 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 103 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 104 |
![]() |
misc | FinalParameters | Parameter e should be final. | 104 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 105 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 106 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 109 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 110 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 111 |
![]() |
blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 112 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 113 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 114 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 116 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 117 |
![]() |
misc | FinalParameters | Parameter bytes should be final. | 117 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 119 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 120 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 121 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 122 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 123 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 124 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 125 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 126 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 9 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
misc | FinalParameters | Parameter frame should be final. | 11 |
![]() |
misc | FinalParameters | Parameter defaultX should be final. | 11 |
![]() |
misc | FinalParameters | Parameter defaultY should be final. | 11 |
![]() |
misc | FinalParameters | Parameter defaultWidth should be final. | 12 |
![]() |
misc | FinalParameters | Parameter defaultHeight should be final. | 12 |
![]() |
misc | FinalParameters | Parameter cls should be final. | 12 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 17 |
![]() |
misc | FinalParameters | Parameter e should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 16 |
![]() |
design | DesignForExtension | Method 'test' is not designed for extension - needs to be abstract, final or empty. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 17 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 18 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 19 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 20 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 21 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 22 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 24 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 25 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 26 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 27 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 28 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 29 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 30 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 31 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 32 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 34 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 37 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 38 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 39 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 40 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter source should be final. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 25 |
![]() |
misc | FinalParameters | Parameter t should be final. | 28 |
![]() |
misc | FinalParameters | Parameter n should be final. | 28 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter value should be final. | 38 |
![]() |
coding | HiddenField | 'value' hides a field. | 38 |
![]() |
misc | FinalParameters | Parameter index should be final. | 38 |
![]() |
coding | HiddenField | 'index' hides a field. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | |
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |