The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
97 | 0 | 0 | 3176 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 12 | Error |
NewlineAtEndOfFile | 5 | Error |
Translation | 0 | Error |
JavadocMethod | 466 | Error |
JavadocType | 59 | Error |
JavadocVariable | 432 | Error |
JavadocStyle | 197 | Error |
ConstantName | 15 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 1 | Error |
MemberName | 4 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 9 | Error |
Header
| 4 | Error |
AvoidStarImport | 4 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
FileLength | 0 | Error |
LineLength | 68 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 1 | Error |
MethodParamPad | 1 | Error |
NoWhitespaceAfter | 31 | Error |
NoWhitespaceBefore | 8 | Error |
OperatorWrap | 10 | Error |
ParenPad | 4 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 64 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 40 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 7 | Error |
LeftCurly | 0 | Error |
NeedBraces | 67 | Error |
RightCurly | 7 | Error |
AvoidInlineConditionals | 12 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 3 | Error |
MagicNumber | 456 | Error |
MissingSwitchDefault | 9 | Error |
RedundantThrows | 7 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 4 | Error |
DesignForExtension | 474 | Error |
FinalClass | 3 | Error |
HideUtilityClassConstructor | 9 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 84 | Error |
ArrayTypeStyle | 1 | Error |
FinalParameters | 595 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Variable 'tabbedForm' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'loginForm' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 50 | |
Parameter model should be final. | 57 | |
Expected @param tag for 'model'. | 57 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
'3' is a magic number. | 86 | |
Must have at least one statement. | 92 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter form should be final. | 100 | |
Method 'deregister' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter form should be final. | 109 | |
Method 'showForm' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter form should be final. | 117 | |
Method 'getTabbedForm' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
First sentence should end with a period. | 128 | |
Expected an @return tag. | 129 | |
Method 'getLoginForm' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 |
Violation | Message | Line |
---|---|---|
Name 'SERVER_LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Expected @param tag for 'args'. | 84 | |
Method 'getGPSHandler' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Expected @param tag for 'route'. | 129 | |
First sentence should end with a period. | 164 | |
Parameter gpsHandler should be final. | 168 | |
Expected @param tag for 'gpsHandler'. | 168 | |
'&&' should be on a new line. | 174 | |
Method 'getGPSHandlers' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 288 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Parameter degrees should be final. | 32 | |
Parameter minutes should be final. | 32 | |
Parameter seconds should be final. | 32 | |
Missing a Javadoc comment. | 38 | |
Parameter degrees should be final. | 38 | |
'cast' is not followed by whitespace. | 39 | |
'60' is a magic number. | 40 | |
'cast' is not followed by whitespace. | 42 | |
'60' is a magic number. | 45 | |
Missing a Javadoc comment. | 48 | |
Parameter degrees should be final. | 48 | |
'cast' is not followed by whitespace. | 49 | |
'60' is a magic number. | 50 | |
'cast' is not followed by whitespace. | 52 | |
'60' is a magic number. | 55 | |
Method 'getDeg' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'getSec' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Expected an @return tag. | 75 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Parameter decimals should be final. | 86 | |
Expected @param tag for 'decimals'. | 86 | |
Expected an @return tag. | 93 | |
Parameter degrees should be final. | 93 | |
Expected @param tag for 'degrees'. | 93 | |
'cast' is not followed by whitespace. | 94 | |
'60' is a magic number. | 95 | |
'cast' is not followed by whitespace. | 97 | |
'60' is a magic number. | 100 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Parameter provider should be final. | 27 | |
Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter minX should be final. | 43 | |
Parameter minY should be final. | 43 | |
Parameter maxX should be final. | 44 | |
Parameter maxY should be final. | 44 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Parameter name should be final. | 48 | |
Parameter radius should be final. | 48 | |
Parameter eccentricity should be final. | 48 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
First sentence should end with a period. | 61 | |
Method 'getEccentricity' is not designed for extension - needs to be abstract, final or empty. | 66 | |
First sentence should end with a period. | 70 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
First sentence should end with a period. | 79 | |
Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter model should be final. | 47 | |
Parameter view should be final. | 47 | |
First sentence should end with a period. | 61 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Parameter event should be final. | 64 | |
Expected @param tag for 'event'. | 64 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
'if' construct must use '{}'s. | 86 | |
'else' construct must use '{}'s. | 88 | |
Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter event should be final. | 103 | |
'1000' is a magic number. | 105 | |
'1000' is a magic number. | 107 | |
First sentence should end with a period. | 111 | |
Method 'socketError' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Parameter e should be final. | 115 | |
Expected @param tag for 'e'. | 115 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Method 'bufferFileExists' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Line is longer than 80 characters. | 174 | |
'if' construct must use '{}'s. | 176 | |
Line is longer than 80 characters. | 181 | |
'if' construct must use '{}'s. | 184 | |
Line is longer than 80 characters. | 188 | |
',' is not followed by whitespace. | 188 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 192 | |
'if' construct must use '{}'s. | 208 | |
Line is longer than 80 characters. | 212 | |
',' is not followed by whitespace. | 212 | |
Line is longer than 80 characters. | 216 | |
Method 'serverButton' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter model should be final. | 33 | |
Parameter view should be final. | 33 | |
First sentence should end with a period. | 43 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Parameter e should be final. | 46 | |
Expected @param tag for 'e'. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Method 'logon' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter user should be final. | 44 | |
Parameter pass should be final. | 44 | |
Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter listener should be final. | 52 | |
Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter listener should be final. | 60 | |
Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter userId should be final. | 71 | |
Method 'getRoute' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter route should be final. | 78 | |
Expected @param tag for 'route'. | 78 | |
Method 'setRealtimeRoute' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter route should be final. | 91 | |
Expected @param tag for 'route'. | 91 | |
Method 'getRealtimeRoutes' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'coordReceived' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Parameter routeId should be final. | 110 | |
Parameter coord should be final. | 110 | |
Unused @param tag for 'routeId'. | 125 | |
Unused @param tag for 'coord'. | 126 | |
Method 'coordsReceived' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter coords should be final. | 128 | |
Expected @param tag for 'coords'. | 128 | |
Method 'usersReceived' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Parameter users should be final. | 143 | |
Expected @param tag for 'users'. | 143 | |
First sentence should end with a period. | 153 | |
Method 'userReceived' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Parameter user should be final. | 157 | |
Expected @param tag for 'user'. | 157 | |
Method 'routeReceived' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Parameter routeId should be final. | 173 | |
Parameter coords should be final. | 173 | |
Method 'routeList' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Parameter routes should be final. | 188 | |
Method 'messageHandler' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Parameter message should be final. | 202 | |
'3' is a magic number. | 226 | |
'4' is a magic number. | 227 | |
'3' is a magic number. | 240 | |
';' is preceded with whitespace. | 252 | |
'3' is a magic number. | 283 | |
'6' is a magic number. | 310 | |
'3' is a magic number. | 314 | |
'4' is a magic number. | 315 | |
'5' is a magic number. | 316 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Parameter id should be final. | 27 | |
Parameter user should be final. | 27 | |
Missing a Javadoc comment. | 31 | |
Parameter id should be final. | 31 | |
Parameter user should be final. | 31 | |
Parameter pass should be final. | 31 | |
Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 29 | |
Unclosed HTML tag found: <latitude>, <longitude>, <dateTime>} | 70 | |
Unclosed HTML tag found: <longitude>, <dateTime>} | 70 | |
Unclosed HTML tag found: <dateTime>} | 70 | |
Unclosed HTML tag found: <zipped string of coordinates>} | 79 | |
Unclosed HTML tag found: <description>} | 87 | |
Unclosed HTML tag found: <routeId>} | 94 | |
Unclosed HTML tag found: <username>} | 101 | |
Unclosed HTML tag found: <routeId>} | 111 | |
Unclosed HTML tag found: <routeId>} | 118 | |
Unclosed HTML tag found: <enabled>} | 126 | |
First sentence should end with a period. | 132 | |
Parameter out should be final. | 157 | |
Parameter flush should be final. | 157 | |
Parameter message should be final. | 157 | |
Parameter out should be final. | 177 | |
Parameter message should be final. | 177 | |
Parameter message should be final. | 190 | |
Parameter msgDelim should be final. | 210 | |
Parameter builder should be final. | 210 | |
Parameter message should be final. | 211 | |
Parameter builder should be final. | 239 | |
Parameter message should be final. | 240 | |
Avoid inline conditionals. | 251 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 37 | |
Redundant 'public' modifier. | 44 | |
Redundant 'public' modifier. | 51 | |
Redundant 'public' modifier. | 59 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Method 'setLogFile' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Parameter file should be final. | 47 | |
Expected @param tag for 'file'. | 47 | |
Method 'getLogFile' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter username should be final. | 63 | |
Method 'authUser' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter username should be final. | 70 | |
Parameter password should be final. | 70 | |
Method 'storeCoordinate' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter routeID should be final. | 77 | |
Parameter coord should be final. | 77 | |
Method 'storeCoordinate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Parameter routeID should be final. | 84 | |
Parameter coord should be final. | 84 | |
Line is longer than 80 characters. | 92 | |
Method 'makeRoute' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter userID should be final. | 92 | |
Parameter description should be final. | 92 | |
Parameter publicRoute should be final. | 92 | |
Method 'getRoutes' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter username should be final. | 99 | |
Method 'getRoute' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter routeId should be final. | 106 | |
Method 'getCoordinates' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Parameter routeID should be final. | 113 | |
Method 'getUserList' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Parameter userId should be final. | 127 | |
Method 'setVisible' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Parameter routeID should be final. | 134 | |
Parameter visible should be final. | 134 | |
Method 'lockRoute' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter routeID should be final. | 141 | |
Parameter lock should be final. | 141 | |
Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter userId should be final. | 145 | |
Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Method 'log' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter message should be final. | 153 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Variable 'db' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'server' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 44 | |
Variable 'user' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'route' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'inStream' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'outStream' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'in' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'out' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 64 | |
Parameter server should be final. | 64 | |
Parameter socket should be final. | 64 | |
Parameter user should be final. | 64 | |
Method 'startHandler' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'messageLoop' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Expected @throws tag for 'IOException'. | 99 | |
Expected an @return tag. | 120 | |
Method 'viewRoutes' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter username should be final. | 126 | |
Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Parameter out should be final. | 154 | |
Parameter message should be final. | 154 | |
Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter message should be final. | 168 | |
Parameter out should be final. | 178 | |
Parameter message should be final. | 178 | |
Method 'log' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Parameter message should be final. | 187 | |
Method 'getActiveRoute' is not designed for extension - needs to be abstract, final or empty. | 196 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 's' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Parameter s should be final. | 31 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
'1024' is a magic number. | 56 | |
'(' is preceded with whitespace. | 60 | |
'1000' is a magic number. | 69 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Parameter model should be final. | 36 | |
Parameter view should be final. | 36 | |
First sentence should end with a period. | 52 | |
Name 'getUserBtnListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 56 | |
Missing a Javadoc comment. | 57 | |
Parameter e should be final. | 57 | |
First sentence should end with a period. | 62 | |
Name 'configBtnListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 66 | |
Missing a Javadoc comment. | 67 | |
Parameter e should be final. | 67 | |
First sentence should end with a period. | 75 | |
Missing a Javadoc comment. | 80 | |
Parameter e should be final. | 80 | |
First sentence should end with a period. | 93 | |
Missing a Javadoc comment. | 98 | |
Parameter e should be final. | 98 | |
'}' should be on the same line. | 103 | |
'else' construct must use '{}'s. | 104 | |
Missing a Javadoc comment. | 110 | |
Name 'nrBoxListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 110 | |
Missing a Javadoc comment. | 111 | |
Parameter e should be final. | 111 | |
Missing a Javadoc comment. | 116 | |
Name 'dotBoxListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 116 | |
Missing a Javadoc comment. | 117 | |
Parameter e should be final. | 117 | |
Missing a Javadoc comment. | 122 | |
Name 'mapBoxListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 122 | |
Missing a Javadoc comment. | 123 | |
Parameter e should be final. | 123 | |
Missing a Javadoc comment. | 128 | |
Name 'thickBoxListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 128 | |
Missing a Javadoc comment. | 129 | |
Parameter e should be final. | 129 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 36 | |
Missing a Javadoc comment. | 37 | |
Parameter args should be final. | 37 | |
'55' is a magic number. | 39 | |
'55' is a magic number. | 40 | |
Expected @param tag for 'routeId'. | 68 | |
Expected @param tag for 'routeId'. | 98 | |
'3' is a magic number. | 119 | |
'3' is a magic number. | 180 | |
'-5000' is a magic number. | 183 | |
'-500' is a magic number. | 188 | |
'5000' is a magic number. | 194 | |
'500' is a magic number. | 199 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 45 | |
Redundant 'public' modifier. | 52 | |
Redundant 'public' modifier. | 59 | |
Redundant 'public' modifier. | 67 | |
Redundant 'public' modifier. | 75 | |
Redundant 'public' modifier. | 82 | |
Redundant 'public' modifier. | 87 | |
Expected @param tag for 'user'. | 87 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Utility classes should not have a public or default constructor. | 25 | |
Missing a Javadoc comment. | 27 | |
Parameter args should be final. | 27 | |
'58' is a magic number. | 33 | |
'58' is a magic number. | 34 | |
'3.767' is a magic number. | 35 | |
'60' is a magic number. | 36 | |
'3600' is a magic number. | 36 | |
'5' is a magic number. | 39 | |
'36' is a magic number. | 40 | |
'6.661' is a magic number. | 41 | |
'60' is a magic number. | 42 | |
'3600' is a magic number. | 42 | |
'22' is a magic number. | 44 | |
'58.97713055555554' is a magic number. | 47 | |
'5.61849722222222' is a magic number. | 47 | |
Missing a Javadoc comment. | 74 | |
Parameter f should be final. | 74 | |
'0.00027' is a magic number. | 75 | |
'0.01666666' is a magic number. | 76 | |
'40' is a magic number. | 88 | |
'cast' is not followed by whitespace. | 94 | |
'cast' is not followed by whitespace. | 105 | |
'60' is a magic number. | 105 | |
'cast' is not followed by whitespace. | 115 | |
'3600' is a magic number. | 115 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Parameter manager should be final. | 43 | |
Parameter form should be final. | 43 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Parameter e should be final. | 49 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 39 | |
Redundant 'public' modifier. | 49 | |
Expected @param tag for 'client'. | 49 | |
Redundant 'public' modifier. | 57 | |
Expected @param tag for 'client'. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Name 'server' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Missing a Javadoc comment. | 41 | |
Name 'database' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter username should be final. | 71 | |
')' is preceded with whitespace. | 85 | |
Method 'authUser' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter user should be final. | 100 | |
Parameter pass should be final. | 100 | |
Method 'storeCoordinate' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Parameter routeID should be final. | 132 | |
Parameter coord should be final. | 132 | |
'+' should be on a new line. | 148 | |
Method 'storeCoordinate' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Parameter routeID should be final. | 163 | |
Parameter coords should be final. | 163 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 179 | |
Method 'getUserList' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Parameter userId should be final. | 225 | |
Method 'makeRoute' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Parameter userId should be final. | 254 | |
Parameter description should be final. | 254 | |
Parameter publicRoute should be final. | 255 | |
';' is not followed by whitespace. | 256 | |
Method 'getRoutes' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Parameter username should be final. | 293 | |
'3' is a magic number. | 312 | |
'4' is a magic number. | 313 | |
'5' is a magic number. | 314 | |
'+' should be on a new line. | 315 | |
'+' should be on a new line. | 316 | |
'+' should be on a new line. | 317 | |
'+' should be on a new line. | 318 | |
Method 'getCoordinates' is not designed for extension - needs to be abstract, final or empty. | 345 | |
Parameter routeID should be final. | 346 | |
'3' is a magic number. | 361 | |
Method 'setVisible' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Parameter routeID should be final. | 378 | |
Parameter visible should be final. | 378 | |
Avoid inline conditionals. | 383 | |
Method 'lockRoute' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Parameter routeID should be final. | 402 | |
Parameter lock should be final. | 402 | |
Avoid inline conditionals. | 407 | |
Missing a Javadoc comment. | 422 | |
Parameter message should be final. | 422 | |
First sentence should end with a period. | 427 | |
Method 'getRoute' is not designed for extension - needs to be abstract, final or empty. | 432 | |
Parameter routeId should be final. | 433 | |
Expected @param tag for 'routeId'. | 433 | |
'3' is a magic number. | 450 | |
'4' is a magic number. | 451 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 34 | |
Redundant 'public' modifier. | 43 | |
Redundant 'public' modifier. | 50 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Parameter model should be final. | 37 | |
Parameter view should be final. | 37 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter event should be final. | 45 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'nameCount' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'name' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Variable 'saveButton' must be private and have accessor methods. | 44 | |
Variable 'cancelButton' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Parameter view should be final. | 55 | |
Parameter model should be final. | 55 | |
Parameter view should be final. | 69 | |
Parameter name should be final. | 69 | |
Parameter model should be final. | 69 | |
'10' is a magic number. | 84 | |
'10' is a magic number. | 84 | |
'10' is a magic number. | 84 | |
'10' is a magic number. | 84 | |
'10' is a magic number. | 88 | |
'10' is a magic number. | 88 | |
'10' is a magic number. | 88 | |
'10' is a magic number. | 88 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 112 | |
Method 'addBtnListener' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter listener should be final. | 135 | |
Expected @param tag for 'listener'. | 135 | |
Method 'getFormComponent' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Method 'showMain' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Method 'refreshView' is not designed for extension - needs to be abstract, final or empty. | 153 | |
First sentence should end with a period. | 164 | |
Method 'getCompression' is not designed for extension - needs to be abstract, final or empty. | 169 | |
First sentence should end with a period. | 173 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Method 'getAutoTransfer' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Method 'setStatusMsg' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter msg should be final. | 196 | |
First sentence should end with a period. | 201 | |
Method 'showRoutes' is not designed for extension - needs to be abstract, final or empty. | 204 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Parameter matrix should be final. | 31 | |
Method 'setMatrix' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter matrix should be final. | 35 | |
Method 'getMatrix' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'set' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter i should be final. | 43 | |
Parameter j should be final. | 43 | |
Parameter value should be final. | 43 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter i should be final. | 47 | |
Parameter j should be final. | 47 | |
Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter dimension should be final. | 51 | |
Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Conditional logic can be removed. | 77 | |
Conditional logic can be removed. | 102 | |
Parameter o should be final. | 145 | |
Parameter o should be final. | 153 | |
Parameter forward should be final. | 163 |
Violation | Message | Line |
---|---|---|
Variable 'forms' must be private and have accessor methods. | 40 | |
Variable 'currentForm' must be private and have accessor methods. | 43 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter form should be final. | 48 | |
Method 'deregister' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter form should be final. | 60 | |
Method 'showForm' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter form should be final. | 72 |
Violation | Message | Line |
---|---|---|
Class DebugProxy should be declared as final. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Parameter obj should be final. | 31 | |
Missing a Javadoc comment. | 36 | |
Parameter obj should be final. | 36 | |
Missing a Javadoc comment. | 40 | |
Parameter proxy should be final. | 40 | |
Parameter m should be final. | 40 | |
Parameter args should be final. | 40 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'name' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Variable 'nameCount' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Variable 'gpsButton' must be private and have accessor methods. | 66 | |
Variable 'serverButton' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Variable 'intervalSpinner' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Parameter view should be final. | 77 | |
Parameter model should be final. | 77 | |
Missing a Javadoc comment. | 82 | |
Parameter view should be final. | 82 | |
Parameter model should be final. | 82 | |
Parameter name should be final. | 82 | |
'10' is a magic number. | 87 | |
'11' is a magic number. | 89 | |
'11' is a magic number. | 91 | |
'{' is followed by whitespace. | 98 | |
'150' is a magic number. | 108 | |
'50' is a magic number. | 108 | |
'150' is a magic number. | 114 | |
'50' is a magic number. | 114 | |
'10' is a magic number. | 135 | |
'10' is a magic number. | 135 | |
'10' is a magic number. | 135 | |
'10' is a magic number. | 135 | |
'10' is a magic number. | 149 | |
'10' is a magic number. | 149 | |
'10' is a magic number. | 149 | |
'10' is a magic number. | 149 | |
'20' is a magic number. | 153 | |
Method 'addGPSBtnListener' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Parameter listener should be final. | 175 | |
Expected @param tag for 'listener'. | 175 | |
Method 'addSpinnerListener' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Parameter listener should be final. | 184 | |
Expected @param tag for 'listener'. | 184 | |
Method 'addTimerListener' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter listener should be final. | 193 | |
Expected @param tag for 'listener'. | 193 | |
Method 'addServerBtnListener' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Parameter listener should be final. | 202 | |
Expected @param tag for 'listener'. | 202 | |
First sentence should end with a period. | 206 | |
Expected an @return tag. | 209 | |
Method 'getFormComponent' is not designed for extension - needs to be abstract, final or empty. | 209 | |
First sentence should end with a period. | 213 | |
Expected an @return tag. | 216 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 220 | |
Parameter coord should be final. | 220 | |
First sentence should end with a period. | 222 | |
Method 'refreshView' is not designed for extension - needs to be abstract, final or empty. | 225 | |
'20' is a magic number. | 228 | |
First sentence should end with a period. | 267 | |
Parameter heading should be final. | 274 | |
Parameter error should be final. | 274 | |
Parameter icon should be final. | 274 | |
First sentence should end with a period. | 278 | |
Method 'getInterval' is not designed for extension - needs to be abstract, final or empty. | 283 | |
'cast' is not followed by whitespace. | 284 | |
'60' is a magic number. | 288 | |
'60' is a magic number. | 289 | |
'60' is a magic number. | 290 | |
')' is preceded with whitespace. | 290 | |
Method 'setStatusMsg' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Parameter status should be final. | 308 | |
First sentence should end with a period. | 312 | |
Method 'increaseRecievedField' is not designed for extension - needs to be abstract, final or empty. | 316 | |
First sentence should end with a period. | 320 | |
Method 'setLatLonFields' is not designed for extension - needs to be abstract, final or empty. | 326 | |
Parameter lat should be final. | 326 | |
Parameter lon should be final. | 326 | |
First sentence should end with a period. | 331 | |
Method 'setLastUpdateField' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Parameter update should be final. | 336 | |
Method 'statusUpdate' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter state should be final. | 340 | |
switch without "default" clause. | 341 | |
Missing a Javadoc comment. | 360 | |
Parameter connected should be final. | 360 | |
First sentence should end with a period. | 362 | |
Method 'createTimer' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Parameter listener should be final. | 367 | |
'1000' is a magic number. | 368 | |
Method 'setServerBtnTxt' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Parameter text should be final. | 376 | |
Method 'setGPSBtnTxt' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Parameter text should be final. | 385 | |
Method 'showMain' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Method 'showErrorDialog' is not designed for extension - needs to be abstract, final or empty. | 402 | |
Parameter heading should be final. | 402 | |
Parameter error should be final. | 402 | |
First sentence should end with a period. | 406 | |
Method 'getTimer' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Method 'showLogin' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Method 'stopTimer' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Method 'startTimer' is not designed for extension - needs to be abstract, final or empty. | 432 | |
First sentence should end with a period. | 436 | |
Method 'timerIsRunning' is not designed for extension - needs to be abstract, final or empty. | 441 | |
First sentence should end with a period. | 445 | |
Method 'showRoutes' is not designed for extension - needs to be abstract, final or empty. | 448 | |
First sentence should end with a period. | 453 | |
Method 'transferBufferedDialog' is not designed for extension - needs to be abstract, final or empty. | 458 | |
'{' is followed by whitespace. | 459 | |
First sentence should end with a period. | 467 | |
Method 'setActiveRoute' is not designed for extension - needs to be abstract, final or empty. | 472 | |
Parameter route should be final. | 472 | |
Method 'connectionUpdate' is not designed for extension - needs to be abstract, final or empty. | 476 | |
Missing a Javadoc comment. | 476 | |
Parameter state should be final. | 477 | |
switch without "default" clause. | 478 | |
Method 'transferToServer' is not designed for extension - needs to be abstract, final or empty. | 500 | |
Method 'recieveFromGPS' is not designed for extension - needs to be abstract, final or empty. | 510 | |
Method 'pauseFromGPS' is not designed for extension - needs to be abstract, final or empty. | 520 | |
Method 'bufferToFile' is not designed for extension - needs to be abstract, final or empty. | 532 | |
First sentence should end with a period. | 538 | |
Method 'readExcepion' is not designed for extension - needs to be abstract, final or empty. | 542 | |
Parameter e should be final. | 542 | |
Expected @param tag for 'e'. | 542 | |
Method 'setDistField' is not designed for extension - needs to be abstract, final or empty. | 552 | |
Parameter dist should be final. | 552 | |
'3' is a magic number. | 555 | |
'1000' is a magic number. | 557 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'nameCount' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'name' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'route' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
Variable 'user' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Parameter view should be final. | 50 | |
Parameter model should be final. | 50 | |
Missing a Javadoc comment. | 55 | |
Parameter view should be final. | 55 | |
Parameter name should be final. | 55 | |
Parameter model should be final. | 55 | |
Method 'gotoMap' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter realtime should be final. | 82 | |
Parameter route should be final. | 82 | |
Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter route should be final. | 88 | |
Parameter user should be final. | 88 | |
Method 'setInfo' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'setRoute' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter coordList should be final. | 100 | |
Method 'setMapView' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter nr should be final. | 104 | |
Parameter dot should be final. | 104 | |
Parameter map should be final. | 104 | |
Parameter thick should be final. | 104 | |
',' is not followed by whitespace. | 105 | |
',' is not followed by whitespace. | 105 | |
',' is not followed by whitespace. | 105 | |
Method 'getFormComponent' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Method 'refreshView' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '/*'. | 1 | |
First sentence should end with a period. | 12 | |
Missing a Javadoc comment. | 20 | |
Variable 'route' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'user' must be private and have accessor methods. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Variable 'coordList' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 23 | |
Variable 'map' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 25 | |
Variable 'realtime' must be private and have accessor methods. | 25 | |
First sentence should end with a period. | 27 | |
Method 'setRoute' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Parameter route should be final. | 28 | |
Expected @param tag for 'route'. | 28 | |
First sentence should end with a period. | 32 | |
Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter user should be final. | 33 | |
Expected @param tag for 'user'. | 33 | |
First sentence should end with a period. | 37 | |
Method 'setCoordList' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Parameter coordList should be final. | 38 | |
Expected @param tag for 'coordList'. | 38 | |
First sentence should end with a period. | 42 | |
Expected an @return tag. | 43 | |
Method 'getRoute' is not designed for extension - needs to be abstract, final or empty. | 43 | |
First sentence should end with a period. | 47 | |
Expected an @return tag. | 48 | |
Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 48 | |
First sentence should end with a period. | 52 | |
Expected an @return tag. | 53 | |
Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 53 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Utility classes should not have a public or default constructor. | 37 | |
Missing a Javadoc comment. | 39 | |
Parameter args should be final. | 39 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
'46' is a magic number. | 59 | |
'46' is a magic number. | 60 | |
'46' is a magic number. | 60 | |
Line is longer than 80 characters. | 64 | |
'-3' is a magic number. | 64 | |
Inner assignments should be avoided. | 64 | |
'if' construct must use '{}'s. | 69 | |
Line is longer than 80 characters. | 70 | |
'else' construct must use '{}'s. | 71 | |
'if' construct must use '{}'s. | 74 | |
'else' construct must use '{}'s. | 76 | |
'}' should be on the same line. | 81 | |
Name '_ex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Must have at least one statement. | 82 | |
Missing a Javadoc comment. | 86 | |
'5.600775' is a magic number. | 87 | |
'5.60017222222222' is a magic number. | 87 | |
'5.61073888888889' is a magic number. | 87 | |
'5.61023888888889' is a magic number. | 88 | |
Missing a Javadoc comment. | 99 | |
'5.600775' is a magic number. | 100 | |
'5.60017222222222' is a magic number. | 100 | |
'5.61073888888889' is a magic number. | 100 | |
'5.61023888888889' is a magic number. | 101 | |
Missing a Javadoc comment. | 112 | |
'00536.0062' is a magic number. | 113 | |
'00535.9866' is a magic number. | 113 | |
Missing a Javadoc comment. | 124 | |
'5.600775' is a magic number. | 128 | |
'5.60017222222222' is a magic number. | 128 | |
'5.61073888888889' is a magic number. | 128 | |
'5.61023888888889' is a magic number. | 129 | |
'+' should be on a new line. | 139 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 148 | |
'100' is a magic number. | 149 | |
'60' is a magic number. | 149 | |
Missing a Javadoc comment. | 154 | |
'00536.0062' is a magic number. | 158 | |
'00535.9866' is a magic number. | 158 | |
Missing a Javadoc comment. | 166 | |
';' is preceded with whitespace. | 173 | |
Missing a Javadoc comment. | 185 | |
'58.97713055555554' is a magic number. | 186 | |
'5.61849722222222' is a magic number. | 186 | |
Missing a Javadoc comment. | 206 | |
'50' is a magic number. | 214 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'name' must be private and have accessor methods. | 26 | |
Missing a Javadoc comment. | 27 | |
Parameter name should be final. | 27 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Name 'OVAL_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Variable 'OVAL_SIZE' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'xMaxCoord' must be private and have accessor methods. | 33 | |
',' is not followed by whitespace. | 33 | |
Variable 'yMaxCoord' must be private and have accessor methods. | 33 | |
',' is not followed by whitespace. | 33 | |
Variable 'xMinCoord' must be private and have accessor methods. | 33 | |
Variable 'yMinCoord' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'point' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'prevPoint' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 37 | |
Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter g should be final. | 63 | |
Expected @param tag for 'g'. | 63 | |
'20' is a magic number. | 66 | |
'20' is a magic number. | 73 | |
'10' is a magic number. | 74 | |
'10' is a magic number. | 74 | |
'10' is a magic number. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Parameter model should be final. | 36 | |
Parameter view should be final. | 36 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter event should be final. | 45 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 82 | |
Parameter username should be final. | 82 | |
Parameter password should be final. | 82 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 37 | |
Class ReferenceEllipsoids should be declared as final. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Array brackets at illegal position. | 65 | |
'6377563D' is a magic number. | 66 | |
'0.00667054D' is a magic number. | 66 | |
'6378160D' is a magic number. | 67 | |
'0.0066945420000000004D' is a magic number. | 67 | |
'6377397D' is a magic number. | 68 | |
'0.0066743719999999996D' is a magic number. | 68 | |
'6377484D' is a magic number. | 69 | |
'0.0066743719999999996D' is a magic number. | 69 | |
'6378206D' is a magic number. | 70 | |
'0.0067686580000000003D' is a magic number. | 70 | |
'6378249D' is a magic number. | 71 | |
'0.0068035109999999999D' is a magic number. | 71 | |
'6377276D' is a magic number. | 72 | |
'0.0066378469999999997D' is a magic number. | 72 | |
'6378166D' is a magic number. | 73 | |
'0.0066934220000000001D' is a magic number. | 74 | |
'6378150D' is a magic number. | 75 | |
'0.0066934220000000001D' is a magic number. | 75 | |
'6378160D' is a magic number. | 76 | |
'0.0066946050000000002D' is a magic number. | 76 | |
'6378137D' is a magic number. | 77 | |
'0.0066943799999999998D' is a magic number. | 77 | |
'6378200D' is a magic number. | 78 | |
'0.0066934220000000001D' is a magic number. | 78 | |
'6378270D' is a magic number. | 79 | |
'0.00672267D' is a magic number. | 79 | |
'6378388D' is a magic number. | 80 | |
'0.00672267D' is a magic number. | 80 | |
'6378245D' is a magic number. | 81 | |
'0.0066934220000000001D' is a magic number. | 81 | |
'6377340D' is a magic number. | 82 | |
'0.00667054D' is a magic number. | 82 | |
'6377304D' is a magic number. | 83 | |
'0.0066378469999999997D' is a magic number. | 83 | |
'6378155D' is a magic number. | 84 | |
'0.0066934220000000001D' is a magic number. | 85 | |
'6378160D' is a magic number. | 86 | |
'0.0066945420000000004D' is a magic number. | 86 | |
'6378165D' is a magic number. | 87 | |
'0.0066934220000000001D' is a magic number. | 87 | |
'6378145D' is a magic number. | 88 | |
'0.0066945420000000004D' is a magic number. | 88 | |
'6378135D' is a magic number. | 89 | |
'0.0066943180000000003D' is a magic number. | 89 | |
'6378137D' is a magic number. | 90 | |
'0.0066943799999999998D' is a magic number. | 90 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 96 | |
Parameter i should be final. | 96 | |
'22' is a magic number. | 97 | |
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter model should be final. | 34 | |
Parameter view should be final. | 34 | |
Missing a Javadoc comment. | 46 | |
Name 'zoomInListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
Missing a Javadoc comment. | 47 | |
Parameter e should be final. | 47 | |
Missing a Javadoc comment. | 52 | |
Name 'zoomOutListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 52 | |
Missing a Javadoc comment. | 53 | |
Parameter e should be final. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Parameter arg0 should be final. | 59 | |
Missing a Javadoc comment. | 62 | |
Parameter arg0 should be final. | 62 | |
Missing a Javadoc comment. | 63 | |
Parameter arg0 should be final. | 63 | |
Missing a Javadoc comment. | 64 | |
Parameter arg0 should be final. | 64 | |
Missing a Javadoc comment. | 65 | |
Parameter arg0 should be final. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Parameter arg0 should be final. | 69 | |
Missing a Javadoc comment. | 72 | |
Parameter arg0 should be final. | 72 | |
Missing a Javadoc comment. | 73 | |
Parameter arg0 should be final. | 73 | |
Missing a Javadoc comment. | 74 | |
Parameter arg0 should be final. | 74 | |
Missing a Javadoc comment. | 75 | |
Parameter arg0 should be final. | 75 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Parameter arg0 should be final. | 80 | |
'if' construct must use '{}'s. | 81 | |
'if' construct must use '{}'s. | 83 | |
'else' construct must use '{}'s. | 85 | |
'3' is a magic number. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
Parameter arg0 should be final. | 91 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line does not match expected header line of '/*'. | 1 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Parameter t should be final. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Expected an @return tag. | 37 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 37 | |
First sentence should end with a period. | 41 | |
Parameter x should be final. | 44 | |
Expected @param tag for 'x'. | 44 | |
Expected an @return tag. | 51 | |
Method 'interrupt' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Method 'isAlive' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 94 | |
'}' should be on the same line. | 102 | |
'}' should be on the same line. | 124 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 140 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Unused @param tag for 'handler'. | 29 | |
Redundant 'public' modifier. | 31 | |
Unused @param tag for 'handler'. | 37 | |
Redundant 'public' modifier. | 39 | |
Redundant 'public' modifier. | 44 | |
Expected @param tag for 'gpsHandler'. | 44 |
Violation | Message | Line |
---|---|---|
Parameter server should be final. | 51 | |
Parameter socket should be final. | 51 | |
Parameter user should be final. | 51 | |
Method 'stopHandler' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'messageHandler' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter message should be final. | 76 | |
'3' is a magic number. | 92 | |
',' is not followed by whitespace. | 106 | |
',' is not followed by whitespace. | 106 | |
Method 'storeCoordinate' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter coord should be final. | 149 | |
Method 'coordBufferAdd' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Parameter size should be final. | 161 | |
Expected @param tag for 'size'. | 161 | |
'3' is a magic number. | 170 | |
')' is preceded with whitespace. | 181 | |
Method 'coordinateUpdate' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Parameter coord should be final. | 246 | |
Expected @param tag for 'coord'. | 246 | |
Method 'coordinateBufferUpdate' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Parameter coords should be final. | 257 | |
Expected @param tag for 'coords'. | 257 | |
Method 'stopLogging' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Method 'addCoordListener' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Parameter listener should be final. | 275 | |
Method 'removeCoordListener' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Parameter listener should be final. | 285 |
Violation | Message | Line |
---|---|---|
Parameter routes should be final. | 48 | |
Parameter message should be final. | 53 | |
Parameter e should be final. | 58 | |
Parameter state should be final. | 63 | |
Parameter routeId should be final. | 68 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Method 'logon' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter user should be final. | 42 | |
Parameter pass should be final. | 42 | |
Method 'sendCoord' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter coord should be final. | 51 | |
Method 'sendTmpCoords' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter coordBuffer should be final. | 62 | |
First sentence should end with a period. | 116 | |
Method 'makeRoute' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter description should be final. | 120 | |
Expected @param tag for 'description'. | 120 | |
Method 'lockRoute' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Parameter route should be final. | 125 | |
Expected @param tag for 'route'. | 125 | |
Method 'routesReceived' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter routes should be final. | 129 | |
Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter listener should be final. | 143 | |
Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Parameter listener should be final. | 151 | |
Method 'messageHandler' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Parameter message should be final. | 159 | |
'6' is a magic number. | 175 | |
'3' is a magic number. | 179 | |
'4' is a magic number. | 180 | |
'5' is a magic number. | 181 | |
Method 'routeCreated' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Parameter routeId should be final. | 210 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 35 | |
Parameter x should be final. | 35 | |
Parameter y should be final. | 35 | |
Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter x should be final. | 51 | |
Parameter y should be final. | 51 | |
Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter p should be final. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Utility classes should not have a public or default constructor. | 27 | |
Missing a Javadoc comment. | 28 | |
Parameter args should be final. | 28 | |
';' is preceded with whitespace. | 33 | |
';' is followed by whitespace. | 34 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 41 | |
First sentence should end with a period. | 44 | |
First sentence should end with a period. | 47 | |
First sentence should end with a period. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter model should be final. | 34 | |
Parameter view should be final. | 34 | |
'if' construct must use '{}'s. | 41 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Parameter event should be final. | 50 | |
Expected @param tag for 'event'. | 50 | |
Method 'chooseDefaultPort' is not designed for extension - needs to be abstract, final or empty. | 80 | |
'if' construct must use '{}'s. | 81 |
Violation | Message | Line |
---|---|---|
Unused import - triptracker.core.Protocol. | 37 | |
Type Javadoc comment is missing an @param <E> tag. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'inStream' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'outStream' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'in' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'out' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Variable 'loggedIn' must be private and have accessor methods. | 54 | |
Variable 'listeners' must be private and have accessor methods. | 57 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter host should be final. | 78 | |
Parameter port should be final. | 78 | |
Method 'logon' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Parameter type should be final. | 118 | |
Parameter user should be final. | 118 | |
Parameter pass should be final. | 118 | |
First sentence should end with a period. | 131 | |
Method 'setRoute' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Parameter route should be final. | 134 | |
Expected @param tag for 'route'. | 134 | |
Method 'getRoutes' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter username should be final. | 142 | |
Expected @param tag for 'username'. | 142 | |
First sentence should end with a period. | 147 | |
Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Parameter message should be final. | 152 | |
Expected @param tag for 'message'. | 152 | |
Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Method 'isLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Method 'messageLoop' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Expected @throws tag for 'IOException'. | 216 | |
Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Parameter listener should be final. | 269 | |
Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Parameter listener should be final. | 278 | |
Method 'brokenListener' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Parameter listener should be final. | 289 | |
Parameter exception should be final. | 290 | |
Method 'socketErrorEvent' is not designed for extension - needs to be abstract, final or empty. | 304 | |
Parameter exception should be final. | 304 | |
Method 'invalidMessage' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Parameter message should be final. | 320 | |
Method 'connectionUpdate' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Parameter state should be final. | 339 | |
Must have at least one statement. | 377 | |
Method 'getHost' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 402 | |
Parameter host should be final. | 402 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 412 | |
Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Parameter port should be final. | 422 | |
Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 432 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Utility classes should not have a public or default constructor. | 24 | |
Name 'identity3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
'{' is followed by whitespace. | 56 | |
'{' is followed by whitespace. | 57 | |
'{' is followed by whitespace. | 58 | |
Name 'rotate90d3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
'{' is followed by whitespace. | 63 | |
'{' is followed by whitespace. | 64 | |
'{' is followed by whitespace. | 65 | |
Name 'rotate180d3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 | |
'{' is followed by whitespace. | 70 | |
'{' is followed by whitespace. | 71 | |
'{' is followed by whitespace. | 72 | |
First sentence should end with a period. | 75 | |
Name 'rotate270d3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
'{' is followed by whitespace. | 77 | |
'{' is followed by whitespace. | 78 | |
'{' is followed by whitespace. | 79 | |
Name 'scalex3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
'{' is followed by whitespace. | 84 | |
'{' is followed by whitespace. | 85 | |
'{' is followed by whitespace. | 86 | |
Name 'scaley3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 | |
'{' is followed by whitespace. | 91 | |
'{' is followed by whitespace. | 92 | |
'{' is followed by whitespace. | 93 | |
Name 'translatex3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 | |
'{' is followed by whitespace. | 98 | |
'{' is followed by whitespace. | 99 | |
'{' is followed by whitespace. | 100 | |
Name 'translatey3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 | |
'{' is followed by whitespace. | 105 | |
'{' is followed by whitespace. | 106 | |
'{' is followed by whitespace. | 107 | |
Name 'flip3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 111 | |
Name 'mirror3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 | |
Name 'rotate3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 | |
Name 'scale3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 | |
Name 'translate3x3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
Unused @throws tag for 'IllegalArgumentException'. | 146 | |
Parameter mat1 should be final. | 148 | |
Parameter mat2 should be final. | 148 | |
'if' construct must use '{}'s. | 152 | |
Parameter factor should be final. | 175 | |
Expected @param tag for 'factor'. | 175 | |
Parameter matrix should be final. | 175 | |
Expected @param tag for 'matrix'. | 175 | |
Unused @throws tag for 'IllegalArgumentException'. | 207 | |
Parameter matrices should be final. | 209 | |
'if' construct must use '{}'s. | 216 | |
Missing a Javadoc comment. | 234 | |
Parameter matrices should be final. | 235 | |
'if' construct must use '{}'s. | 242 | |
Parameter layout should be final. | 266 | |
Avoid inline conditionals. | 267 | |
Missing a Javadoc comment. | 284 | |
Parameter mat should be final. | 284 | |
Parameter defaultValue should be final. | 285 | |
Avoid inline conditionals. | 286 | |
Expected an @return tag. | 315 | |
Parameter layout should be final. | 315 | |
Expected @param tag for 'layout'. | 315 | |
'if' construct must use '{}'s. | 326 | |
'if' construct must use '{}'s. | 335 | |
'if' construct must use '{}'s. | 344 | |
'if' construct must use '{}'s. | 353 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 41 | |
Redundant 'public' modifier. | 49 | |
Redundant 'public' modifier. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'getEasting' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'getNorthing' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'getZoneLetter' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'getZoneNumber' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Utility classes should not have a public or default constructor. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Parameter port should be final. | 37 | |
'1024' is a magic number. | 46 | |
'1024' is a magic number. | 50 | |
Missing a Javadoc comment. | 73 | |
Parameter args should be final. | 73 | |
'11535' is a magic number. | 76 |
Violation | Message | Line |
---|---|---|
Class Properties should be declared as final. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Parameter key should be final. | 38 |
Violation | Message | Line |
---|---|---|
Parameter state should be final. | 50 | |
Parameter message should be final. | 55 | |
Parameter e should be final. | 60 | |
Parameter routeId should be final. | 65 | |
Parameter coordinate should be final. | 65 | |
Parameter coords should be final. | 70 | |
Parameter routes should be final. | 75 | |
Parameter routeId should be final. | 80 | |
Parameter coordinates should be final. | 80 | |
Parameter routeId should be final. | 85 | |
Parameter state should be final. | 85 | |
Parameter users should be final. | 90 | |
Parameter user should be final. | 95 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 46 | |
First sentence should end with a period. | 61 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
'298.257223563' is a magic number. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Unused @throws tag for 'IllegalArgumentException'. | 88 | |
Unused @throws tag for 'IllegalArgumentException'. | 103 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 116 | |
'90' is a magic number. | 119 | |
'-90' is a magic number. | 119 | |
'180' is a magic number. | 122 | |
'-180' is a magic number. | 122 | |
Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 139 | |
';' is not followed by whitespace. | 140 | |
Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 150 | |
';' is not followed by whitespace. | 153 | |
Method 'getDateString' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 177 | |
First sentence should end with a period. | 203 | |
Method 'getStringLat' is not designed for extension - needs to be abstract, final or empty. | 208 | |
'if' construct must use '{}'s. | 213 | |
'else' construct must use '{}'s. | 215 | |
First sentence should end with a period. | 221 | |
Method 'getStringLon' is not designed for extension - needs to be abstract, final or empty. | 226 | |
'cast' is not followed by whitespace. | 260 | |
'60' is a magic number. | 260 | |
'3600' is a magic number. | 260 | |
Parameter degrees should be final. | 271 | |
'cast' is not followed by whitespace. | 272 | |
'60' is a magic number. | 273 | |
'cast' is not followed by whitespace. | 275 | |
'100' is a magic number. | 278 | |
Parameter degrees should be final. | 293 | |
'cast' is not followed by whitespace. | 294 | |
'60' is a magic number. | 295 | |
'cast' is not followed by whitespace. | 297 | |
'60' is a magic number. | 300 | |
'100' is a magic number. | 302 | |
'100' is a magic number. | 302 | |
'4' is a magic number. | 302 | |
Parameter degrees should be final. | 312 | |
'100' is a magic number. | 314 | |
'cast' is not followed by whitespace. | 315 | |
'100' is a magic number. | 318 | |
'cast' is not followed by whitespace. | 319 | |
'60' is a magic number. | 322 | |
Parameter degrees should be final. | 337 | |
'100' is a magic number. | 339 | |
'cast' is not followed by whitespace. | 340 | |
'100' is a magic number. | 343 | |
'cast' is not followed by whitespace. | 344 | |
'100' is a magic number. | 347 | |
Method 'haversineDist' is not designed for extension - needs to be abstract, final or empty. | 359 | |
First sentence should end with a period. | 459 | |
'180' is a magic number. | 483 | |
'cast' is not followed by whitespace. | 483 | |
'180' is a magic number. | 483 | |
'360' is a magic number. | 483 | |
'360' is a magic number. | 483 | |
'180' is a magic number. | 483 | |
'6' is a magic number. | 488 | |
'180' is a magic number. | 488 | |
'3' is a magic number. | 488 | |
'4' is a magic number. | 499 | |
'3' is a magic number. | 499 | |
'64' is a magic number. | 499 | |
'5' is a magic number. | 499 | |
'256' is a magic number. | 499 | |
'3' is a magic number. | 500 | |
'8' is a magic number. | 500 | |
'3' is a magic number. | 500 | |
'32' is a magic number. | 500 | |
'45' is a magic number. | 501 | |
'1024' is a magic number. | 501 | |
'15' is a magic number. | 502 | |
'256' is a magic number. | 502 | |
'45' is a magic number. | 502 | |
'1024' is a magic number. | 502 | |
'4' is a magic number. | 502 | |
'35' is a magic number. | 503 | |
'3072' is a magic number. | 503 | |
'6' is a magic number. | 503 | |
'3' is a magic number. | 505 | |
'6' is a magic number. | 505 | |
'5' is a magic number. | 506 | |
'18' is a magic number. | 506 | |
'72' is a magic number. | 506 | |
'58' is a magic number. | 506 | |
'5' is a magic number. | 507 | |
'120' is a magic number. | 507 | |
'500000' is a magic number. | 507 | |
'5' is a magic number. | 509 | |
'9' is a magic number. | 509 | |
'4' is a magic number. | 509 | |
'4' is a magic number. | 509 | |
'24' is a magic number. | 509 | |
'3' is a magic number. | 510 | |
'600' is a magic number. | 510 | |
'330' is a magic number. | 510 | |
'6' is a magic number. | 511 | |
'720' is a magic number. | 511 | |
'1E+007' is a magic number. | 514 | |
First sentence should end with a period. | 520 | |
'84' is a magic number. | 528 | |
'72' is a magic number. | 528 | |
'72' is a magic number. | 530 | |
'64' is a magic number. | 530 | |
'64' is a magic number. | 532 | |
'56' is a magic number. | 532 | |
'56' is a magic number. | 534 | |
'48' is a magic number. | 534 | |
'48' is a magic number. | 536 | |
'40' is a magic number. | 536 | |
'40' is a magic number. | 538 | |
'32' is a magic number. | 538 | |
'32' is a magic number. | 540 | |
'24' is a magic number. | 540 | |
'24' is a magic number. | 542 | |
'16' is a magic number. | 542 | |
'16' is a magic number. | 544 | |
'8' is a magic number. | 544 | |
'8' is a magic number. | 546 | |
'-8' is a magic number. | 548 | |
'-8' is a magic number. | 550 | |
'-16' is a magic number. | 550 | |
'-16' is a magic number. | 552 | |
'-24' is a magic number. | 552 | |
'-24' is a magic number. | 554 | |
'-32' is a magic number. | 554 | |
'-32' is a magic number. | 556 | |
'-40' is a magic number. | 556 | |
'-40' is a magic number. | 558 | |
'-48' is a magic number. | 558 | |
'-48' is a magic number. | 560 | |
'-56' is a magic number. | 560 | |
'-56' is a magic number. | 562 | |
'-64' is a magic number. | 562 | |
'-64' is a magic number. | 564 | |
'-72' is a magic number. | 564 | |
'-72' is a magic number. | 566 | |
'-80' is a magic number. | 566 | |
Missing a Javadoc comment. | 574 | |
Missing a Javadoc comment. | 579 | |
'60' is a magic number. | 585 | |
'500000' is a magic number. | 597 | |
Must have at least one statement. | 601 | |
'10000000' is a magic number. | 605 | |
'6' is a magic number. | 608 | |
'180' is a magic number. | 608 | |
'3' is a magic number. | 608 | |
'4' is a magic number. | 611 | |
'3' is a magic number. | 611 | |
'64' is a magic number. | 612 | |
'5' is a magic number. | 612 | |
'3' is a magic number. | 612 | |
'256' is a magic number. | 612 | |
'3' is a magic number. | 613 | |
'27' is a magic number. | 613 | |
'32' is a magic number. | 613 | |
'21' is a magic number. | 614 | |
'16' is a magic number. | 614 | |
'55' is a magic number. | 615 | |
'32' is a magic number. | 615 | |
'4' is a magic number. | 616 | |
'151' is a magic number. | 616 | |
'96' is a magic number. | 616 | |
'6' is a magic number. | 616 | |
'1.5' is a magic number. | 622 | |
'5' is a magic number. | 626 | |
'3' is a magic number. | 626 | |
'10' is a magic number. | 626 | |
'4' is a magic number. | 626 | |
'9' is a magic number. | 626 | |
'4' is a magic number. | 627 | |
'24' is a magic number. | 627 | |
'61' is a magic number. | 628 | |
'90' is a magic number. | 628 | |
'298' is a magic number. | 628 | |
'45' is a magic number. | 628 | |
'252' is a magic number. | 629 | |
'3' is a magic number. | 629 | |
'6' is a magic number. | 629 | |
'720' is a magic number. | 629 | |
'3' is a magic number. | 632 | |
'6' is a magic number. | 632 | |
'5' is a magic number. | 633 | |
'28' is a magic number. | 633 | |
'3' is a magic number. | 633 | |
'8' is a magic number. | 634 | |
'24' is a magic number. | 634 | |
'5' is a magic number. | 634 | |
'120' is a magic number. | 634 | |
'cast' is not followed by whitespace. | 656 | |
'180' is a magic number. | 656 | |
'6' is a magic number. | 656 | |
'56' is a magic number. | 658 | |
'64' is a magic number. | 658 | |
'3' is a magic number. | 658 | |
'12' is a magic number. | 658 | |
'32' is a magic number. | 659 | |
'72' is a magic number. | 662 | |
'84' is a magic number. | 662 | |
'9' is a magic number. | 663 | |
'31' is a magic number. | 664 | |
'9' is a magic number. | 665 | |
'21' is a magic number. | 665 | |
'33' is a magic number. | 666 | |
'21' is a magic number. | 667 | |
'33' is a magic number. | 667 | |
'35' is a magic number. | 668 | |
'33' is a magic number. | 669 | |
'42' is a magic number. | 669 | |
'37' is a magic number. | 670 | |
First sentence should end with a period. | 676 | |
Expected an @return tag. | 677 | |
Method 'getCoordId' is not designed for extension - needs to be abstract, final or empty. | 677 | |
First sentence should end with a period. | 681 | |
Expected an @return tag. | 682 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 682 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 33 | |
Redundant 'public' modifier. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Name 'OVAL_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Parameter model should be final. | 64 | |
Parameter view should be final. | 64 | |
Method 'addMapListener' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter listener should be final. | 74 | |
Missing a Javadoc comment. | 78 | |
'3' is a magic number. | 94 | |
Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter g should be final. | 100 | |
'if' construct must use '{}'s. | 108 | |
'3' is a magic number. | 108 | |
'3' is a magic number. | 108 | |
'3' is a magic number. | 113 | |
'3' is a magic number. | 113 | |
First sentence should end with a period. | 124 | |
Method 'setCoordList' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Parameter coordList should be final. | 125 | |
Expected @param tag for 'coordList'. | 125 | |
First sentence should end with a period. | 143 | |
Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 144 | |
First sentence should end with a period. | 148 | |
Method 'setRealtime' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter realtime should be final. | 149 | |
Expected @param tag for 'realtime'. | 149 | |
Method 'setView' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter nr should be final. | 153 | |
Parameter dot should be final. | 153 | |
Parameter map should be final. | 153 | |
Parameter thick should be final. | 153 | |
First sentence should end with a period. | 160 | |
Method 'setZoom' is not designed for extension - needs to be abstract, final or empty. | 161 | |
First sentence should end with a period. | 165 | |
Method 'setMove' is not designed for extension - needs to be abstract, final or empty. | 166 | |
First sentence should end with a period. | 170 | |
Method 'setFollow' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Parameter follow should be final. | 171 | |
Expected @param tag for 'follow'. | 171 | |
'3' is a magic number. | 178 | |
Method 'getLimits' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Parameter coordList should be final. | 191 | |
'{' is followed by whitespace. | 193 | |
'3' is a magic number. | 205 | |
'3' is a magic number. | 206 | |
'10' is a magic number. | 209 | |
'3' is a magic number. | 211 | |
'3' is a magic number. | 215 | |
First sentence should end with a period. | 219 | |
Expected an @return tag. | 220 | |
Method 'setBorders' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Parameter limits should be final. | 220 | |
Expected @param tag for 'limits'. | 220 | |
'{' is followed by whitespace. | 221 | |
'3' is a magic number. | 226 | |
'3' is a magic number. | 226 | |
Method 'getRatio' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Parameter limits should be final. | 237 | |
'3' is a magic number. | 240 | |
Method 'drawStraightRoute' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Parameter coordList should be final. | 257 | |
'++' is preceded with whitespace. | 266 | |
'if' construct must use '{}'s. | 267 | |
',' is not followed by whitespace. | 268 | |
',' is not followed by whitespace. | 268 | |
',' is not followed by whitespace. | 268 | |
'if' construct must use '{}'s. | 269 | |
',' is not followed by whitespace. | 270 | |
',' is not followed by whitespace. | 270 | |
';' is not followed by whitespace. | 284 | |
'if' construct must use '{}'s. | 285 | |
Line is longer than 80 characters. | 286 | |
'if' construct must use '{}'s. | 288 | |
First sentence should end with a period. | 295 | |
Method 'drawBezierRoute' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Parameter coordList should be final. | 297 | |
Expected @param tag for 'coordList'. | 297 | |
'100' is a magic number. | 343 | |
'100' is a magic number. | 343 | |
'150' is a magic number. | 343 | |
'150' is a magic number. | 343 | |
'200' is a magic number. | 343 | |
'100' is a magic number. | 343 | |
Method 'addCoordinate' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Parameter coord should be final. | 349 | |
Expected @param tag for 'coord'. | 349 | |
switch without "default" clause. | 357 | |
',' is not followed by whitespace. | 362 | |
'3' is a magic number. | 365 | |
First sentence should end with a period. | 372 | |
Method 'checkLimits' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Parameter x should be final. | 373 | |
Expected @param tag for 'x'. | 373 | |
Parameter y should be final. | 373 | |
Expected @param tag for 'y'. | 373 | |
'10' is a magic number. | 374 | |
'if' construct must use '{}'s. | 377 | |
Line is longer than 80 characters. | 377 | |
'(' is followed by whitespace. | 377 | |
',' is not followed by whitespace. | 378 | |
First sentence should end with a period. | 381 | |
Expected an @return tag. | 382 | |
Method 'calcX' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Parameter x should be final. | 382 | |
Expected @param tag for 'x'. | 382 | |
First sentence should end with a period. | 386 | |
Expected an @return tag. | 387 | |
Method 'calcY' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Parameter y should be final. | 387 | |
Expected @param tag for 'y'. | 387 | |
'3' is a magic number. | 388 | |
First sentence should end with a period. | 391 | |
Method 'zoomIn' is not designed for extension - needs to be abstract, final or empty. | 395 | |
First sentence should end with a period. | 402 | |
Method 'zoomOut' is not designed for extension - needs to be abstract, final or empty. | 403 | |
Method 'mouseClick' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Parameter x should be final. | 411 | |
Expected @param tag for 'x'. | 411 | |
Parameter y should be final. | 411 | |
Expected @param tag for 'y'. | 411 | |
Parameter button should be final. | 411 | |
Expected @param tag for 'button'. | 411 | |
switch without "default" clause. | 412 | |
'if' construct must use '{}'s. | 414 | |
'else' construct must use '{}'s. | 416 | |
'3' is a magic number. | 420 | |
'}' should be on the same line. | 423 | |
'}' should be on the same line. | 427 | |
'else' construct must use '{}'s. | 428 | |
First sentence should end with a period. | 434 | |
Method 'setCenter' is not designed for extension - needs to be abstract, final or empty. | 435 | |
Parameter x should be final. | 435 | |
Expected @param tag for 'x'. | 435 | |
Parameter y should be final. | 435 | |
Expected @param tag for 'y'. | 435 | |
Expected @throws tag for 'NullPointerException'. | 435 | |
Redundant throws: 'NullPointerException' is unchecked exception. | 435 | |
Method 'go' is not designed for extension - needs to be abstract, final or empty. | 444 | |
Parameter mvX should be final. | 444 | |
Expected @param tag for 'mvX'. | 444 | |
Parameter mvY should be final. | 444 | |
Expected @param tag for 'mvY'. | 444 | |
';' is preceded with whitespace. | 448 | |
'3' is a magic number. | 449 | |
';' is preceded with whitespace. | 449 | |
',' is not followed by whitespace. | 450 | |
',' is not followed by whitespace. | 451 | |
Method 'zoomInMatrix' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Missing a Javadoc comment. | 457 | |
Parameter x should be final. | 457 | |
'3' is a magic number. | 460 | |
'3' is a magic number. | 466 | |
'3' is a magic number. | 466 | |
Method 'zoomOutMatrix' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Missing a Javadoc comment. | 470 | |
Parameter x should be final. | 470 | |
'3' is a magic number. | 475 | |
'3' is a magic number. | 479 | |
'3' is a magic number. | 479 | |
Method 'moveMatrix' is not designed for extension - needs to be abstract, final or empty. | 483 | |
Missing a Javadoc comment. | 483 | |
Parameter matrix should be final. | 483 | |
Parameter mvX should be final. | 483 | |
Parameter mvY should be final. | 483 | |
'3' is a magic number. | 487 | |
'3' is a magic number. | 487 | |
First sentence should end with a period. | 491 | |
Parameter routeId should be final. | 495 | |
Parameter coord should be final. | 495 | |
'40' is a magic number. | 497 | |
Parameter coords should be final. | 514 | |
'30' is a magic number. | 516 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'nameCount' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'name' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
';' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Parameter view should be final. | 56 | |
Parameter model should be final. | 56 | |
Parameter view should be final. | 69 | |
Parameter name should be final. | 69 | |
Parameter model should be final. | 69 | |
Expected @param tag for 'model'. | 69 | |
Line is longer than 80 characters. | 74 | |
'10' is a magic number. | 74 | |
Line is longer than 80 characters. | 75 | |
'10' is a magic number. | 75 | |
Method 'addLoginBtnListener' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter listener should be final. | 105 | |
Expected @param tag for 'listener'. | 105 | |
Method 'getFormComponent' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter msg should be final. | 125 | |
Method 'socketError' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Parameter e should be final. | 133 | |
Method 'connectionUpdate' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter state should be final. | 141 | |
switch without "default" clause. | 142 | |
Missing a Javadoc comment. | 163 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter view should be final. | 33 | |
Name 'mapListener' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 41 | |
Missing a Javadoc comment. | 42 | |
Parameter click should be final. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Parameter routeId should be final. | 36 | |
Missing a Javadoc comment. | 40 | |
Parameter routeId should be final. | 40 | |
Parameter userId should be final. | 40 | |
Parameter description should be final. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter routeId should be final. | 44 | |
Parameter userId should be final. | 44 | |
Parameter description should be final. | 44 | |
Parameter active should be final. | 44 | |
Parameter date should be final. | 45 | |
Missing a Javadoc comment. | 49 | |
Parameter routeId should be final. | 49 | |
Parameter userId should be final. | 49 | |
Parameter description should be final. | 49 | |
Parameter active should be final. | 49 | |
Parameter visible should be final. | 50 | |
Parameter date should be final. | 50 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'getRouteId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'getLastUpdateString' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
First sentence should end with a period. | 79 | |
Method 'getLastUpdate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter active should be final. | 102 | |
Method 'getVisible' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Method 'setVisible' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter visibility should be final. | 115 | |
Expected @param tag for 'visibility'. | 115 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
'25' is a magic number. | 121 | |
'25' is a magic number. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
First sentence should end with a period. | 56 | |
First sentence should end with a period. | 61 | |
First sentence should end with a period. | 66 | |
First sentence should end with a period. | 71 | |
Parameter os should be final. | 82 | |
Expected @param tag for 'os'. | 82 | |
Parameter size should be final. | 82 | |
Expected @param tag for 'size'. | 82 | |
Expected @throws tag for 'IOException'. | 83 | |
Parameter os should be final. | 93 | |
Expected @param tag for 'os'. | 93 | |
Parameter size should be final. | 93 | |
Expected @param tag for 'size'. | 93 | |
Parameter level should be final. | 93 | |
Expected @param tag for 'level'. | 93 | |
Parameter strategy should be final. | 94 | |
Expected @param tag for 'strategy'. | 94 | |
Expected @throws tag for 'IOException'. | 94 | |
'64' is a magic number. | 97 | |
Method 'compressAndSend' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
'24' is a magic number. | 110 | |
'0xFF' is a magic number. | 110 | |
'16' is a magic number. | 111 | |
'0xFF' is a magic number. | 111 | |
'8' is a magic number. | 112 | |
'0xFF' is a magic number. | 112 | |
'0xFF' is a magic number. | 113 | |
'24' is a magic number. | 115 | |
'0xFF' is a magic number. | 115 | |
'16' is a magic number. | 116 | |
'0xFF' is a magic number. | 116 | |
'8' is a magic number. | 117 | |
'0xFF' is a magic number. | 117 | |
'0xFF' is a magic number. | 118 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter b should be final. | 129 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter b should be final. | 137 | |
Parameter boff should be final. | 137 | |
Parameter blen should be final. | 137 | |
Method 'flush' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Trip Tracker, a real-time position tracking system for the Internet.'. | 2 | |
Using the '.*' form of import should be avoided - java.lang.reflect.*. | 22 | |
Using the '.*' form of import should be avoided - java.util.*. | 23 | |
Unclosed HTML tag found: <janmagne at broadpark dot no>} | 28 | |
Missing a Javadoc comment. | 31 | |
Variable 'obj' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'methods' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'history' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'debugEnabled' must be private and have accessor methods. | 35 | |
Parameter obj should be final. | 44 | |
Parameter obj should be final. | 56 | |
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter proxy should be final. | 77 | |
Parameter method should be final. | 77 | |
Parameter args should be final. | 77 | |
Expected @throws tag for 'Throwable'. | 78 | |
'if' construct must use '{}'s. | 79 | |
Method 'getHistory' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'clearHistory' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter state should be final. | 130 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Parameter sentence should be final. | 67 | |
Method 'parseSentence' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter sentence should be final. | 79 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 79 | |
Must have at least one statement. | 86 | |
Line is longer than 80 characters. | 87 | |
'3' is a magic number. | 98 | |
',' is not followed by whitespace. | 116 | |
'5' is a magic number. | 116 | |
',' is not followed by whitespace. | 118 | |
'5' is a magic number. | 118 | |
Missing a Javadoc comment. | 123 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 123 | |
'if' construct must use '{}'s. | 125 | |
Line is longer than 80 characters. | 126 | |
'if' construct must use '{}'s. | 130 | |
'5' is a magic number. | 130 | |
Line is longer than 80 characters. | 131 | |
'if' construct must use '{}'s. | 135 | |
Line is longer than 80 characters. | 136 | |
'if' construct must use '{}'s. | 142 | |
Line is longer than 80 characters. | 143 | |
'16' is a magic number. | 159 | |
'3' is a magic number. | 166 | |
Must have at least one statement. | 170 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter index should be final. | 179 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter fieldName should be final. | 183 | |
Method 'getFieldCount' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Method 'getTalkerID' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Method 'getSentenceID' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Method 'getManufacturerID' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Method 'getSentence' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Method 'isChecksumPresent' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Method 'isIgnoreChecksum' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Method 'setIgnoreChecksum' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Parameter ignoreChecksum should be final. | 215 | |
Method 'isProprietary' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Unused import - javax.swing.ImageIcon. | 35 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
First sentence should end with a period. | 69 | |
Parameter model should be final. | 73 | |
Expected @param tag for 'model'. | 73 | |
Parameter view should be final. | 73 | |
Expected @param tag for 'view'. | 73 | |
'cast' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 117 | |
',' is not followed by whitespace. | 120 | |
Inner assignments should be avoided. | 131 | |
First sentence should end with a period. | 138 | |
Method 'addZoomInBtnListener' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Parameter listener should be final. | 139 | |
Expected @param tag for 'listener'. | 139 | |
First sentence should end with a period. | 142 | |
Method 'addZoomOutBtnListener' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Parameter listener should be final. | 143 | |
Expected @param tag for 'listener'. | 143 | |
Method 'addZoomBtnListener' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter listener should be final. | 147 | |
Method 'addMoveBtnListener' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter listener should be final. | 152 | |
Method 'addFollowBtnListener' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter listener should be final. | 157 | |
Method 'addResetBtnListener' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter listener should be final. | 161 | |
First sentence should end with a period. | 165 | |
Method 'setRoute' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Parameter realtime should be final. | 166 | |
Expected @param tag for 'realtime'. | 166 | |
Parameter route should be final. | 166 | |
Expected @param tag for 'route'. | 166 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter state should be final. | 176 | |
Method 'setFollow' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter follow should be final. | 180 | |
First sentence should end with a period. | 184 | |
Method 'routeReceived' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Parameter routeId should be final. | 185 | |
Expected @param tag for 'routeId'. | 185 | |
Parameter coords should be final. | 185 | |
Expected @param tag for 'coords'. | 185 | |
Method 'connectionUpdate' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Parameter state should be final. | 198 | |
switch without "default" clause. | 199 | |
First sentence should end with a period. | 225 | |
Parameter users should be final. | 226 | |
Expected @param tag for 'users'. | 226 | |
Missing a Javadoc comment. | 227 | |
Parameter routes should be final. | 227 | |
Missing a Javadoc comment. | 228 | |
Parameter routeId should be final. | 228 | |
Parameter coord should be final. | 228 | |
Missing a Javadoc comment. | 229 | |
Parameter routeId should be final. | 229 | |
Parameter state should be final. | 229 | |
Missing a Javadoc comment. | 230 | |
Parameter message should be final. | 230 | |
Missing a Javadoc comment. | 231 | |
Parameter e should be final. | 231 | |
Missing a Javadoc comment. | 232 | |
Parameter user should be final. | 232 | |
Missing a Javadoc comment. | 233 | |
Parameter coords should be final. | 233 | |
First sentence should end with a period. | 235 | |
Method 'setZoom' is not designed for extension - needs to be abstract, final or empty. | 236 | |
First sentence should end with a period. | 241 | |
Method 'setMove' is not designed for extension - needs to be abstract, final or empty. | 242 | |
First sentence should end with a period. | 247 | |
Method 'resetMap' is not designed for extension - needs to be abstract, final or empty. | 248 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Parameter server should be final. | 61 | |
Parameter socket should be final. | 61 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 84 | |
Expected an @return tag. | 109 | |
';' is preceded with whitespace. | 112 | |
Method 'log' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Parameter message should be final. | 186 | |
Expected @param tag for 'message'. | 186 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 35 | |
Redundant 'public' modifier. | 43 | |
Redundant 'public' modifier. | 50 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
First sentence should end with a period. | 56 | |
First sentence should end with a period. | 61 | |
First sentence should end with a period. | 66 | |
First sentence should end with a period. | 71 | |
Missing a Javadoc comment. | 76 | |
First sentence should end with a period. | 78 | |
Missing a Javadoc comment. | 83 | |
Parameter is should be final. | 83 | |
Missing a Javadoc comment. | 88 | |
'if' construct must use '{}'s. | 94 | |
'24' is a magic number. | 96 | |
'16' is a magic number. | 96 | |
'8' is a magic number. | 96 | |
'if' construct must use '{}'s. | 102 | |
'24' is a magic number. | 104 | |
'16' is a magic number. | 104 | |
'8' is a magic number. | 104 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
'0xff' is a magic number. | 153 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter b should be final. | 162 | |
Parameter off should be final. | 162 | |
Parameter len should be final. | 162 | |
'if' construct must use '{}'s. | 170 | |
'else' construct must use '{}'s. | 172 | |
'if' construct must use '{}'s. | 175 | |
Method 'available' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 31 | |
Missing a Javadoc comment. | 32 | |
Parameter args should be final. | 32 | |
';' is preceded with whitespace. | 39 |
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 38 | |
Expected @param tag for 'username'. | 38 | |
Redundant 'public' modifier. | 47 | |
Expected @param tag for 'username'. | 47 | |
Expected @param tag for 'password'. | 47 | |
Redundant 'public' modifier. | 55 | |
Redundant 'public' modifier. | 64 | |
Redundant 'public' modifier. | 74 | |
Redundant 'public' modifier. | 82 | |
First sentence should end with a period. | 84 | |
Redundant 'public' modifier. | 89 | |
Expected @param tag for 'routeId'. | 89 | |
Redundant 'public' modifier. | 97 | |
Expected @param tag for 'routeID'. | 97 | |
First sentence should end with a period. | 99 | |
Redundant 'public' modifier. | 104 | |
First sentence should end with a period. | 106 | |
Redundant 'public' modifier. | 111 | |
Redundant 'public' modifier. | 119 | |
Redundant 'public' modifier. | 129 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
'256' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'256' is a magic number. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Parameter height should be final. | 30 | |
Parameter width should be final. | 30 | |
Missing a Javadoc comment. | 35 | |
Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter width should be final. | 46 | |
Parameter height should be final. | 46 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.zip.GZIPOutputStream. | 27 | |
Missing a Javadoc comment. | 37 | |
Variable 'handler' must be private and have accessor methods. | 37 | |
Line is longer than 80 characters. | 47 | |
Parameter server should be final. | 47 | |
Parameter socket should be final. | 47 | |
Parameter user should be final. | 47 | |
Method 'stopHandler' is not designed for extension - needs to be abstract, final or empty. | 55 | |
'if' construct must use '{}'s. | 58 | |
Method 'messageHandler' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter message should be final. | 67 | |
',' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 103 | |
Method 'coordinateUpdate' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Parameter coord should be final. | 127 | |
Expected @param tag for 'coord'. | 127 | |
Method 'coordinateBufferUpdate' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter coords should be final. | 133 | |
'3' is a magic number. | 138 | |
Method 'stopLogging' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Parameter gpsHandler should be final. | 155 | |
Expected @param tag for 'gpsHandler'. | 155 | |
';' is not followed by whitespace. | 156 | |
First sentence should end with a period. | 162 | |
Method 'startLogging' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter gpsHandler should be final. | 165 | |
Expected @param tag for 'gpsHandler'. | 165 | |
';' is not followed by whitespace. | 166 | |
Method 'getUsers' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Line is longer than 80 characters. | 189 | |
Method 'getRoute' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Parameter routeId should be final. | 191 | |
Expected @param tag for 'routeId'. | 191 | |
'if' construct must use '{}'s. | 199 | |
'if' construct must use '{}'s. | 215 | |
'else' construct must use '{}'s. | 217 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 49 | |
Name 'TMP_FILE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Method 'storeTmpCoords' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter coord should be final. | 71 | |
Expected @param tag for 'coord'. | 71 | |
Expected @throws tag for 'IOException'. | 71 | |
'if' construct must use '{}'s. | 76 | |
Expected an @return tag. | 89 | |
Method 'transferTmpCoords' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Expected @throws tag for 'FileNotFoundException'. | 89 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 89 | |
Expected @throws tag for 'IllegalStateException'. | 90 | |
Redundant throws: 'IllegalStateException' is unchecked exception. | 90 | |
Expected @throws tag for 'IOException'. | 90 | |
'if' construct must use '{}'s. | 110 | |
'else' construct must use '{}'s. | 118 | |
First sentence should end with a period. | 122 | |
Method 'openFile' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter file should be final. | 128 | |
Expected @throws tag for 'FileNotFoundException'. | 128 | |
Method 'writeGPSData' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter data should be final. | 138 | |
Method 'logon' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter user should be final. | 149 | |
Parameter pass should be final. | 149 | |
Expected @throws tag for 'IOException'. | 149 | |
Method 'openGPSPort' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Expected @throws tag for 'PortInUseException'. | 156 | |
Expected @throws tag for 'TooManyListenersException'. | 157 | |
Expected @throws tag for 'UnsupportedCommOperationException'. | 157 | |
Expected @throws tag for 'IOException'. | 158 | |
Method 'addGPSListener' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter listener should be final. | 168 | |
Method 'removeGPSListener' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter listener should be final. | 177 | |
Method 'addSocketListener' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Parameter listener should be final. | 186 | |
Method 'removeSocketListener' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Parameter listener should be final. | 194 | |
Method 'disconnectFromSocket' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Expected @throws tag for 'IOException'. | 202 | |
Method 'getComPorts' is not designed for extension - needs to be abstract, final or empty. | 211 | |
First sentence should end with a period. | 215 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 219 | |
First sentence should end with a period. | 223 | |
Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Parameter port should be final. | 227 | |
Method 'setCompression' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Parameter compression should be final. | 237 | |
First sentence should end with a period. | 241 | |
Method 'getCompression' is not designed for extension - needs to be abstract, final or empty. | 247 | |
First sentence should end with a period. | 251 | |
Method 'setInterval' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Parameter inte should be final. | 255 | |
First sentence should end with a period. | 259 | |
Method 'getInterval' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 272 | |
First sentence should end with a period. | 276 | |
Method 'isLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Method 'getCoordDate' is not designed for extension - needs to be abstract, final or empty. | 289 | |
'if' construct must use '{}'s. | 290 | |
Method 'getStringLat' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Missing a Javadoc comment. | 295 | |
Method 'getStringLon' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Missing a Javadoc comment. | 299 | |
Method 'syncCoords' is not designed for extension - needs to be abstract, final or empty. | 307 | |
First sentence should end with a period. | 312 | |
Method 'getCurrentCoord' is not designed for extension - needs to be abstract, final or empty. | 317 | |
'if' construct must use '{}'s. | 318 | |
'else' construct must use '{}'s. | 320 | |
First sentence should end with a period. | 324 | |
Method 'getOldCoord' is not designed for extension - needs to be abstract, final or empty. | 329 | |
'if' construct must use '{}'s. | 330 | |
'else' construct must use '{}'s. | 332 | |
Method 'saveCoord' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Expected @throws tag for 'IOException'. | 340 | |
Must have at least one statement. | 344 | |
First sentence should end with a period. | 360 | |
Method 'changeTransferState' is not designed for extension - needs to be abstract, final or empty. | 365 | |
First sentence should end with a period. | 370 | |
Method 'getTransferState' is not designed for extension - needs to be abstract, final or empty. | 375 | |
Method 'createRoute' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Parameter routeDesc should be final. | 385 | |
First sentence should end with a period. | 389 | |
Method 'getRoutes' is not designed for extension - needs to be abstract, final or empty. | 394 | |
Parameter user should be final. | 394 | |
First sentence should end with a period. | 398 | |
Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 403 | |
First sentence should end with a period. | 407 | |
Method 'setRouteOnServer' is not designed for extension - needs to be abstract, final or empty. | 412 | |
Parameter route should be final. | 412 | |
First sentence should end with a period. | 416 | |
Method 'getRouteId' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Parameter route should be final. | 422 | |
First sentence should end with a period. | 426 | |
Method 'getRouteDesc' is not designed for extension - needs to be abstract, final or empty. | 432 | |
Parameter route should be final. | 432 | |
Method 'setActiveRoute' is not designed for extension - needs to be abstract, final or empty. | 444 | |
Parameter route should be final. | 444 | |
First sentence should end with a period. | 451 | |
Method 'getActiveRoute' is not designed for extension - needs to be abstract, final or empty. | 456 | |
Method 'hasSignal' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Method 'bufferFileExists' is not designed for extension - needs to be abstract, final or empty. | 475 | |
Method 'changeGPSState' is not designed for extension - needs to be abstract, final or empty. | 484 | |
First sentence should end with a period. | 489 | |
Method 'getGPSState' is not designed for extension - needs to be abstract, final or empty. | 494 | |
First sentence should end with a period. | 498 | |
Method 'closeGPSPort' is not designed for extension - needs to be abstract, final or empty. | 501 | |
First sentence should end with a period. | 505 | |
Method 'currCoordSet' is not designed for extension - needs to be abstract, final or empty. | 510 | |
First sentence should end with a period. | 514 | |
Method 'startRecieveFromGPS' is not designed for extension - needs to be abstract, final or empty. | 517 | |
First sentence should end with a period. | 522 | |
Line is longer than 80 characters. | 530 | |
Method 'stopRecieveFromGPS' is not designed for extension - needs to be abstract, final or empty. | 530 | |
Expected @throws tag for 'IllegalArgumentException'. | 530 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 530 | |
Expected @throws tag for 'PortInUseException'. | 530 | |
Expected @throws tag for 'TooManyListenersException'. | 530 | |
Expected @throws tag for 'UnsupportedCommOperationException'. | 530 | |
Expected @throws tag for 'IOException'. | 530 | |
First sentence should end with a period. | 542 | |
Method 'isConnectedToGPS' is not designed for extension - needs to be abstract, final or empty. | 547 | |
First sentence should end with a period. | 551 | |
Method 'getAutoTransferState' is not designed for extension - needs to be abstract, final or empty. | 556 | |
First sentence should end with a period. | 560 | |
Method 'autoTransfer' is not designed for extension - needs to be abstract, final or empty. | 565 | |
Parameter enable should be final. | 565 | |
Method 'hasActiveRoute' is not designed for extension - needs to be abstract, final or empty. | 574 | |
Method 'setHost' is not designed for extension - needs to be abstract, final or empty. | 578 | |
Missing a Javadoc comment. | 578 | |
Parameter host should be final. | 578 | |
Method 'setPort' is not designed for extension - needs to be abstract, final or empty. | 582 | |
Missing a Javadoc comment. | 582 | |
Parameter port should be final. | 582 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Parameter height should be final. | 55 | |
Parameter width should be final. | 55 | |
Method 'getMap' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter minX should be final. | 141 | |
Parameter minY should be final. | 141 | |
Parameter maxX should be final. | 142 | |
Parameter maxY should be final. | 142 | |
'}' should be on the same line. | 175 | |
'else' construct must use '{}'s. | 176 | |
Method 'addLayers' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter layers should be final. | 225 | |
Method 'addLayer' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter layerName should be final. | 229 | |
Method 'hasLayer' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Missing a Javadoc comment. | 233 | |
Parameter layerName should be final. | 233 | |
Method 'removeLayer' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Missing a Javadoc comment. | 237 | |
Parameter layerName should be final. | 237 | |
Method 'removeAllLayers' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
Method 'addStyles' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 | |
Parameter styles should be final. | 244 | |
Method 'addStyle' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter styleName should be final. | 248 | |
Method 'hasStyle' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
Parameter styleName should be final. | 252 | |
Method 'removeStyle' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter styleName should be final. | 256 | |
Method 'removeAllStyles' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Method 'getImageFormat' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
Method 'setImageFormat' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Missing a Javadoc comment. | 268 | |
Parameter imageFormat should be final. | 268 | |
Method 'getProviderUrl' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Missing a Javadoc comment. | 272 | |
Method 'setProviderUrl' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Parameter providerUrl should be final. | 276 | |
Method 'getSRS' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Method 'setSRS' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
Parameter srs should be final. | 284 | |
Method 'getBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 288 | |
Missing a Javadoc comment. | 288 | |
Method 'setBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Missing a Javadoc comment. | 292 | |
Parameter bgColor should be final. | 292 | |
Method 'isTransparent' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Missing a Javadoc comment. | 296 | |
Method 'setTransparent' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Missing a Javadoc comment. | 300 | |
Parameter transparent should be final. | 300 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 51 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Variable 'logOnItem' must be private and have accessor methods. | 65 | |
Variable 'logOffItem' must be private and have accessor methods. | 65 | |
Variable 'exitItem' must be private and have accessor methods. | 65 | |
Variable 'generalItem' must be private and have accessor methods. | 65 | |
Variable 'showRoutesItem' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Parameter model should be final. | 81 | |
Expected @param tag for 'model'. | 81 | |
'250' is a magic number. | 107 | |
'250' is a magic number. | 107 | |
'400' is a magic number. | 108 | |
'200' is a magic number. | 108 | |
Method 'createMenu' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 143 | |
First sentence should end with a period. | 155 | |
Method 'addMenuListener' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Parameter listener should be final. | 160 | |
Expected @param tag for 'listener'. | 160 | |
First sentence should end with a period. | 168 | |
Method 'register' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Parameter form should be final. | 171 | |
Expected @param tag for 'form'. | 171 | |
First sentence should end with a period. | 180 | |
Method 'deregister' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Parameter form should be final. | 183 | |
Expected @param tag for 'form'. | 183 | |
First sentence should end with a period. | 191 | |
Method 'showForm' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter form should be final. | 196 | |
First sentence should end with a period. | 203 | |
Expected an @return tag. | 206 | |
Method 'showLogOffDialog' is not designed for extension - needs to be abstract, final or empty. | 206 | |
First sentence should end with a period. | 213 | |
Method 'showErrorDialog' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Parameter heading should be final. | 219 | |
Parameter warning should be final. | 219 | |
First sentence should end with a period. | 224 | |
Method 'showInfoDialog' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Parameter head should be final. | 230 | |
Parameter info should be final. | 230 | |
Method 'setStatusMsg' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter msg should be final. | 240 | |
First sentence should end with a period. | 245 | |
Method 'showLoginForm' is not designed for extension - needs to be abstract, final or empty. | 249 | |
First sentence should end with a period. | 253 | |
Method 'showSettingsForm' is not designed for extension - needs to be abstract, final or empty. | 257 | |
First sentence should end with a period. | 261 | |
Method 'showMainForm' is not designed for extension - needs to be abstract, final or empty. | 265 | |
First sentence should end with a period. | 269 | |
Method 'showRoutesForm' is not designed for extension - needs to be abstract, final or empty. | 272 | |
First sentence should end with a period. | 276 | |
Method 'enableRouteItem' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Parameter enable should be final. | 281 | |
First sentence should end with a period. | 285 | |
Method 'enableLogOffItem' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Parameter enable should be final. | 290 | |
First sentence should end with a period. | 294 | |
Method 'enableLogOnItem' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Parameter enable should be final. | 299 | |
First sentence should end with a period. | 303 | |
Method 'enableMenu' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Parameter b should be final. | 308 | |
First sentence should end with a period. | 312 | |
Method 'getCurrentForm' is not designed for extension - needs to be abstract, final or empty. | 317 | |
First sentence should end with a period. | 321 | |
Method 'getLoginForm' is not designed for extension - needs to be abstract, final or empty. | 326 | |
First sentence should end with a period. | 330 | |
Method 'showErrorDialog' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Parameter heading should be final. | 337 | |
Parameter error should be final. | 337 | |
Parameter icon should be final. | 337 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 35 | |
Parameter fileName should be final. | 43 | |
Line is longer than 80 characters. | 55 | |
Parameter file should be final. | 60 | |
Parameter file should be final. | 72 | |
Parameter number should be final. | 85 | |
Parameter decimals should be final. | 85 | |
'10' is a magic number. | 86 | |
Parameter number should be final. | 100 | |
Parameter decimals should be final. | 100 | |
Missing a Javadoc comment. | 109 | |
Parameter dateString should be final. | 109 | |
Missing a Javadoc comment. | 113 | |
Parameter dateString should be final. | 113 | |
Parameter datePattern should be final. | 113 | |
Missing a Javadoc comment. | 126 | |
Parameter date should be final. | 126 | |
Missing a Javadoc comment. | 130 | |
Parameter date should be final. | 130 | |
Parameter datePattern should be final. | 130 | |
Missing a Javadoc comment. | 134 | |
Parameter date1 should be final. | 134 | |
Parameter date2 should be final. | 134 | |
'1970' is a magic number. | 141 | |
Avoid inline conditionals. | 150 | |
Avoid inline conditionals. | 153 | |
Avoid inline conditionals. | 156 | |
Avoid inline conditionals. | 159 | |
Avoid inline conditionals. | 162 | |
Avoid inline conditionals. | 165 | |
Avoid inline conditionals. | 168 | |
Unused @throws tag for 'NumberFormatException'. | 186 | |
Parameter string should be final. | 189 | |
Unused @throws tag for 'NumberFormatException'. | 201 | |
Parameter string should be final. | 204 | |
Parameter def should be final. | 204 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Variable 'nameCount' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'name' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'form' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Parameter model should be final. | 65 | |
Parameter form should be final. | 65 | |
Missing a Javadoc comment. | 70 | |
Parameter name should be final. | 70 | |
Parameter model should be final. | 70 | |
Parameter form should be final. | 70 | |
'5' is a magic number. | 79 | |
'25' is a magic number. | 79 | |
'{' is followed by whitespace. | 97 | |
Line is longer than 80 characters. | 112 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 113 | |
Inner assignments should be avoided. | 113 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 126 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 139 | |
First sentence should end with a period. | 143 | |
Method 'setUserBox' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Parameter users should be final. | 144 | |
Expected @param tag for 'users'. | 144 | |
First sentence should end with a period. | 152 | |
Method 'setRouteBox' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter routes should be final. | 153 | |
Expected @param tag for 'routes'. | 153 | |
'if' construct must use '{}'s. | 155 | |
First sentence should end with a period. | 162 | |
Method 'updateRouteInfo' is not designed for extension - needs to be abstract, final or empty. | 163 | |
'+' should be on a new line. | 166 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter state should be final. | 173 | |
First sentence should end with a period. | 177 | |
Method 'getBoxUser' is not designed for extension - needs to be abstract, final or empty. | 178 | |
First sentence should end with a period. | 182 | |
Method 'getBoxRoute' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Method 'getThick' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
'cast' is not followed by whitespace. | 188 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
First sentence should end with a period. | 196 | |
Method 'gotoMap' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Line is longer than 80 characters. | 198 | |
',' is not followed by whitespace. | 200 | |
First sentence should end with a period. | 204 | |
Method 'addGetUserBtnListener' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Parameter listener should be final. | 205 | |
Expected @param tag for 'listener'. | 205 | |
First sentence should end with a period. | 209 | |
Method 'addConfigBtnListener' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Parameter listener should be final. | 210 | |
Expected @param tag for 'listener'. | 210 | |
First sentence should end with a period. | 214 | |
Method 'addUserBoxListener' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Parameter listener should be final. | 215 | |
Expected @param tag for 'listener'. | 215 | |
First sentence should end with a period. | 219 | |
Method 'addRouteBoxListener' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Parameter listener should be final. | 220 | |
Expected @param tag for 'listener'. | 220 | |
First sentence should end with a period. | 224 | |
Method 'addNrBoxListener' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Parameter listener should be final. | 225 | |
Expected @param tag for 'listener'. | 225 | |
First sentence should end with a period. | 229 | |
Method 'addDotBoxListener' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Parameter listener should be final. | 230 | |
Expected @param tag for 'listener'. | 230 | |
First sentence should end with a period. | 234 | |
Method 'addMapBoxListener' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Parameter listener should be final. | 235 | |
Expected @param tag for 'listener'. | 235 | |
First sentence should end with a period. | 239 | |
Method 'addThickSpinnerListener' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Parameter listener should be final. | 240 | |
Expected @param tag for 'listener'. | 240 | |
Missing a Javadoc comment. | 244 | |
Parameter users should be final. | 247 | |
Parameter routes should be final. | 253 | |
Parameter state should be final. | 259 | |
switch without "default" clause. | 260 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Variable 'description' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'type' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 66 | |
Parameter description should be final. | 66 | |
Parameter type should be final. | 66 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Variable 'port' must be private and have accessor methods. | 26 | |
Missing a Javadoc comment. | 28 | |
Parameter port should be final. | 28 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 49 | |
Parameter args should be final. | 49 | |
'11535' is a magic number. | 50 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'nameCount' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 45 | |
Variable 'name' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'loginButton' must be private and have accessor methods. | 51 | |
Variable 'cancelButton' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Parameter view should be final. | 67 | |
Parameter model should be final. | 67 | |
Parameter view should be final. | 84 | |
Parameter name should be final. | 84 | |
Parameter model should be final. | 84 | |
'15' is a magic number. | 89 | |
'15' is a magic number. | 90 | |
Line is longer than 80 characters. | 92 | |
'15' is a magic number. | 92 | |
Line is longer than 80 characters. | 93 | |
'15' is a magic number. | 93 | |
'10' is a magic number. | 122 | |
'10' is a magic number. | 122 | |
'10' is a magic number. | 122 | |
'10' is a magic number. | 123 | |
Method 'addBtnListener' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Parameter listener should be final. | 144 | |
Expected @param tag for 'listener'. | 144 | |
First sentence should end with a period. | 149 | |
Expected an @return tag. | 152 | |
Method 'getFormComponent' is not designed for extension - needs to be abstract, final or empty. | 152 | |
First sentence should end with a period. | 156 | |
Expected an @return tag. | 159 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 159 | |
First sentence should end with a period. | 163 | |
Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 168 | |
First sentence should end with a period. | 172 | |
Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 177 | |
First sentence should end with a period. | 181 | |
Method 'setStatusMsg' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Parameter msg should be final. | 186 | |
First sentence should end with a period. | 190 | |
Method 'connectionUpdate' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter state should be final. | 194 | |
Expected @param tag for 'state'. | 194 | |
switch without "default" clause. | 195 | |
Line is longer than 80 characters. | 204 | |
First sentence should end with a period. | 217 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 222 | |
First sentence should end with a period. | 226 | |
Method 'getHostname' is not designed for extension - needs to be abstract, final or empty. | 231 | |
First sentence should end with a period. | 235 | |
Method 'showErrorDialog' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Parameter heading should be final. | 241 | |
Parameter warning should be final. | 241 | |
First sentence should end with a period. | 246 | |
Method 'showMain' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 255 | |
Method 'setEnableControls' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Parameter enable should be final. | 257 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 52 | |
Variable 'listeners' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Variable 'outW' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
';' is not followed by whitespace. | 80 | |
First sentence should end with a period. | 82 | |
Method 'open' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter port should be final. | 87 | |
Expected @throws tag for 'PortInUseException'. | 87 | |
Expected @throws tag for 'TooManyListenersException'. | 88 | |
Expected @throws tag for 'UnsupportedCommOperationException'. | 88 | |
Expected @throws tag for 'IOException'. | 89 | |
Expected @throws tag for 'IllegalArgumentException'. | 89 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 89 | |
Line is longer than 80 characters. | 102 | |
First sentence should end with a period. | 139 | |
First sentence should end with a period. | 191 | |
'3' is a magic number. | 201 | |
'5' is a magic number. | 202 | |
'4' is a magic number. | 207 | |
'6' is a magic number. | 210 | |
'9' is a magic number. | 214 | |
'9' is a magic number. | 219 | |
Line is longer than 80 characters. | 227 | |
Method 'getCurrentCoordinate' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
First sentence should end with a period. | 234 | |
Method 'hasSignal' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Conditional logic can be removed. | 243 | |
'6' is a magic number. | 243 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 255 | |
First sentence should end with a period. | 273 | |
Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Method 'brokenListener' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Parameter listener should be final. | 289 | |
Parameter exception should be final. | 290 | |
Method 'connectedEvent' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Parameter connected should be final. | 303 | |
Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Parameter listener should be final. | 318 | |
Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 327 | |
Parameter listener should be final. | 327 | |
Missing a Javadoc comment. | 331 | |
First sentence should end with a period. | 332 | |
Parameter event should be final. | 335 | |
Expected @param tag for 'event'. | 335 | |
switch without "default" clause. | 336 | |
Line is longer than 80 characters. | 359 | |
Missing a Javadoc comment. | 371 | |
Parameter state should be final. | 371 | |
First sentence should end with a period. | 381 | |
Method 'closePort' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Method 'getPortOwner' is not designed for extension - needs to be abstract, final or empty. | 399 | |
Method 'currCoordSet' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Missing a Javadoc comment. | 406 | |
Conditional logic can be removed. | 407 | |
First sentence should end with a period. | 414 | |
Method 'startRecieve' is not designed for extension - needs to be abstract, final or empty. | 418 | |
First sentence should end with a period. | 423 | |
Method 'stopRecieve' is not designed for extension - needs to be abstract, final or empty. | 427 | |
First sentence should end with a period. | 432 | |
Method 'isValidSignal' is not designed for extension - needs to be abstract, final or empty. | 437 | |
First sentence should end with a period. | 441 | |
Method 'openFile' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Expected @throws tag for 'FileNotFoundException'. | 446 | |
Method 'readExcepion' is not designed for extension - needs to be abstract, final or empty. | 453 | |
Parameter ioe should be final. | 453 | |
Expected @param tag for 'ioe'. | 453 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 94 | |
Variable 'description' must be private and have accessor methods. | 94 | |
Missing a Javadoc comment. | 95 | |
Variable 'manufacturer' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 97 | |
Parameter description should be final. | 97 | |
Parameter manufacturer should be final. | 97 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 106 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 44 | |
Variable 'distance' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'width' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'timeSpent' must be private and have accessor methods. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'averageSpeed' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'startCoord' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'stopCoord' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'form' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Parameter model should be final. | 58 | |
Parameter form should be final. | 58 | |
'5' is a magic number. | 68 | |
',' is not followed by whitespace. | 68 | |
'25' is a magic number. | 68 | |
Line is longer than 80 characters. | 77 | |
First sentence should end with a period. | 103 | |
Method 'setRoute' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter route should be final. | 104 | |
Expected @param tag for 'route'. | 104 | |
Method 'setRouteList' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter coordList should be final. | 109 | |
Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter user should be final. | 114 | |
First sentence should end with a period. | 119 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter route should be final. | 120 | |
Expected @param tag for 'route'. | 120 | |
'if' construct must use '{}'s. | 121 | |
Method 'calcRoute' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter coordList should be final. | 130 | |
Expected @param tag for 'coordList'. | 130 | |
'1000' is a magic number. | 141 | |
'60' is a magic number. | 141 | |
'60' is a magic number. | 141 | |
First sentence should end with a period. | 148 | |
Expected an @return tag. | 149 | |
Method 'calcSpeed' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter timeSpent should be final. | 149 | |
Expected @param tag for 'timeSpent'. | 149 | |
Parameter distance should be final. | 149 | |
Expected @param tag for 'distance'. | 149 | |
First sentence should end with a period. | 153 | |
Expected an @return tag. | 154 | |
Method 'calcDist' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Parameter coordList should be final. | 154 | |
Expected @param tag for 'coordList'. | 154 | |
'3' is a magic number. | 156 | |
Method 'calcWidth' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Parameter coordList should be final. | 161 | |
Expected @param tag for 'coordList'. | 161 | |
'{' is followed by whitespace. | 163 | |
'if' construct must use '{}'s. | 166 | |
'if' construct must use '{}'s. | 168 | |
'if' construct must use '{}'s. | 170 | |
'if' construct must use '{}'s. | 172 | |
'3' is a magic number. | 172 | |
'3' is a magic number. | 173 | |
'3' is a magic number. | 178 | |
Missing a Javadoc comment. | 183 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'nameCount' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
Variable 'name' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Variable 'trackButton' must be private and have accessor methods. | 54 | |
Variable 'cancelButton' must be private and have accessor methods. | 54 | |
Variable 'newButton' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Variable 'newRoute' must be private and have accessor methods. | 60 | |
Parameter view should be final. | 69 | |
Parameter model should be final. | 69 | |
Parameter mainForm should be final. | 69 | |
Expected @param tag for 'mainForm'. | 69 | |
Parameter view should be final. | 83 | |
Parameter name should be final. | 83 | |
Parameter model should be final. | 83 | |
Parameter mainForm should be final. | 84 | |
Expected @param tag for 'mainForm'. | 84 | |
'3' is a magic number. | 96 | |
'20' is a magic number. | 96 | |
'10' is a magic number. | 114 | |
'10' is a magic number. | 114 | |
'10' is a magic number. | 114 | |
'10' is a magic number. | 114 | |
'10' is a magic number. | 118 | |
'10' is a magic number. | 118 | |
'10' is a magic number. | 118 | |
'10' is a magic number. | 119 | |
Method 'addBtnListener' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter listener should be final. | 138 | |
Expected @param tag for 'listener'. | 138 | |
Method 'getFormComponent' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Method 'showMain' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 161 | |
Method 'routeList' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter routes should be final. | 165 | |
Method 'routeCreated' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter rId should be final. | 171 | |
'11' is a magic number. | 173 | |
First sentence should end with a period. | 178 | |
Method 'setRouteBox' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Parameter routes should be final. | 179 | |
Expected @param tag for 'routes'. | 179 | |
First sentence should end with a period. | 187 | |
Expected an @return tag. | 188 | |
Method 'getRoute' is not designed for extension - needs to be abstract, final or empty. | 188 | |
First sentence should end with a period. | 192 | |
Method 'setStatusMsg' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Parameter msg should be final. | 197 | |
First sentence should end with a period. | 201 | |
Method 'transferBufferedDialog' is not designed for extension - needs to be abstract, final or empty. | 206 | |
'{' is followed by whitespace. | 207 | |
First sentence should end with a period. | 216 | |
Method 'showInfoDialog' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Parameter head should be final. | 222 | |
Parameter info should be final. | 222 | |
First sentence should end with a period. | 226 | |
Method 'getNewRouteDesc' is not designed for extension - needs to be abstract, final or empty. | 231 | |
First sentence should end with a period. | 235 | |
Method 'getNewRoute' is not designed for extension - needs to be abstract, final or empty. | 240 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter model should be final. | 38 | |
Parameter view should be final. | 38 | |
Parameter mainForm should be final. | 38 | |
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter event should be final. | 47 | |
'if' construct must use '{}'s. | 81 | |
'if' construct must use '{}'s. | 84 | |
Line is longer than 80 characters. | 88 | |
'if' construct must use '{}'s. | 95 | |
Line is longer than 80 characters. | 101 | |
'if' construct must use '{}'s. | 104 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 130 | |
'if' construct must use '{}'s. | 134 | |
Line is longer than 80 characters. | 144 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of ' * Trip Tracker, a real-time position tracking system for the Internet.'. | 2 | |
Using the '.*' form of import should be avoided - java.lang.reflect.*. | 22 | |
Using the '.*' form of import should be avoided - java.sql.*. | 23 | |
First sentence should end with a period. | 25 | |
Unclosed HTML tag found: <janmagne at broadpark dot no>} | 28 | |
Parameter obj should be final. | 37 | |
Expected an @return tag. | 48 | |
Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter proxy should be final. | 49 | |
Expected @param tag for 'proxy'. | 49 | |
Parameter method should be final. | 49 | |
Expected @param tag for 'method'. | 49 | |
Parameter args should be final. | 49 | |
Expected @param tag for 'args'. | 49 | |
Expected @throws tag for 'Throwable'. | 50 | |
'||' should be on a new line. | 53 | |
'||' should be on a new line. | 54 | |
Missing a Javadoc comment. | 63 | |
Parameter obj should be final. | 63 | |
'cast' is not followed by whitespace. | 67 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |