The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 97 | 0 | 0 | 3176 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 12 | |
| NewlineAtEndOfFile | 5 | |
| Translation | 0 | |
| JavadocMethod | 466 | |
| JavadocType | 59 | |
| JavadocVariable | 432 | |
| JavadocStyle | 197 | |
| ConstantName | 15 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MemberName | 4 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 9 | |
Header
| 4 | |
| AvoidStarImport | 4 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 3 | |
| FileLength | 0 | |
| LineLength | 68 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 1 | |
| MethodParamPad | 1 | |
| NoWhitespaceAfter | 31 | |
| NoWhitespaceBefore | 8 | |
| OperatorWrap | 10 | |
| ParenPad | 4 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 64 | |
| ModifierOrder | 0 | |
| RedundantModifier | 40 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 7 | |
| LeftCurly | 0 | |
| NeedBraces | 67 | |
| RightCurly | 7 | |
| AvoidInlineConditionals | 12 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 3 | |
| MagicNumber | 456 | |
| MissingSwitchDefault | 9 | |
| RedundantThrows | 7 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 4 | |
| DesignForExtension | 474 | |
| FinalClass | 3 | |
| HideUtilityClassConstructor | 9 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 84 | |
| ArrayTypeStyle | 1 | |
| FinalParameters | 595 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| 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. |