The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 253 | 0 | 0 | 11016 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 38 | |
| NewlineAtEndOfFile | 55 | |
| Translation | 0 | |
| JavadocMethod | 1508 | |
| JavadocType | 13 | |
| JavadocVariable | 993 | |
| JavadocStyle | 154 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 9 | |
| MemberName | 38 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 11 | |
| StaticVariableName | 6 | |
| TypeName | 0 | |
| AvoidStarImport | 220 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
| LineLength | 1631 | |
| MethodLength | 2 | |
| ParameterNumber | 4 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 5 | |
| NoWhitespaceAfter | 6 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 11 | |
| ParenPad | 35 | |
| TypecastParenPad | 0 | |
| TabCharacter | 61 | |
| WhitespaceAfter | 242 | |
| WhitespaceAround | 918 | |
| ModifierOrder | 1 | |
| RedundantModifier | 88 | |
| AvoidNestedBlocks | 1 | |
| EmptyBlock | 3 | |
| LeftCurly | 325 | |
| NeedBraces | 43 | |
| RightCurly | 142 | |
| AvoidInlineConditionals | 75 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 295 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
| MagicNumber | 1442 | |
| MissingSwitchDefault | 19 | |
| RedundantThrows | 9 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 1256 | |
| FinalClass | 3 | |
| HideUtilityClassConstructor | 4 | |
| InterfaceIsType | 4 | |
| VisibilityModifier | 28 | |
| ArrayTypeStyle | 2 | |
| FinalParameters | 1263 | |
GenericIllegalRegexp
| 41 | |
| TodoComment | 6 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Parameter frame should be final. | 39 | |
| 'frame' hides a field. | 39 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter evt should be final. | 45 | |
| Line is longer than 80 characters. | 51 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'callingComp' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Parameter component should be final. | 39 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter evt should be final. | 43 | |
| 'cast' is not followed by whitespace. | 45 | |
| 'cast' is not followed by whitespace. | 48 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 27 | |
| First sentence should end with a period. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| Variable 'LOG' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Parameter clazz should be final. | 49 | |
| Line has trailing spaces. | 63 | |
| Method 'saveOrUpdateObject' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| '(' is followed by whitespace. | 65 | |
| Parameter o should be final. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Method 'saveObject' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| '(' is followed by whitespace. | 73 | |
| Parameter o should be final. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| Method 'saveOrUpdateAllObjects' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter coll should be final. | 77 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter id should be final. | 89 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter clazz should be final. | 100 | |
| Parameter id should be final. | 100 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter id should be final. | 115 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter clazz should be final. | 126 | |
| Parameter id should be final. | 126 | |
| Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Parameter clazz should be final. | 153 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 183 | |
| Method 'getObjectsBy' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter properties should be final. | 183 | |
| Parameter values should be final. | 183 | |
| Parameter orderByProperties should be final. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 206 | |
| Method 'getObjectsBy' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Parameter clazz should be final. | 206 | |
| Parameter properties should be final. | 206 | |
| Parameter values should be final. | 206 | |
| Parameter orderByProperties should be final. | 206 | |
| 'for' is not followed by whitespace. | 215 | |
| Line is longer than 80 characters. | 236 | |
| Method 'getObjectsBy' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Parameter property should be final. | 236 | |
| Parameter value should be final. | 236 | |
| Line is longer than 80 characters. | 254 | |
| Method 'getObjectsBy' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Parameter clazz should be final. | 254 | |
| Parameter property should be final. | 254 | |
| Parameter value should be final. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 275 | |
| Method 'getObjectsBy' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Parameter property1 should be final. | 275 | |
| Parameter value1 should be final. | 275 | |
| Parameter property2 should be final. | 275 | |
| Parameter value2 should be final. | 275 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 297 | |
| Method 'getObjectsBy' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Parameter clazz should be final. | 297 | |
| Parameter property1 should be final. | 297 | |
| Parameter value1 should be final. | 297 | |
| Parameter property2 should be final. | 297 | |
| Parameter value2 should be final. | 297 | |
| Line is longer than 80 characters. | 299 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Method 'addActionListener' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter listener should be final. | 54 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 65 | |
| '0x522aec' is a magic number. | 68 | |
| Line is longer than 80 characters. | 69 | |
| '10' is a magic number. | 69 | |
| '.5f' is a magic number. | 69 | |
| '15' is a magic number. | 69 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 18 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 21 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 54 | |
| 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 | |
| Parameter parent should be final. | 63 | |
| Parameter showSelect should be final. | 63 | |
| '0x522aec' is a magic number. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '5' is a magic number. | 65 | |
| '.3f' is a magic number. | 65 | |
| '15' is a magic number. | 65 | |
| '{' should be on the previous line. | 68 | |
| '5' is a magic number. | 75 | |
| '6' is a magic number. | 76 | |
| Line is longer than 80 characters. | 78 | |
| '4' is a magic number. | 80 | |
| '5' is a magic number. | 81 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| '{' is not preceded with whitespace. | 88 | |
| Missing a Javadoc comment. | 94 | |
| '224' is a magic number. | 95 | |
| '224' is a magic number. | 95 | |
| '224' is a magic number. | 95 | |
| Line is longer than 80 characters. | 96 | |
| '20' is a magic number. | 97 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 119 | |
| Missing a Javadoc comment. | 128 | |
| First sentence should end with a period. | 132 | |
| Method 'getSelectedRow' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| '{' should be on the previous line. | 138 | |
| Method 'setSelectedRow' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter value should be final. | 144 | |
| '{' should be on the previous line. | 147 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter evt should be final. | 152 | |
| '{' should be on the previous line. | 155 | |
| Missing a Javadoc comment. | 161 | |
| 'if' is not followed by whitespace. | 165 | |
| ')' is preceded with whitespace. | 168 | |
| 'if' is not followed by whitespace. | 170 | |
| Line is longer than 80 characters. | 173 | |
| Missing a Javadoc comment. | 181 | |
| Parameter icount should be final. | 181 | |
| '/' is not preceded with whitespace. | 184 | |
| '/' is not followed by whitespace. | 184 | |
| Method 'keyTyped' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Parameter kvt should be final. | 198 | |
| Missing a Javadoc comment. | 202 | |
| Parameter evt should be final. | 202 | |
| Missing a Javadoc comment. | 206 | |
| Parameter evt should be final. | 206 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 15 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 16 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'formatter' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 60 | |
| '12' is a magic number. | 63 | |
| Line is longer than 80 characters. | 64 | |
| '0.02' is a magic number. | 66 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 80 characters. | 72 | |
| '12' is a magic number. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '0.02' is a magic number. | 78 | |
| Missing a Javadoc comment. | 83 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| 'for' is not followed by whitespace. | 89 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Parameter message should be final. | 36 | |
| Parameter cause should be final. | 45 | |
| Parameter message should be final. | 54 | |
| Parameter cause should be final. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter g should be final. | 43 | |
| '0x3794f2' is a magic number. | 45 | |
| Line is longer than 80 characters. | 49 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 18 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 25 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 47 | |
| '{' should be on the previous line. | 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. | 66 | |
| Parameter table should be final. | 66 | |
| Parameter column should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 74 | |
| '25' is a magic number. | 81 | |
| '20' is a magic number. | 82 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Parameter table should be final. | 86 | |
| Parameter value should be final. | 86 | |
| Parameter isSelected should be final. | 86 | |
| Parameter hasFocus should be final. | 86 | |
| Parameter row should be final. | 86 | |
| Parameter column should be final. | 86 | |
| 'if' is not followed by whitespace. | 88 | |
| '{' should be on the previous line. | 89 | |
| '0x000a5a' is a magic number. | 90 | |
| '{' should be on the previous line. | 94 | |
| '}' should be on the same line. | 97 | |
| '{' should be on the previous line. | 99 | |
| '}' should be on the same line. | 102 | |
| '{' should be on the previous line. | 104 | |
| Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter table should be final. | 112 | |
| Parameter value should be final. | 112 | |
| Parameter isSelected should be final. | 112 | |
| Parameter row should be final. | 112 | |
| Parameter column should be final. | 112 | |
| 'if' is not followed by whitespace. | 114 | |
| '0x000a5a' is a magic number. | 116 | |
| Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| '{' should be on the previous line. | 125 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter e should be final. | 129 | |
| '{' should be on the previous line. | 130 | |
| '{' should be on the previous line. | 133 | |
| '{' should be on the previous line. | 137 | |
| '{' should be on the previous line. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Line is longer than 80 characters. | 148 | |
| ',' is not followed by whitespace. | 148 | |
| Line is longer than 80 characters. | 150 | |
| 'cast' is not followed by whitespace. | 153 | |
| Missing a Javadoc comment. | 158 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| 'cast' is not followed by whitespace. | 167 | |
| Line is longer than 80 characters. | 171 | |
| 'cast' is not followed by whitespace. | 174 | |
| Missing a Javadoc comment. | 179 | |
| Line is longer than 80 characters. | 182 | |
| 'cast' is not followed by whitespace. | 187 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.persistence.*. | 5 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| '=' is not followed by whitespace. | 30 | |
| Missing a Javadoc comment. | 33 | |
| '=' is not preceded with whitespace. | 34 | |
| '(' is followed by whitespace. | 35 | |
| '=' is not preceded with whitespace. | 35 | |
| '=' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '=' is not preceded with whitespace. | 37 | |
| '50' is a magic number. | 37 | |
| '=' is not followed by whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| '=' is not preceded with whitespace. | 39 | |
| '50' is a magic number. | 39 | |
| '=' is not followed by whitespace. | 39 | |
| Missing a Javadoc comment. | 41 | |
| '=' is not preceded with whitespace. | 41 | |
| '50' is a magic number. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| Missing a Javadoc comment. | 43 | |
| '=' is not preceded with whitespace. | 43 | |
| '12' is a magic number. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 45 | |
| '=' is not preceded with whitespace. | 45 | |
| '10' is a magic number. | 45 | |
| '=' is not followed by whitespace. | 45 | |
| Missing a Javadoc comment. | 47 | |
| '=' is not preceded with whitespace. | 47 | |
| '30' is a magic number. | 47 | |
| '=' is not followed by whitespace. | 47 | |
| Missing a Javadoc comment. | 49 | |
| '=' is not preceded with whitespace. | 49 | |
| '100' is a magic number. | 49 | |
| '=' is not followed by whitespace. | 49 | |
| Missing a Javadoc comment. | 51 | |
| '=' is not preceded with whitespace. | 51 | |
| '50' is a magic number. | 51 | |
| '=' is not followed by whitespace. | 51 | |
| Missing a Javadoc comment. | 53 | |
| '=' is not preceded with whitespace. | 53 | |
| '20' is a magic number. | 53 | |
| '=' is not followed by whitespace. | 53 | |
| Missing a Javadoc comment. | 55 | |
| '=' is not preceded with whitespace. | 55 | |
| '11' is a magic number. | 55 | |
| '=' is not followed by whitespace. | 55 | |
| Missing a Javadoc comment. | 57 | |
| '=' is not preceded with whitespace. | 57 | |
| '4' is a magic number. | 57 | |
| '=' is not followed by whitespace. | 57 | |
| Missing a Javadoc comment. | 59 | |
| '=' is not preceded with whitespace. | 59 | |
| '4' is a magic number. | 59 | |
| '=' is not followed by whitespace. | 59 | |
| Missing a Javadoc comment. | 61 | |
| '=' is not preceded with whitespace. | 61 | |
| '20' is a magic number. | 61 | |
| '=' is not followed by whitespace. | 61 | |
| Missing a Javadoc comment. | 63 | |
| '=' is not preceded with whitespace. | 63 | |
| '20' is a magic number. | 63 | |
| '=' is not followed by whitespace. | 63 | |
| Missing a Javadoc comment. | 65 | |
| '=' is not preceded with whitespace. | 65 | |
| '7' is a magic number. | 65 | |
| '=' is not followed by whitespace. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| '=' is not preceded with whitespace. | 68 | |
| '10' is a magic number. | 68 | |
| '=' is not followed by whitespace. | 68 | |
| Missing a Javadoc comment. | 70 | |
| '=' is not preceded with whitespace. | 70 | |
| '15' is a magic number. | 70 | |
| '=' is not followed by whitespace. | 70 | |
| Missing a Javadoc comment. | 72 | |
| '=' is not preceded with whitespace. | 72 | |
| '10' is a magic number. | 72 | |
| '=' is not followed by whitespace. | 72 | |
| Missing a Javadoc comment. | 74 | |
| '=' is not preceded with whitespace. | 74 | |
| '20' is a magic number. | 74 | |
| '=' is not followed by whitespace. | 74 | |
| Missing a Javadoc comment. | 76 | |
| '=' is not preceded with whitespace. | 76 | |
| '10' is a magic number. | 76 | |
| '=' is not followed by whitespace. | 76 | |
| Missing a Javadoc comment. | 78 | |
| '=' is not preceded with whitespace. | 78 | |
| '100' is a magic number. | 78 | |
| '=' is not followed by whitespace. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter id should be final. | 109 | |
| 'id' hides a field. | 109 | |
| Method 'getApplyForCertificate' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'setApplyForCertificate' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter cert should be final. | 122 | |
| Line is longer than 80 characters. | 130 | |
| Method 'getApplicationBasis' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Method 'setApplicationBasis' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter basis should be final. | 139 | |
| Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter firstName should be final. | 147 | |
| 'firstName' hides a field. | 147 | |
| Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter lastName should be final. | 155 | |
| 'lastName' hides a field. | 155 | |
| Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Method 'setMiddleName' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter middleName should be final. | 164 | |
| 'middleName' hides a field. | 164 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Method 'getSsn' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Method 'setSsn' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter ssn should be final. | 177 | |
| 'ssn' hides a field. | 177 | |
| Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter birthDate should be final. | 186 | |
| 'birthDate' hides a field. | 186 | |
| Method 'getPlaceOfBirth' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Method 'setPlaceOfBirth' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter placeOfBirth should be final. | 194 | |
| 'placeOfBirth' hides a field. | 194 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter address should be final. | 202 | |
| 'address' hides a field. | 202 | |
| Method 'isCitizen' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Method 'setCitizen' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter citizen should be final. | 210 | |
| 'citizen' hides a field. | 210 | |
| First sentence should end with a period. | 214 | |
| Method 'getSpecifiy' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Method 'setSpecifiy' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter specifiy should be final. | 222 | |
| 'specifiy' hides a field. | 222 | |
| Method 'isUnderstandEnglish' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Method 'setUnderstandEnglish' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Parameter understandEnglish should be final. | 230 | |
| 'understandEnglish' hides a field. | 230 | |
| Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Parameter city should be final. | 238 | |
| 'city' hides a field. | 238 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter state should be final. | 246 | |
| 'state' hides a field. | 246 | |
| Method 'getZip' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Method 'setZip' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Parameter zip should be final. | 254 | |
| 'zip' hides a field. | 254 | |
| Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Missing a Javadoc comment. | 258 | |
| Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Parameter height should be final. | 262 | |
| 'height' hides a field. | 262 | |
| Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Parameter weight should be final. | 270 | |
| 'weight' hides a field. | 270 | |
| Method 'getHair' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Missing a Javadoc comment. | 274 | |
| Method 'setHair' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Parameter hair should be final. | 278 | |
| 'hair' hides a field. | 278 | |
| Method 'getEyes' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Missing a Javadoc comment. | 282 | |
| Method 'setEyes' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Missing a Javadoc comment. | 286 | |
| Parameter eyes should be final. | 286 | |
| 'eyes' hides a field. | 286 | |
| Method 'getSex' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| 'if' is not followed by whitespace. | 291 | |
| First sentence should end with a period. | 297 | |
| Method 'setSex' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| Parameter sex should be final. | 301 | |
| 'sex' hides a field. | 301 | |
| Method 'isqHoldFaaCertificate' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Missing a Javadoc comment. | 305 | |
| Method 'setqHoldFaaCertificate' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Missing a Javadoc comment. | 309 | |
| Parameter qHoldFaaCertificate should be final. | 309 | |
| 'qHoldFaaCertificate' hides a field. | 309 | |
| Method 'getGradePilotCertificate' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Missing a Javadoc comment. | 313 | |
| Method 'setGradePilotCertificate' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| Missing a Javadoc comment. | 317 | |
| Parameter gradePilotCertificate should be final. | 317 | |
| 'gradePilotCertificate' hides a field. | 317 | |
| Method 'getCertificateNumber' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| Missing a Javadoc comment. | 321 | |
| Method 'setCertificateNumber' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Missing a Javadoc comment. | 325 | |
| Parameter certificateNumber should be final. | 325 | |
| 'certificateNumber' hides a field. | 325 | |
| Method 'getCertificateIssued' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Method 'setCertificateIssued' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| Missing a Javadoc comment. | 333 | |
| Parameter certificateIssued should be final. | 333 | |
| 'certificateIssued' hides a field. | 333 | |
| Method 'isqHoldMedicalCertificate' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Missing a Javadoc comment. | 337 | |
| Method 'setqHoldMedicalCertificate' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Missing a Javadoc comment. | 341 | |
| Parameter qHoldMedicalCertificate should be final. | 341 | |
| 'qHoldMedicalCertificate' hides a field. | 341 | |
| Method 'getClassMedicalCertificate' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Method 'setClassMedicalCertificate' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Missing a Javadoc comment. | 349 | |
| Parameter classMedicalCertificate should be final. | 349 | |
| 'classMedicalCertificate' hides a field. | 349 | |
| Method 'getMedicalIssued' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| Missing a Javadoc comment. | 353 | |
| Method 'setMedicalIssued' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Missing a Javadoc comment. | 357 | |
| Parameter medicalIssued should be final. | 357 | |
| 'medicalIssued' hides a field. | 357 | |
| Method 'getNameMedicalExaminer' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Missing a Javadoc comment. | 361 | |
| Method 'setNameMedicalExaminer' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| Missing a Javadoc comment. | 365 | |
| Parameter nameMedicalExaminer should be final. | 365 | |
| 'nameMedicalExaminer' hides a field. | 365 | |
| Method 'isConvicted' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Missing a Javadoc comment. | 370 | |
| Method 'setConvicted' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter convicted should be final. | 374 | |
| 'convicted' hides a field. | 374 | |
| Method 'getDateOfFinalConviction' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Missing a Javadoc comment. | 378 | |
| Method 'setDateOfFinalConviction' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Missing a Javadoc comment. | 382 | |
| Parameter dateOfFinalConviction should be final. | 382 | |
| 'dateOfFinalConviction' hides a field. | 382 | |
| Method 'getAircraftToUse' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Method 'setAircraftToUse' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Missing a Javadoc comment. | 395 | |
| Parameter aircraftToUse should be final. | 395 | |
| 'aircraftToUse' hides a field. | 395 | |
| Method 'getTimeInAircraft' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Method 'setTimeInAircraft' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| Missing a Javadoc comment. | 407 | |
| Parameter timeInAircraft should be final. | 407 | |
| 'timeInAircraft' hides a field. | 407 | |
| Method 'getPicAircraft' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| Method 'setPicAircraft' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| Missing a Javadoc comment. | 419 | |
| Parameter picAircraft should be final. | 419 | |
| 'picAircraft' hides a field. | 419 | |
| Method 'hasFailedRatingBefore' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| Method 'setFailedRatingBefore' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| Missing a Javadoc comment. | 431 | |
| Parameter val should be final. | 431 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 59 | |
| '750' is a magic number. | 64 | |
| ',' is not followed by whitespace. | 64 | |
| '270' is a magic number. | 64 | |
| '700' is a magic number. | 65 | |
| ',' is not followed by whitespace. | 65 | |
| '260' is a magic number. | 65 | |
| '255' is a magic number. | 67 | |
| ',' is not followed by whitespace. | 67 | |
| '255' is a magic number. | 67 | |
| ',' is not followed by whitespace. | 67 | |
| '204' is a magic number. | 67 | |
| Line is longer than 80 characters. | 70 | |
| '193' is a magic number. | 70 | |
| '60' is a magic number. | 71 | |
| '60' is a magic number. | 72 | |
| Line is longer than 80 characters. | 73 | |
| '3' is a magic number. | 73 | |
| '80' is a magic number. | 73 | |
| '4' is a magic number. | 74 | |
| '50' is a magic number. | 74 | |
| Line is longer than 80 characters. | 75 | |
| '5' is a magic number. | 75 | |
| '90' is a magic number. | 75 | |
| '6' is a magic number. | 76 | |
| '60' is a magic number. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '7' is a magic number. | 77 | |
| '90' is a magic number. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '8' is a magic number. | 78 | |
| '90' is a magic number. | 78 | |
| Line is longer than 80 characters. | 79 | |
| ';' is not followed by whitespace. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Method 'print' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 89 | |
| 'catch' is not followed by whitespace. | 90 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'statusBar' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter picture should be final. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Inner assignments should be avoided. | 47 | |
| Line is longer than 80 characters. | 51 | |
| '=' is not preceded with whitespace. | 51 | |
| '=' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '-' is not preceded with whitespace. | 52 | |
| '-' is not followed by whitespace. | 52 | |
| Method 'showStatus' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter currStatus should be final. | 56 | |
| '}' should be on the same line. | 59 | |
| 'catch' is not followed by whitespace. | 60 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '}' should be on the same line. | 68 | |
| 'catch' is not followed by whitespace. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Variable 'newStatus' must be private and have accessor methods. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Parameter status should be final. | 76 | |
| Missing a Javadoc comment. | 77 | |
| '{' is not preceded with whitespace. | 77 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter rptDialog should be final. | 37 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter evt should be final. | 41 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| '{' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '}' is not preceded with whitespace. | 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. | 54 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 62 | |
| '255' is a magic number. | 68 | |
| '215' is a magic number. | 68 | |
| '215' is a magic number. | 68 | |
| Line is longer than 80 characters. | 70 | |
| '5' is a magic number. | 71 | |
| '7' is a magic number. | 71 | |
| '5' is a magic number. | 71 | |
| '5' is a magic number. | 71 | |
| 'if' is not followed by whitespace. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '12' is a magic number. | 81 | |
| '12' is a magic number. | 81 | |
| '7' is a magic number. | 81 | |
| '11' is a magic number. | 81 | |
| '36' is a magic number. | 84 | |
| '7' is a magic number. | 84 | |
| '11' is a magic number. | 84 | |
| Line is longer than 80 characters. | 90 | |
| '36' is a magic number. | 90 | |
| '11' is a magic number. | 90 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 100 | |
| '12' is a magic number. | 100 | |
| '12' is a magic number. | 100 | |
| '11' is a magic number. | 100 | |
| '11' is a magic number. | 100 | |
| Line is longer than 80 characters. | 101 | |
| '24' is a magic number. | 101 | |
| '11' is a magic number. | 101 | |
| '7' is a magic number. | 101 | |
| Missing a Javadoc comment. | 113 | |
| '15' is a magic number. | 119 | |
| '5' is a magic number. | 131 | |
| '11' is a magic number. | 131 | |
| '5' is a magic number. | 141 | |
| '5' is a magic number. | 149 | |
| '11' is a magic number. | 149 | |
| '5' is a magic number. | 159 | |
| '5' is a magic number. | 167 | |
| '11' is a magic number. | 167 | |
| Method 'startLogin' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| 'if' is not followed by whitespace. | 182 | |
| 'if' is not followed by whitespace. | 186 | |
| 'catch' is not followed by whitespace. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Missing a Javadoc comment. | 208 | |
| '{' is not preceded with whitespace. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Method 'updateUser' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter newPassword should be final. | 212 | |
| Missing a Javadoc comment. | 228 | |
| Missing a Javadoc comment. | 229 | |
| Redundant 'public' modifier. | 229 | |
| Missing a Javadoc comment. | 230 | |
| Redundant 'public' modifier. | 230 | |
| Missing a Javadoc comment. | 231 | |
| Redundant 'public' modifier. | 231 | |
| First sentence should end with a period. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 238 | |
| Missing a Javadoc comment. | 239 | |
| '15' is a magic number. | 240 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 245 | |
| Parameter userName should be final. | 245 | |
| Missing a Javadoc comment. | 248 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 34 | |
| 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 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 66 | |
| Method 'paintBorder' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter c should be final. | 66 | |
| Parameter g should be final. | 66 | |
| Parameter x should be final. | 66 | |
| Parameter y should be final. | 66 | |
| Parameter width should be final. | 66 | |
| Parameter height should be final. | 66 | |
| Line is longer than 80 characters. | 94 | |
| Method 'getBorderInsets' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter c should be final. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Method 'isBorderOpaque' is not designed for extension - needs to be abstract, final or empty. | 111 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Method 'getListCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter list should be final. | 42 | |
| Parameter val should be final. | 42 | |
| Parameter index should be final. | 42 | |
| Parameter isSelected should be final. | 42 | |
| Parameter cellHasFocus should be final. | 42 | |
| 'cast' is not followed by whitespace. | 43 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 33 | |
| '10' is a magic number. | 42 | |
| '23' is a magic number. | 42 | |
| Line is longer than 80 characters. | 45 | |
| '236' is a magic number. | 49 | |
| '233' is a magic number. | 49 | |
| '216' is a magic number. | 49 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter g should be final. | 56 | |
| '156' is a magic number. | 60 | |
| '154' is a magic number. | 60 | |
| '140' is a magic number. | 60 | |
| '196' is a magic number. | 63 | |
| '194' is a magic number. | 63 | |
| '183' is a magic number. | 63 | |
| '218' is a magic number. | 66 | |
| '215' is a magic number. | 66 | |
| '201' is a magic number. | 66 | |
| '233' is a magic number. | 69 | |
| '231' is a magic number. | 69 | |
| '217' is a magic number. | 69 | |
| '3' is a magic number. | 72 | |
| '233' is a magic number. | 73 | |
| '232' is a magic number. | 73 | |
| '218' is a magic number. | 73 | |
| '233' is a magic number. | 76 | |
| '231' is a magic number. | 76 | |
| '216' is a magic number. | 76 | |
| '221' is a magic number. | 79 | |
| '221' is a magic number. | 79 | |
| '220' is a magic number. | 79 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 46 | |
| '0x3779ff' is a magic number. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '5' is a magic number. | 48 | |
| '.3f' is a magic number. | 48 | |
| '15' is a magic number. | 48 | |
| '20' is a magic number. | 63 | |
| '20' is a magic number. | 70 | |
| '20' is a magic number. | 71 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 86 | |
| '3' is a magic number. | 129 | |
| Line is longer than 80 characters. | 130 | |
| '3' is a magic number. | 134 | |
| '4' is a magic number. | 140 | |
| Missing a Javadoc comment. | 146 | |
| Line is longer than 80 characters. | 150 | |
| '3' is a magic number. | 160 | |
| '3' is a magic number. | 192 | |
| '3' is a magic number. | 198 | |
| Line is longer than 80 characters. | 206 | |
| Method 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter evt should be final. | 210 | |
| 'if' is not followed by whitespace. | 212 | |
| 'if' is not followed by whitespace. | 215 | |
| 'if' is not followed by whitespace. | 218 | |
| 'if' is not followed by whitespace. | 221 | |
| Method 'loadApplicant' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter app should be final. | 226 | |
| Parameter bVals should be final. | 242 | |
| Parameter bVal should be final. | 254 | |
| Method 'isCitizen' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Method 'specifyCitizenship' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| First sentence should end with a period. | 284 | |
| Method 'isUnderstandEnglish' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| First sentence should end with a period. | 291 | |
| Method 'isCertifiedPilot' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| First sentence should end with a period. | 300 | |
| Method 'getCertificateGrade' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| First sentence should end with a period. | 312 | |
| Method 'getCertificateNumber' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| First sentence should end with a period. | 324 | |
| Method 'getCertificateIssuedDate' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 334 | |
| Missing a Javadoc comment. | 335 | |
| Missing a Javadoc comment. | 336 | |
| Missing a Javadoc comment. | 337 | |
| Missing a Javadoc comment. | 338 | |
| Missing a Javadoc comment. | 339 | |
| Missing a Javadoc comment. | 340 | |
| Missing a Javadoc comment. | 341 | |
| Missing a Javadoc comment. | 342 | |
| Missing a Javadoc comment. | 343 | |
| Missing a Javadoc comment. | 344 | |
| Missing a Javadoc comment. | 345 | |
| Missing a Javadoc comment. | 346 | |
| Missing a Javadoc comment. | 347 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Utility classes should not have a public or default constructor. | 35 | |
| First sentence should end with a period. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Parameter table should be final. | 44 | |
| Parameter insets should be final. | 44 | |
| Parameter setMinimum should be final. | 45 | |
| Parameter setMaximum should be final. | 46 | |
| Avoid inline conditionals. | 49 | |
| '{' should be on the previous line. | 51 | |
| '{' should be on the previous line. | 57 | |
| '{' should be on the previous line. | 61 | |
| Missing a Javadoc comment. | 69 | |
| Parameter table should be final. | 69 | |
| Parameter columnIndex should be final. | 70 | |
| '{' should be on the previous line. | 74 | |
| '{' should be on the previous line. | 81 | |
| First sentence should end with a period. | 90 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Parameter table should be final. | 97 | |
| Parameter metrics should be final. | 97 | |
| Expected @param tag for 'metrics'. | 97 | |
| Parameter insets should be final. | 97 | |
| Parameter setMinimum should be final. | 98 | |
| Parameter setMaximum should be final. | 99 | |
| Avoid inline conditionals. | 102 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 110 | |
| '{' should be on the previous line. | 114 | |
| Missing a Javadoc comment. | 122 | |
| Parameter table should be final. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Parameter columnIndex should be final. | 123 | |
| Parameter metrics should be final. | 123 | |
| Line is longer than 80 characters. | 124 | |
| '{' should be on the previous line. | 127 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter metrics should be final. | 143 | |
| Parameter table should be final. | 143 | |
| Parameter columnIndex should be final. | 143 | |
| Line is longer than 80 characters. | 146 | |
| '*' is not preceded with whitespace. | 146 | |
| '*' is not followed by whitespace. | 146 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Parameter owner should be final. | 47 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter owner should be final. | 52 | |
| Parameter modal should be final. | 52 | |
| Redundant throws: 'HeadlessException' is unchecked exception. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter owner should be final. | 57 | |
| Parameter title should be final. | 57 | |
| Redundant throws: 'HeadlessException' is unchecked exception. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Parameter owner should be final. | 62 | |
| Parameter title should be final. | 62 | |
| Parameter modal should be final. | 62 | |
| Redundant throws: 'HeadlessException' is unchecked exception. | 63 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 75 | |
| Line is longer than 80 characters. | 82 | |
| '17' is a magic number. | 82 | |
| '12' is a magic number. | 82 | |
| '11' is a magic number. | 82 | |
| '5' is a magic number. | 82 | |
| Line is longer than 80 characters. | 83 | |
| '17' is a magic number. | 83 | |
| '11' is a magic number. | 83 | |
| '11' is a magic number. | 83 | |
| Method 'getPanel' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setPanel' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter panel should be final. | 91 | |
| 'panel' hides a field. | 91 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter evt should be final. | 98 | |
| 'if' is not followed by whitespace. | 100 | |
| 'if' is not followed by whitespace. | 102 | |
| 'if' is not followed by whitespace. | 106 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Parameter title should be final. | 42 | |
| '0x522aec' is a magic number. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Parameter title should be final. | 47 | |
| Parameter color should be final. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Parameter icon should be final. | 51 | |
| Parameter color should be final. | 51 | |
| Missing a Javadoc comment. | 55 | |
| Parameter title should be final. | 55 | |
| Parameter color should be final. | 55 | |
| Parameter icon should be final. | 55 | |
| Line has trailing spaces. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter title should be final. | 59 | |
| Parameter color should be final. | 59 | |
| Parameter icon should be final. | 59 | |
| Parameter layout should be final. | 59 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setLayout' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter mngr should be final. | 74 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter comp should be final. | 81 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter name should be final. | 85 | |
| Parameter comp should be final. | 85 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter comp should be final. | 89 | |
| Parameter indx should be final. | 89 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter comp should be final. | 93 | |
| Parameter objConstraint should be final. | 93 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter comp should be final. | 97 | |
| Parameter objConstraint should be final. | 97 | |
| Parameter indx should be final. | 97 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 12 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 53 | |
| Parameter parent should be final. | 53 | |
| '{' should be on the previous line. | 57 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Method 'getAircraftSelected' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Method 'fireAircraftSelected' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter evt should be final. | 95 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter oDAO should be final. | 40 | |
| Method 'getDao' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 53 | |
| Method 'getAircraftTypeById' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter id should be final. | 53 | |
| '{' should be on the previous line. | 55 | |
| '}' should be on the same line. | 57 | |
| '{' should be on the previous line. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'getAllAircraftTypes' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| '}' should be on the same line. | 73 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 81 | |
| Method 'saveAircraftType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter aircraft should be final. | 81 | |
| '{' should be on the previous line. | 83 | |
| '}' should be on the same line. | 85 | |
| '{' should be on the previous line. | 87 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter gap should be final. | 40 | |
| 'gap' hides a field. | 40 | |
| Method 'getGap' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setGap' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter gap should be final. | 48 | |
| 'gap' hides a field. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Parameter name should be final. | 52 | |
| Parameter c should be final. | 52 | |
| Method 'layoutContainer' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter parent should be final. | 54 | |
| Method 'minimumLayoutSize' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter parent should be final. | 69 | |
| Method 'preferredLayoutSize' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter parent should be final. | 73 | |
| Missing a Javadoc comment. | 93 | |
| Parameter c should be final. | 93 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 11 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| 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 | |
| Name 'MAX_STEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| '=' is not preceded with whitespace. | 53 | |
| '=' is not followed by whitespace. | 53 | |
| Missing a Javadoc comment. | 55 | |
| '(' is preceded with whitespace. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 75 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter evt should be final. | 93 | |
| 'if' is not followed by whitespace. | 96 | |
| 'if' is not followed by whitespace. | 103 | |
| 'if' is not followed by whitespace. | 111 | |
| Parameter panelName should be final. | 126 | |
| Expected @param tag for 'panelName'. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Line is longer than 80 characters. | 132 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 135 | |
| '}' should be on the same line. | 136 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Missing a Javadoc comment. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 15 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 16 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 46 | |
| 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. | 54 | |
| Parameter parentFrame should be final. | 54 | |
| '0x3779ff' is a magic number. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '5' is a magic number. | 56 | |
| '.3f' is a magic number. | 56 | |
| '10' is a magic number. | 56 | |
| Missing a Javadoc comment. | 63 | |
| '250' is a magic number. | 70 | |
| ',' is not followed by whitespace. | 70 | |
| '400' is a magic number. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 76 | |
| ',' is not followed by whitespace. | 79 | |
| Method 'getLogbookValue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setLogbookValue' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter entryValue should be final. | 109 | |
| Missing a Javadoc comment. | 113 | |
| '{' is followed by whitespace. | 115 | |
| '0x96bfdd' is a magic number. | 132 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter event should be final. | 136 | |
| '{' should be on the previous line. | 139 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| 'if' is not followed by whitespace. | 142 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 146 | |
| Line has trailing spaces. | 149 | |
| Line is longer than 80 characters. | 149 | |
| '}' should be on the same line. | 151 | |
| '{' should be on the previous line. | 153 | |
| Line is longer than 80 characters. | 154 | |
| '{' should be on the previous line. | 158 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 17 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 24 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 53 | |
| 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 | |
| Parameter comp should be final. | 63 | |
| Parameter bDisplaySelect should be final. | 63 | |
| '0x522aec' is a magic number. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '5' is a magic number. | 65 | |
| '.3f' is a magic number. | 65 | |
| '15' is a magic number. | 65 | |
| '{' should be on the previous line. | 68 | |
| 'if' is not followed by whitespace. | 71 | |
| '3' is a magic number. | 75 | |
| '4' is a magic number. | 76 | |
| Line is longer than 80 characters. | 78 | |
| ',' is not followed by whitespace. | 78 | |
| '3' is a magic number. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 87 | |
| '20' is a magic number. | 88 | |
| Line is longer than 80 characters. | 95 | |
| Missing a Javadoc comment. | 115 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Method 'getSelectedRow' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Method 'setSelectedRow' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter value should be final. | 131 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter evt should be final. | 136 | |
| '{' should be on the previous line. | 139 | |
| Missing a Javadoc comment. | 145 | |
| ')' is preceded with whitespace. | 148 | |
| 'aircraft' hides a field. | 149 | |
| 'if' is not followed by whitespace. | 150 | |
| Method 'keyTyped' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter kvt should be final. | 158 | |
| Missing a Javadoc comment. | 162 | |
| Parameter evt should be final. | 162 | |
| Missing a Javadoc comment. | 166 | |
| Parameter evt should be final. | 166 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on the previous line. | 46 | |
| '}' should be on the same line. | 48 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 57 | |
| '}' should be on the same line. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Method 'clearDatabase' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 71 | |
| '}' should be on the same line. | 76 | |
| Missing a Javadoc comment. | 83 | |
| Parameter filename should be final. | 83 | |
| '}' should be on the same line. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter expression should be final. | 111 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 39 | |
| '0x3779ff' is a magic number. | 40 | |
| Line is longer than 80 characters. | 41 | |
| '5' is a magic number. | 41 | |
| '.3f' is a magic number. | 41 | |
| '15' is a magic number. | 41 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 117 | |
| '7' is a magic number. | 122 | |
| '3' is a magic number. | 156 | |
| '4' is a magic number. | 165 | |
| '5' is a magic number. | 173 | |
| '6' is a magic number. | 181 | |
| Method 'isAdditionalRating' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Method 'isAirlineTransport' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Method 'isStudent' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Method 'isPrivate' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Method 'isRecreationalPilot' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Method 'isInstrumentRating' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Method 'isCommercialPilot' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Method 'isGliderPilot' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Method 'isAirplaneSEL' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| '{' is not preceded with whitespace. | 219 | |
| Method 'isAirplaneMEL' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Method 'isAirshipRating' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Method 'isBalloonRating' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Method 'isRotocraft' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Method 'isPoweredLift' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Missing a Javadoc comment. | 244 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 247 | |
| Missing a Javadoc comment. | 248 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 255 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 257 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 44 | |
| 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 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter delegate should be final. | 64 | |
| 'delegate' hides a field. | 64 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Method 'setMathUtility' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter mathUtility should be final. | 75 | |
| Method 'getMathUtility' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 80 characters. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Method 'loadValues' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Method length is 243 lines (max allowed is 150). | 101 | |
| Parameter application should be final. | 101 | |
| '<' is not preceded with whitespace. | 102 | |
| '<' is not followed by whitespace. | 102 | |
| '>' is not preceded with whitespace. | 102 | |
| 'if' is not followed by whitespace. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 131 | |
| 'if' is not followed by whitespace. | 134 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Comment matches to-do format 'TODO:'. | 195 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 202 | |
| Comment matches to-do format 'TODO:'. | 204 | |
| Comment matches to-do format 'TODO:'. | 212 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 322 | |
| Comment matches to-do format 'TODO:'. | 336 | |
| ',' is not followed by whitespace. | 341 | |
| Method 'setFileSaveAs' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Parameter fileSave should be final. | 349 | |
| Method 'getFileSaveAs' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| '{' should be on the previous line. | 366 | |
| '}' should be on the same line. | 368 | |
| '}' should be on the same line. | 371 | |
| '}' should be on the same line. | 374 | |
| '{' should be on the previous line. | 376 | |
| Parameter elementName should be final. | 390 | |
| Parameter value should be final. | 390 | |
| '}' should be on the same line. | 398 | |
| Line is longer than 80 characters. | 400 | |
| Parameter elementName should be final. | 410 | |
| Parameter value should be final. | 410 | |
| '}' should be on the same line. | 416 | |
| 'catch' is not preceded with whitespace. | 420 | |
| '}' is not followed by whitespace. | 420 | |
| Line is longer than 80 characters. | 421 | |
| Parameter userDate should be final. | 431 | |
| Missing a Javadoc comment. | 435 | |
| Parameter value should be final. | 435 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 12 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 53 | |
| Parameter parent should be final. | 53 | |
| '{' should be on the previous line. | 57 | |
| Method 'getAircraftSelected' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'fireAircraftSelected' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter evt should be final. | 88 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Method 'getListCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter list should be final. | 42 | |
| Parameter val should be final. | 42 | |
| Parameter index should be final. | 42 | |
| Parameter isSelected should be final. | 42 | |
| Parameter cellHasFocus should be final. | 42 | |
| 'cast' is not followed by whitespace. | 43 | |
| Line is longer than 80 characters. | 54 | |
| '+' is not followed by whitespace. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 19 | |
| 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 | |
| Name 'PCATD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter description should be final. | 38 | |
| 'description' hides a field. | 38 | |
| Method 'getAirplanes' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setAirplanes' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter airplanes should be final. | 46 | |
| 'airplanes' hides a field. | 46 | |
| Method 'getRotocraft' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setRotocraft' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter rotocraft should be final. | 54 | |
| 'rotocraft' hides a field. | 54 | |
| Method 'getPoweredLift' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setPoweredLift' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter poweredLift should be final. | 62 | |
| 'poweredLift' hides a field. | 62 | |
| Method 'getGliders' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setGliders' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter gliders should be final. | 70 | |
| 'gliders' hides a field. | 70 | |
| Method 'getLighterThanAir' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Method 'setLighterThanAir' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter lighterThanAir should be final. | 78 | |
| 'lighterThanAir' hides a field. | 78 | |
| Method 'getSimulator' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'setSimulator' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter simulator should be final. | 86 | |
| 'simulator' hides a field. | 86 | |
| Method 'getTrainingDevice' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Method 'setTrainingDevice' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter trainingDevice should be final. | 94 | |
| 'trainingDevice' hides a field. | 94 | |
| Method 'getPCATD' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Method 'setPCATD' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter PCATD should be final. | 102 | |
| 'PCATD' hides a field. | 102 | |
| Name 'PCATD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| '0x3779ff' is a magic number. | 43 | |
| Line is longer than 80 characters. | 44 | |
| '5' is a magic number. | 44 | |
| '.3f' is a magic number. | 44 | |
| '15' is a magic number. | 44 | |
| Method 'setTextToLabel' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter message should be final. | 64 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 54 | |
| '}' should be on the same line. | 56 | |
| '{' should be on the previous line. | 58 | |
| Method 'getFilePath' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| 'if' is not followed by whitespace. | 68 | |
| Method 'isFileSelected' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter fpath should be final. | 86 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 13 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| 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. | 54 | |
| Parameter parent should be final. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Method 'setAircraft' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter oValue should be final. | 63 | |
| Method 'getAircraft' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| First sentence should end with a period. | 73 | |
| Line is longer than 80 characters. | 78 | |
| '50' is a magic number. | 80 | |
| ',' is not followed by whitespace. | 80 | |
| '255' is a magic number. | 80 | |
| ',' is not followed by whitespace. | 80 | |
| Line is longer than 80 characters. | 82 | |
| '50' is a magic number. | 84 | |
| ',' is not followed by whitespace. | 84 | |
| '50' is a magic number. | 84 | |
| ',' is not followed by whitespace. | 84 | |
| '255' is a magic number. | 84 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter event should be final. | 109 | |
| '{' should be on the previous line. | 112 | |
| '{' should be on the previous line. | 117 | |
| Missing a Javadoc comment. | 123 | |
| '{' should be on the previous line. | 126 | |
| 'if' is not followed by whitespace. | 127 | |
| Line is longer than 80 characters. | 130 | |
| '}' should be on the same line. | 131 | |
| '{' should be on the previous line. | 133 | |
| Line is longer than 80 characters. | 134 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 8 | |
| Line is longer than 80 characters. | 22 | |
| 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 | |
| Method 'getHostAddress' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'setHostAddress' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter hostAddress should be final. | 42 | |
| 'hostAddress' hides a field. | 42 | |
| Method 'getHostPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setHostPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter hostPort should be final. | 53 | |
| 'hostPort' hides a field. | 53 | |
| Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'setUserName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter userName should be final. | 61 | |
| 'userName' hides a field. | 61 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter password should be final. | 69 | |
| 'password' hides a field. | 69 | |
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter remoteFileName should be final. | 73 | |
| Parameter localFile should be final. | 73 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 88 | |
| '}' should be on the same line. | 98 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Method 'putFile' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter localFile should be final. | 111 | |
| Parameter remoteFileName should be final. | 111 | |
| Parameter binaryTransfer should be final. | 111 | |
| Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 139 | |
| 'if' is not followed by whitespace. | 140 | |
| '}' should be on the same line. | 143 | |
| '{' should be on the previous line. | 145 | |
| Must have at least one statement. | 145 | |
| Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Line is longer than 80 characters. | 157 | |
| '{' should be on the previous line. | 162 | |
| '{' should be on the previous line. | 169 | |
| '{' should be on the previous line. | 171 | |
| '}' should be on the same line. | 173 | |
| '{' should be on the previous line. | 175 | |
| Must have at least one statement. | 175 | |
| Method 'logonUser' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| '{' should be on the previous line. | 193 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Parameter f should be final. | 39 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 45 | |
| First sentence should end with a period. | 52 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter f should be final. | 66 | |
| '{' should be on the previous line. | 70 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 44 | |
| '0x3779ff' is a magic number. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '5' is a magic number. | 46 | |
| '.3f' is a magic number. | 46 | |
| '15' is a magic number. | 46 | |
| Line is longer than 80 characters. | 59 | |
| Method 'getFilePathName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter evt should be final. | 82 | |
| '!=' is not followed by whitespace. | 85 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 12 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 13 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 46 | |
| 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. | 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. | 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. | 75 | |
| Missing a Javadoc comment. | 80 | |
| '3' is a magic number. | 85 | |
| '=' is not preceded with whitespace. | 86 | |
| '6' is a magic number. | 87 | |
| ',' is not followed by whitespace. | 88 | |
| '3' is a magic number. | 89 | |
| '=' is not preceded with whitespace. | 90 | |
| '6' is a magic number. | 91 | |
| ',' is not followed by whitespace. | 92 | |
| '3' is a magic number. | 98 | |
| '=' is not preceded with whitespace. | 99 | |
| '6' is a magic number. | 100 | |
| ',' is not followed by whitespace. | 101 | |
| '3' is a magic number. | 102 | |
| '=' is not preceded with whitespace. | 103 | |
| '6' is a magic number. | 104 | |
| ',' is not followed by whitespace. | 105 | |
| Line is longer than 80 characters. | 109 | |
| '4' is a magic number. | 111 | |
| '4' is a magic number. | 112 | |
| '4' is a magic number. | 113 | |
| '3' is a magic number. | 121 | |
| '3' is a magic number. | 129 | |
| '3' is a magic number. | 137 | |
| '3' is a magic number. | 143 | |
| '4' is a magic number. | 150 | |
| '4' is a magic number. | 156 | |
| '4' is a magic number. | 162 | |
| '5' is a magic number. | 168 | |
| '5' is a magic number. | 174 | |
| '6' is a magic number. | 180 | |
| '6' is a magic number. | 186 | |
| Missing a Javadoc comment. | 192 | |
| Line is longer than 80 characters. | 194 | |
| '7' is a magic number. | 198 | |
| '3' is a magic number. | 220 | |
| '4' is a magic number. | 226 | |
| '5' is a magic number. | 232 | |
| '6' is a magic number. | 238 | |
| '3' is a magic number. | 263 | |
| '4' is a magic number. | 269 | |
| '5' is a magic number. | 275 | |
| '6' is a magic number. | 281 | |
| Missing a Javadoc comment. | 288 | |
| Line is longer than 80 characters. | 290 | |
| '7' is a magic number. | 294 | |
| '3' is a magic number. | 316 | |
| '4' is a magic number. | 322 | |
| '5' is a magic number. | 328 | |
| '6' is a magic number. | 334 | |
| '3' is a magic number. | 359 | |
| '4' is a magic number. | 365 | |
| '5' is a magic number. | 371 | |
| '6' is a magic number. | 377 | |
| '<' is not preceded with whitespace. | 388 | |
| '<' is not followed by whitespace. | 388 | |
| '>' is not preceded with whitespace. | 388 | |
| Line is longer than 80 characters. | 389 | |
| '<' is not preceded with whitespace. | 390 | |
| '<' is not followed by whitespace. | 390 | |
| '>' is not preceded with whitespace. | 390 | |
| Line is longer than 80 characters. | 391 | |
| ',' is not followed by whitespace. | 391 | |
| ',' is not followed by whitespace. | 391 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Missing a Javadoc comment. | 395 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| Missing a Javadoc comment. | 417 | |
| Line is longer than 80 characters. | 419 | |
| Line is longer than 80 characters. | 420 | |
| Line is longer than 80 characters. | 421 | |
| Line is longer than 80 characters. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Line is longer than 80 characters. | 424 | |
| Line is longer than 80 characters. | 425 | |
| Line is longer than 80 characters. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 430 | |
| Line is longer than 80 characters. | 431 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 434 | |
| Line is longer than 80 characters. | 435 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 439 | |
| Method 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| Missing a Javadoc comment. | 443 | |
| Parameter evt should be final. | 443 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 457 | |
| Method 'setStartLatitude' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| Parameter latitude should be final. | 461 | |
| Line is longer than 80 characters. | 467 | |
| ',' is not followed by whitespace. | 467 | |
| '-' is not preceded with whitespace. | 467 | |
| '-' is not followed by whitespace. | 467 | |
| '-' is not preceded with whitespace. | 469 | |
| '-' is not followed by whitespace. | 469 | |
| Line is longer than 80 characters. | 480 | |
| Method 'setStartLongitude' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| Parameter longitude should be final. | 484 | |
| Line is longer than 80 characters. | 490 | |
| ',' is not followed by whitespace. | 490 | |
| '-' is not preceded with whitespace. | 490 | |
| '-' is not followed by whitespace. | 490 | |
| '-' is not preceded with whitespace. | 492 | |
| '-' is not followed by whitespace. | 492 | |
| Line is longer than 80 characters. | 503 | |
| Method 'setEndLatitude' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| Parameter latitude should be final. | 507 | |
| Line is longer than 80 characters. | 513 | |
| ',' is not followed by whitespace. | 513 | |
| '-' is not preceded with whitespace. | 513 | |
| '-' is not followed by whitespace. | 513 | |
| '-' is not preceded with whitespace. | 515 | |
| '-' is not followed by whitespace. | 515 | |
| Line is longer than 80 characters. | 526 | |
| Method 'setEndLongitude' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Parameter longitude should be final. | 530 | |
| Line is longer than 80 characters. | 536 | |
| ',' is not followed by whitespace. | 536 | |
| '-' is not preceded with whitespace. | 536 | |
| '-' is not followed by whitespace. | 536 | |
| '-' is not preceded with whitespace. | 538 | |
| '-' is not followed by whitespace. | 538 | |
| Line is longer than 80 characters. | 549 | |
| Parameter selectValue should be final. | 554 | |
| First sentence should end with a period. | 569 | |
| Line is longer than 80 characters. | 574 | |
| Line is longer than 80 characters. | 575 | |
| Line is longer than 80 characters. | 576 | |
| Line is longer than 80 characters. | 580 | |
| Line is longer than 80 characters. | 581 | |
| Line is longer than 80 characters. | 582 | |
| Line is longer than 80 characters. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line is longer than 80 characters. | 588 | |
| Line is longer than 80 characters. | 592 | |
| Line is longer than 80 characters. | 593 | |
| Line is longer than 80 characters. | 594 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Parameter frame should be final. | 53 | |
| 'frame' hides a field. | 53 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter evt should be final. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 67 | |
| Parameter evt should be final. | 67 | |
| Method 'windowClosing' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter evt should be final. | 70 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 90 | |
| Line has trailing spaces. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Parameter evt should be final. | 94 | |
| '{' is not followed by whitespace. | 94 | |
| '}' is not preceded with whitespace. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Parameter evt should be final. | 95 | |
| '{' is not followed by whitespace. | 95 | |
| '}' is not preceded with whitespace. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Parameter evt should be final. | 96 | |
| '{' is not followed by whitespace. | 96 | |
| '}' is not preceded with whitespace. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Parameter evt should be final. | 97 | |
| '{' is not followed by whitespace. | 97 | |
| '}' is not preceded with whitespace. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Parameter evt should be final. | 98 | |
| '{' is not followed by whitespace. | 98 | |
| '}' is not preceded with whitespace. | 98 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Method 'getCalibratedAirspeed' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'setCalibratedAirspeed' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter calibratedAirspeed should be final. | 25 | |
| Method 'getOutsideAirTemp' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'setOutsideAirTemp' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter outsideAirTemp should be final. | 33 | |
| Method 'getPressureAltitude' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'setPressureAltitude' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter pressureAltitude should be final. | 41 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '29.92126' is a magic number. | 46 | |
| '0.2' is a magic number. | 46 | |
| '661.4786' is a magic number. | 46 | |
| '3.5' is a magic number. | 46 | |
| Line is longer than 80 characters. | 47 | |
| '29.92126' is a magic number. | 47 | |
| '6.8755856' is a magic number. | 47 | |
| '10' is a magic number. | 47 | |
| '-6' is a magic number. | 47 | |
| '5.2558797' is a magic number. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '5' is a magic number. | 48 | |
| '7.0' is a magic number. | 48 | |
| '0.5' is a magic number. | 48 | |
| '273.15' is a magic number. | 49 | |
| '0.2' is a magic number. | 49 | |
| '0.8' is a magic number. | 49 | |
| '273.15' is a magic number. | 49 | |
| '38.967854' is a magic number. | 50 | |
| '273.15' is a magic number. | 50 | |
| '0.4523' is a magic number. | 51 | |
| Method 'getTAS' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Method 'getTrueAirTemperature' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'getMach' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter frameVO should be final. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter evt should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Name 'DAYS90' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| '129600' is a magic number. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Name 'DAYS180' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| '259200' is a magic number. | 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 | |
| Name 'DAYSWARNING60' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| '90' is a magic number. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Name 'DAYSWARNING150' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| '180' is a magic number. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Name 'CURRENCY_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| '90' is a magic number. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Name 'CURRENCY_180' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| '180' is a magic number. | 49 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter logObject should be final. | 55 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 67 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Missing a Javadoc comment. | 113 | |
| Parameter obj should be final. | 113 | |
| 'if' is not followed by whitespace. | 114 | |
| Line is longer than 80 characters. | 116 | |
| '90' is a magic number. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Parameter messages should be final. | 129 | |
| 'messages' hides a field. | 129 | |
| Parameter nightLanding should be final. | 129 | |
| Parameter warnNightLanding should be final. | 129 | |
| '3' is a magic number. | 130 | |
| Line is longer than 80 characters. | 131 | |
| 'if' is not followed by whitespace. | 132 | |
| '3' is a magic number. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 136 | |
| '}' should be on the same line. | 139 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Expected an @return tag. | 156 | |
| Line is longer than 80 characters. | 156 | |
| Parameter messages should be final. | 156 | |
| 'messages' hides a field. | 156 | |
| Parameter approaches should be final. | 156 | |
| Parameter warningApproaches should be final. | 156 | |
| '6' is a magic number. | 157 | |
| '>=' is not followed by whitespace. | 157 | |
| ')' is preceded with whitespace. | 157 | |
| Line is longer than 80 characters. | 158 | |
| 'if' is not followed by whitespace. | 159 | |
| '6' is a magic number. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 163 | |
| '}' should be on the same line. | 166 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Parameter messages should be final. | 185 | |
| 'messages' hides a field. | 185 | |
| Parameter landings should be final. | 185 | |
| Parameter warningDay should be final. | 185 | |
| '3' is a magic number. | 186 | |
| Line is longer than 80 characters. | 187 | |
| 'if' is not followed by whitespace. | 188 | |
| '3' is a magic number. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 192 | |
| '}' should be on the same line. | 195 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Parameter d1 should be final. | 210 | |
| '1000' is a magic number. | 213 | |
| '60' is a magic number. | 213 | |
| Missing a Javadoc comment. | 217 | |
| Parameter d1 should be final. | 217 | |
| '1000' is a magic number. | 220 | |
| '60' is a magic number. | 220 | |
| Missing a Javadoc comment. | 224 | |
| Parameter dl should be final. | 224 | |
| Parameter days should be final. | 224 | |
| '1000' is a magic number. | 227 | |
| '60' is a magic number. | 227 | |
| '1440' is a magic number. | 228 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Method 'getAltitude' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Method 'setAltitude' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Parameter alt should be final. | 31 | |
| Method 'getHg' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Method 'setHg' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Parameter inchMercury should be final. | 47 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line is longer than 80 characters. | 58 | |
| '0.190284' is a magic number. | 58 | |
| '145366.45' is a magic number. | 58 | |
| Method 'presureAlitude' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Method 'roundSet' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter value should be final. | 75 | |
| '10' is a magic number. | 76 | |
| '10' is a magic number. | 76 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| 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. | 43 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| '5' is a magic number. | 54 | |
| '5' is a magic number. | 55 | |
| '5' is a magic number. | 58 | |
| Line is longer than 80 characters. | 59 | |
| '3' is a magic number. | 89 | |
| '3' is a magic number. | 97 | |
| '4' is a magic number. | 103 | |
| '4' is a magic number. | 110 | |
| '3' is a magic number. | 115 | |
| '4' is a magic number. | 116 | |
| Method 'getBaroPressure' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'setBaroPressure' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter baroPressure should be final. | 131 | |
| 'baroPressure' hides a field. | 131 | |
| Method 'getAltitude' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Method 'setAltitude' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter altitude should be final. | 145 | |
| 'altitude' hides a field. | 145 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 17 | |
| '<' is not preceded with whitespace. | 17 | |
| '<' is not followed by whitespace. | 17 | |
| '>' is not preceded with whitespace. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Method 'getLineitems' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '<' is not preceded with whitespace. | 22 | |
| '<' is not followed by whitespace. | 22 | |
| '>' is not preceded with whitespace. | 22 | |
| Method 'setLineitems' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter lineitems should be final. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| 'lineitems' hides a field. | 26 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Method 'getTotalWeight' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'getMomentTotal' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'getArmTotal' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '100' is a magic number. | 50 | |
| '100' is a magic number. | 50 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| ',' is not followed by whitespace. | 42 | |
| Line is longer than 80 characters. | 44 | |
| ',' is not followed by whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Name 'MAX_ENTRIES_PER_PAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| '15' is a magic number. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter delegate should be final. | 86 | |
| 'delegate' hides a field. | 86 | |
| Method 'refreshModel' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| 'if' is not followed by whitespace. | 91 | |
| Method 'setMaxEntriesPerPage' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter value should be final. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| 'for' is not followed by whitespace. | 119 | |
| '=' is not preceded with whitespace. | 119 | |
| '=' is not followed by whitespace. | 119 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 131 | |
| Method 'getCurrentPage' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Line is longer than 80 characters. | 139 | |
| Method 'getTotalPages' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'goToBegining' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Method 'previousPage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| 'if' is not followed by whitespace. | 160 | |
| '<' is not preceded with whitespace. | 160 | |
| '<' is not followed by whitespace. | 160 | |
| Method 'nextPage' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| 'if' is not followed by whitespace. | 172 | |
| Line is longer than 80 characters. | 180 | |
| Method 'goToEnd' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Parameter column should be final. | 188 | |
| Method 'getColumnHeader' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter column should be final. | 192 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter line should be final. | 196 | |
| Parameter column should be final. | 196 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Parameter rowLine should be final. | 208 | |
| Parameter column should be final. | 208 | |
| '{' should be on the previous line. | 213 | |
| '3' is a magic number. | 216 | |
| '4' is a magic number. | 218 | |
| '5' is a magic number. | 220 | |
| '6' is a magic number. | 222 | |
| '7' is a magic number. | 224 | |
| '8' is a magic number. | 226 | |
| '9' is a magic number. | 228 | |
| '10' is a magic number. | 230 | |
| '11' is a magic number. | 232 | |
| '12' is a magic number. | 234 | |
| '13' is a magic number. | 236 | |
| '14' is a magic number. | 238 | |
| '15' is a magic number. | 240 | |
| Line is longer than 80 characters. | 241 | |
| '16' is a magic number. | 242 | |
| Line is longer than 80 characters. | 243 | |
| '17' is a magic number. | 244 | |
| '18' is a magic number. | 246 | |
| '19' is a magic number. | 248 | |
| '20' is a magic number. | 250 | |
| '21' is a magic number. | 252 | |
| '7' is a magic number. | 263 | |
| '8' is a magic number. | 265 | |
| '9' is a magic number. | 267 | |
| '10' is a magic number. | 269 | |
| '11' is a magic number. | 271 | |
| '12' is a magic number. | 273 | |
| '13' is a magic number. | 275 | |
| '14' is a magic number. | 277 | |
| '17' is a magic number. | 279 | |
| '18' is a magic number. | 281 | |
| '19' is a magic number. | 283 | |
| '20' is a magic number. | 285 | |
| '21' is a magic number. | 287 | |
| '=' is not preceded with whitespace. | 308 | |
| Line is longer than 80 characters. | 316 | |
| '7' is a magic number. | 316 | |
| '8' is a magic number. | 317 | |
| '9' is a magic number. | 318 | |
| '10' is a magic number. | 319 | |
| Line is longer than 80 characters. | 320 | |
| '11' is a magic number. | 320 | |
| '12' is a magic number. | 321 | |
| '13' is a magic number. | 322 | |
| '14' is a magic number. | 323 | |
| '17' is a magic number. | 324 | |
| '18' is a magic number. | 325 | |
| '19' is a magic number. | 326 | |
| Line is longer than 80 characters. | 327 | |
| '20' is a magic number. | 327 | |
| '21' is a magic number. | 328 | |
| Line is longer than 80 characters. | 330 | |
| '-' is not preceded with whitespace. | 330 | |
| '-' is not followed by whitespace. | 330 | |
| '-' is not preceded with whitespace. | 345 | |
| '-' is not followed by whitespace. | 345 | |
| '=' is not preceded with whitespace. | 363 | |
| Line is longer than 80 characters. | 389 | |
| '3' is a magic number. | 389 | |
| '-' is not preceded with whitespace. | 404 | |
| '-' is not followed by whitespace. | 404 | |
| '3' is a magic number. | 404 | |
| '=' is not preceded with whitespace. | 421 | |
| Line is longer than 80 characters. | 444 | |
| '-' is not preceded with whitespace. | 444 | |
| '-' is not followed by whitespace. | 444 | |
| '-' is not preceded with whitespace. | 459 | |
| '-' is not followed by whitespace. | 459 | |
| ',' is not followed by whitespace. | 459 | |
| Method 'removeRow' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| Parameter rowId should be final. | 468 | |
| '{' should be on the previous line. | 469 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| Missing a Javadoc comment. | 475 | |
| Parameter columnIndex should be final. | 475 | |
| '{' should be on the previous line. | 477 | |
| '}' should be on the same line. | 479 | |
| '{' should be on the previous line. | 481 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'formatter' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 41 | |
| '51' is a magic number. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| '139' is a magic number. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| '204' is a magic number. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '200' is a magic number. | 42 | |
| ',' is not followed by whitespace. | 42 | |
| '223' is a magic number. | 42 | |
| ',' is not followed by whitespace. | 42 | |
| '240' is a magic number. | 42 | |
| Missing a Javadoc comment. | 43 | |
| '0xfff695' is a magic number. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'setFocusColor' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Parameter color should be final. | 56 | |
| Method 'setEvenRowColor' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter color should be final. | 64 | |
| Method 'setOddRowColor' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter color should be final. | 72 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Parameter table should be final. | 77 | |
| Parameter value should be final. | 77 | |
| Parameter isSelected should be final. | 77 | |
| Parameter hasFocus should be final. | 77 | |
| Parameter row should be final. | 77 | |
| Parameter column should be final. | 77 | |
| 'if' is not followed by whitespace. | 79 | |
| 'if' is not followed by whitespace. | 82 | |
| '{' should be on the previous line. | 83 | |
| 'if' is not followed by whitespace. | 88 | |
| '%' is not preceded with whitespace. | 88 | |
| '%' is not followed by whitespace. | 88 | |
| '{' should be on the previous line. | 89 | |
| '}' should be on the same line. | 92 | |
| '{' should be on the previous line. | 94 | |
| 'if' is not followed by whitespace. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '}' should be on the same line. | 102 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.persistence.*. | 7 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 23 | |
| '=' is not followed by whitespace. | 32 | |
| First sentence should end with a period. | 35 | |
| First sentence should end with a period. | 38 | |
| 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 | |
| First sentence should end with a period. | 53 | |
| First sentence should end with a period. | 56 | |
| First sentence should end with a period. | 59 | |
| First sentence should end with a period. | 62 | |
| First sentence should end with a period. | 65 | |
| First sentence should end with a period. | 68 | |
| First sentence should end with a period. | 71 | |
| First sentence should end with a period. | 74 | |
| First sentence should end with a period. | 77 | |
| First sentence should end with a period. | 80 | |
| First sentence should end with a period. | 83 | |
| First sentence should end with a period. | 86 | |
| First sentence should end with a period. | 89 | |
| First sentence should end with a period. | 92 | |
| First sentence should end with a period. | 95 | |
| First sentence should end with a period. | 98 | |
| First sentence should end with a period. | 101 | |
| First sentence should end with a period. | 104 | |
| Line is longer than 80 characters. | 105 | |
| More than 7 parameters. | 105 | |
| Parameter entryDate should be final. | 105 | |
| 'entryDate' hides a field. | 105 | |
| Expected @param tag for 'entryDate'. | 105 | |
| Parameter registration should be final. | 105 | |
| 'registration' hides a field. | 105 | |
| Expected @param tag for 'registration'. | 105 | |
| Parameter faaFrom should be final. | 105 | |
| 'faaFrom' hides a field. | 105 | |
| Expected @param tag for 'faaFrom'. | 105 | |
| Parameter faaVia should be final. | 105 | |
| 'faaVia' hides a field. | 105 | |
| Expected @param tag for 'faaVia'. | 105 | |
| Parameter faaTo should be final. | 105 | |
| 'faaTo' hides a field. | 105 | |
| Expected @param tag for 'faaTo'. | 105 | |
| Parameter flightDuration should be final. | 105 | |
| 'flightDuration' hides a field. | 105 | |
| Expected @param tag for 'flightDuration'. | 105 | |
| Parameter pic should be final. | 105 | |
| 'pic' hides a field. | 105 | |
| Expected @param tag for 'pic'. | 105 | |
| Parameter sic should be final. | 105 | |
| 'sic' hides a field. | 105 | |
| Expected @param tag for 'sic'. | 105 | |
| Parameter crossCountry should be final. | 105 | |
| 'crossCountry' hides a field. | 105 | |
| Expected @param tag for 'crossCountry'. | 105 | |
| Parameter flightInstructing should be final. | 105 | |
| 'flightInstructing' hides a field. | 105 | |
| Expected @param tag for 'flightInstructing'. | 105 | |
| Parameter safetyPilot should be final. | 105 | |
| 'safetyPilot' hides a field. | 105 | |
| Expected @param tag for 'safetyPilot'. | 105 | |
| Parameter dualReceived should be final. | 105 | |
| 'dualReceived' hides a field. | 105 | |
| Expected @param tag for 'dualReceived'. | 105 | |
| Parameter solo should be final. | 105 | |
| 'solo' hides a field. | 105 | |
| Expected @param tag for 'solo'. | 105 | |
| Parameter dayTakeoffs should be final. | 105 | |
| 'dayTakeoffs' hides a field. | 105 | |
| Expected @param tag for 'dayTakeoffs'. | 105 | |
| Parameter dayLandings should be final. | 105 | |
| 'dayLandings' hides a field. | 105 | |
| Expected @param tag for 'dayLandings'. | 105 | |
| Parameter nightTakeoffs should be final. | 105 | |
| 'nightTakeoffs' hides a field. | 105 | |
| Expected @param tag for 'nightTakeoffs'. | 105 | |
| Parameter nightLandings should be final. | 105 | |
| 'nightLandings' hides a field. | 105 | |
| Expected @param tag for 'nightLandings'. | 105 | |
| Parameter instrumentApproaches should be final. | 105 | |
| 'instrumentApproaches' hides a field. | 105 | |
| Expected @param tag for 'instrumentApproaches'. | 105 | |
| Parameter conditionNight should be final. | 105 | |
| 'conditionNight' hides a field. | 105 | |
| Expected @param tag for 'conditionNight'. | 105 | |
| Parameter conditionActualImc should be final. | 105 | |
| 'conditionActualImc' hides a field. | 105 | |
| Expected @param tag for 'conditionActualImc'. | 105 | |
| Parameter conditionSimulatedImc should be final. | 105 | |
| 'conditionSimulatedImc' hides a field. | 105 | |
| Expected @param tag for 'conditionSimulatedImc'. | 105 | |
| Parameter conditionFlightSim should be final. | 105 | |
| 'conditionFlightSim' hides a field. | 105 | |
| Expected @param tag for 'conditionFlightSim'. | 105 | |
| First sentence should end with a period. | 130 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| '=' is not preceded with whitespace. | 139 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter id should be final. | 144 | |
| 'id' hides a field. | 144 | |
| First sentence should end with a period. | 148 | |
| Method 'getEntryDate' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| '=' is not preceded with whitespace. | 152 | |
| '10' is a magic number. | 152 | |
| '=' is not followed by whitespace. | 152 | |
| Method 'setEntryDate' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter entryDate should be final. | 157 | |
| 'entryDate' hides a field. | 157 | |
| First sentence should end with a period. | 161 | |
| Method 'getRegistration' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| '=' is not preceded with whitespace. | 165 | |
| '7' is a magic number. | 165 | |
| '=' is not followed by whitespace. | 165 | |
| Method 'setRegistration' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter registration should be final. | 170 | |
| 'registration' hides a field. | 170 | |
| First sentence should end with a period. | 174 | |
| Method 'getFaaFrom' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| '=' is not preceded with whitespace. | 178 | |
| '4' is a magic number. | 178 | |
| '=' is not followed by whitespace. | 178 | |
| Method 'setFaaFrom' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter faaFrom should be final. | 183 | |
| 'faaFrom' hides a field. | 183 | |
| Method 'getFaaVia' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| '=' is not preceded with whitespace. | 191 | |
| '40' is a magic number. | 191 | |
| '=' is not followed by whitespace. | 191 | |
| Method 'setFaaVia' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter faaVia should be final. | 196 | |
| 'faaVia' hides a field. | 196 | |
| Method 'getFaaTo' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| '=' is not preceded with whitespace. | 204 | |
| '4' is a magic number. | 204 | |
| '=' is not followed by whitespace. | 204 | |
| Method 'setFaaTo' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Parameter faaTo should be final. | 209 | |
| 'faaTo' hides a field. | 209 | |
| First sentence should end with a period. | 213 | |
| Method 'getFlightDuration' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| '=' is not preceded with whitespace. | 217 | |
| '22' is a magic number. | 217 | |
| '=' is not followed by whitespace. | 217 | |
| Method 'setFlightDuration' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter flightDuration should be final. | 222 | |
| 'flightDuration' hides a field. | 222 | |
| Method 'getPic' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| '=' is not preceded with whitespace. | 230 | |
| '22' is a magic number. | 230 | |
| '=' is not followed by whitespace. | 230 | |
| Method 'setPic' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter pic should be final. | 235 | |
| 'pic' hides a field. | 235 | |
| Method 'getSic' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| '=' is not preceded with whitespace. | 243 | |
| '22' is a magic number. | 243 | |
| '=' is not followed by whitespace. | 243 | |
| Method 'setSic' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Missing a Javadoc comment. | 248 | |
| Parameter sic should be final. | 248 | |
| 'sic' hides a field. | 248 | |
| Method 'getCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| '=' is not preceded with whitespace. | 256 | |
| '22' is a magic number. | 256 | |
| '=' is not followed by whitespace. | 256 | |
| Method 'setCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| Parameter crossCountry should be final. | 261 | |
| 'crossCountry' hides a field. | 261 | |
| Method 'getFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| '=' is not preceded with whitespace. | 269 | |
| '22' is a magic number. | 269 | |
| '=' is not followed by whitespace. | 269 | |
| Method 'setFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Missing a Javadoc comment. | 274 | |
| Parameter flightInstructing should be final. | 274 | |
| 'flightInstructing' hides a field. | 274 | |
| Method 'getSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| '=' is not preceded with whitespace. | 282 | |
| '22' is a magic number. | 282 | |
| '=' is not followed by whitespace. | 282 | |
| Method 'setSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter safetyPilot should be final. | 287 | |
| 'safetyPilot' hides a field. | 287 | |
| Method 'getDualReceived' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| '=' is not preceded with whitespace. | 295 | |
| '22' is a magic number. | 295 | |
| '=' is not followed by whitespace. | 295 | |
| Method 'setDualReceived' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Parameter dualReceived should be final. | 300 | |
| 'dualReceived' hides a field. | 300 | |
| Method 'getSolo' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| '=' is not preceded with whitespace. | 308 | |
| '22' is a magic number. | 308 | |
| '=' is not followed by whitespace. | 308 | |
| Method 'setSolo' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Missing a Javadoc comment. | 313 | |
| Parameter solo should be final. | 313 | |
| 'solo' hides a field. | 313 | |
| Method 'getDayTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| '=' is not preceded with whitespace. | 321 | |
| '11' is a magic number. | 321 | |
| '=' is not followed by whitespace. | 321 | |
| Method 'setDayTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Parameter dayTakeoffs should be final. | 326 | |
| 'dayTakeoffs' hides a field. | 326 | |
| Method 'getDayLandings' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| '=' is not preceded with whitespace. | 334 | |
| '11' is a magic number. | 334 | |
| '=' is not followed by whitespace. | 334 | |
| Method 'setDayLandings' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| Missing a Javadoc comment. | 339 | |
| Parameter dayLandings should be final. | 339 | |
| 'dayLandings' hides a field. | 339 | |
| Method 'getNightTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| '=' is not preceded with whitespace. | 347 | |
| '11' is a magic number. | 347 | |
| '=' is not followed by whitespace. | 347 | |
| Method 'setNightTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Missing a Javadoc comment. | 352 | |
| Parameter nightTakeoffs should be final. | 352 | |
| 'nightTakeoffs' hides a field. | 352 | |
| Method 'getNightLandings' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| '=' is not preceded with whitespace. | 360 | |
| '11' is a magic number. | 360 | |
| '=' is not followed by whitespace. | 360 | |
| Method 'setNightLandings' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| Missing a Javadoc comment. | 365 | |
| Parameter nightLandings should be final. | 365 | |
| 'nightLandings' hides a field. | 365 | |
| First sentence should end with a period. | 369 | |
| Method 'getInstrumentApproaches' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| '=' is not preceded with whitespace. | 373 | |
| '11' is a magic number. | 373 | |
| '=' is not followed by whitespace. | 373 | |
| Method 'setInstrumentApproaches' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Missing a Javadoc comment. | 378 | |
| Parameter instrumentApproaches should be final. | 378 | |
| 'instrumentApproaches' hides a field. | 378 | |
| Method 'getConditionNight' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| '=' is not preceded with whitespace. | 386 | |
| '22' is a magic number. | 386 | |
| '=' is not followed by whitespace. | 386 | |
| Method 'setConditionNight' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Missing a Javadoc comment. | 391 | |
| Parameter conditionNight should be final. | 391 | |
| 'conditionNight' hides a field. | 391 | |
| Method 'getConditionActualImc' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| '=' is not preceded with whitespace. | 399 | |
| '22' is a magic number. | 399 | |
| '=' is not followed by whitespace. | 399 | |
| Method 'setConditionActualImc' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| Missing a Javadoc comment. | 404 | |
| Parameter conditionActualImc should be final. | 404 | |
| 'conditionActualImc' hides a field. | 404 | |
| Method 'getConditionSimulatedImc' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| '=' is not preceded with whitespace. | 412 | |
| '22' is a magic number. | 412 | |
| '=' is not followed by whitespace. | 412 | |
| Method 'setConditionSimulatedImc' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| Missing a Javadoc comment. | 417 | |
| Parameter conditionSimulatedImc should be final. | 417 | |
| 'conditionSimulatedImc' hides a field. | 417 | |
| First sentence should end with a period. | 421 | |
| Method 'getConditionFlightSim' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| '=' is not preceded with whitespace. | 425 | |
| '22' is a magic number. | 425 | |
| '=' is not followed by whitespace. | 425 | |
| Method 'setConditionFlightSim' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| Missing a Javadoc comment. | 430 | |
| Parameter conditionFlightSim should be final. | 430 | |
| 'conditionFlightSim' hides a field. | 430 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Missing a Javadoc comment. | 434 | |
| Line has trailing spaces. | 439 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| Missing a Javadoc comment. | 440 | |
| Parameter o should be final. | 440 | |
| 'if' construct must use '{}'s. | 441 | |
| 'if' construct must use '{}'s. | 442 | |
| 'if' construct must use '{}'s. | 446 | |
| Line is longer than 80 characters. | 446 | |
| Avoid inline conditionals. | 446 | |
| 'if' construct must use '{}'s. | 448 | |
| Line is longer than 80 characters. | 448 | |
| Avoid inline conditionals. | 448 | |
| 'if' construct must use '{}'s. | 450 | |
| Line is longer than 80 characters. | 450 | |
| Avoid inline conditionals. | 450 | |
| 'if' construct must use '{}'s. | 452 | |
| Line is longer than 80 characters. | 452 | |
| Avoid inline conditionals. | 452 | |
| 'if' construct must use '{}'s. | 454 | |
| Line is longer than 80 characters. | 454 | |
| Avoid inline conditionals. | 454 | |
| 'if' construct must use '{}'s. | 456 | |
| Line is longer than 80 characters. | 456 | |
| Avoid inline conditionals. | 456 | |
| 'if' construct must use '{}'s. | 457 | |
| Line is longer than 80 characters. | 457 | |
| Avoid inline conditionals. | 457 | |
| 'if' construct must use '{}'s. | 458 | |
| Line is longer than 80 characters. | 458 | |
| Avoid inline conditionals. | 458 | |
| 'if' construct must use '{}'s. | 460 | |
| 'if' construct must use '{}'s. | 461 | |
| Line is longer than 80 characters. | 461 | |
| Avoid inline conditionals. | 461 | |
| 'if' construct must use '{}'s. | 462 | |
| Line is longer than 80 characters. | 462 | |
| Avoid inline conditionals. | 462 | |
| 'if' construct must use '{}'s. | 463 | |
| Line is longer than 80 characters. | 463 | |
| Avoid inline conditionals. | 463 | |
| 'if' construct must use '{}'s. | 464 | |
| Line is longer than 80 characters. | 464 | |
| Avoid inline conditionals. | 464 | |
| 'if' construct must use '{}'s. | 466 | |
| Line is longer than 80 characters. | 466 | |
| Avoid inline conditionals. | 466 | |
| 'if' construct must use '{}'s. | 468 | |
| 'if' construct must use '{}'s. | 469 | |
| Line is longer than 80 characters. | 469 | |
| Avoid inline conditionals. | 469 | |
| 'if' construct must use '{}'s. | 471 | |
| Line is longer than 80 characters. | 471 | |
| Avoid inline conditionals. | 471 | |
| 'if' construct must use '{}'s. | 473 | |
| Line is longer than 80 characters. | 473 | |
| Avoid inline conditionals. | 473 | |
| 'if' construct must use '{}'s. | 475 | |
| Line is longer than 80 characters. | 475 | |
| Avoid inline conditionals. | 475 | |
| 'if' construct must use '{}'s. | 476 | |
| Line is longer than 80 characters. | 476 | |
| Avoid inline conditionals. | 476 | |
| 'if' construct must use '{}'s. | 478 | |
| Line is longer than 80 characters. | 478 | |
| Avoid inline conditionals. | 478 | |
| 'if' construct must use '{}'s. | 479 | |
| Line is longer than 80 characters. | 479 | |
| Avoid inline conditionals. | 479 | |
| 'if' construct must use '{}'s. | 480 | |
| Line is longer than 80 characters. | 480 | |
| Avoid inline conditionals. | 480 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| Missing a Javadoc comment. | 485 | |
| '31' is a magic number. | 488 | |
| Line is longer than 80 characters. | 489 | |
| '31' is a magic number. | 489 | |
| Avoid inline conditionals. | 489 | |
| '31' is a magic number. | 490 | |
| Avoid inline conditionals. | 490 | |
| '31' is a magic number. | 491 | |
| Avoid inline conditionals. | 491 | |
| '31' is a magic number. | 492 | |
| Avoid inline conditionals. | 492 | |
| Line is longer than 80 characters. | 493 | |
| '31' is a magic number. | 493 | |
| Avoid inline conditionals. | 493 | |
| '31' is a magic number. | 494 | |
| Avoid inline conditionals. | 494 | |
| '31' is a magic number. | 495 | |
| Avoid inline conditionals. | 495 | |
| Line is longer than 80 characters. | 496 | |
| '31' is a magic number. | 496 | |
| Avoid inline conditionals. | 496 | |
| Line is longer than 80 characters. | 497 | |
| '31' is a magic number. | 497 | |
| Avoid inline conditionals. | 497 | |
| Line is longer than 80 characters. | 498 | |
| '31' is a magic number. | 498 | |
| Avoid inline conditionals. | 498 | |
| Line is longer than 80 characters. | 499 | |
| '31' is a magic number. | 499 | |
| Avoid inline conditionals. | 499 | |
| '31' is a magic number. | 500 | |
| Avoid inline conditionals. | 500 | |
| Line is longer than 80 characters. | 501 | |
| '31' is a magic number. | 501 | |
| Avoid inline conditionals. | 501 | |
| Line is longer than 80 characters. | 502 | |
| '31' is a magic number. | 502 | |
| Avoid inline conditionals. | 502 | |
| Line is longer than 80 characters. | 503 | |
| '31' is a magic number. | 503 | |
| Avoid inline conditionals. | 503 | |
| Line is longer than 80 characters. | 504 | |
| '31' is a magic number. | 504 | |
| Avoid inline conditionals. | 504 | |
| Line is longer than 80 characters. | 505 | |
| '31' is a magic number. | 505 | |
| Avoid inline conditionals. | 505 | |
| Line is longer than 80 characters. | 506 | |
| '31' is a magic number. | 506 | |
| Avoid inline conditionals. | 506 | |
| Line is longer than 80 characters. | 507 | |
| '31' is a magic number. | 507 | |
| Avoid inline conditionals. | 507 | |
| Line is longer than 80 characters. | 508 | |
| '31' is a magic number. | 508 | |
| Avoid inline conditionals. | 508 | |
| Line is longer than 80 characters. | 509 | |
| '31' is a magic number. | 509 | |
| Avoid inline conditionals. | 509 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| '{' should be on the previous line. | 44 | |
| Parameter column should be final. | 51 | |
| Expected @param tag for 'column'. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'createDefaultModel' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter value should be final. | 61 | |
| '{' should be on the previous line. | 62 | |
| Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| '{' should be on the previous line. | 67 | |
| Method 'setIPField' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter value should be final. | 72 | |
| '{' should be on the previous line. | 73 | |
| Method 'getIPField' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '{' should be on the previous line. | 78 | |
| Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter value should be final. | 82 | |
| '{' should be on the previous line. | 83 | |
| Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| '{' should be on the previous line. | 88 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter value should be final. | 92 | |
| '{' should be on the previous line. | 93 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| '{' should be on the previous line. | 98 | |
| Missing a Javadoc comment. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter offs should be final. | 104 | |
| Parameter str should be final. | 104 | |
| Parameter a should be final. | 104 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| 'if' is not followed by whitespace. | 109 | |
| '{' should be on the previous line. | 110 | |
| ',' is not followed by whitespace. | 111 | |
| 'if' is not followed by whitespace. | 113 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| ',' is not followed by whitespace. | 115 | |
| 'if' is not followed by whitespace. | 119 | |
| '{' should be on the previous line. | 120 | |
| ',' is not followed by whitespace. | 121 | |
| 'if' is not followed by whitespace. | 126 | |
| '{' should be on the previous line. | 127 | |
| Line contains a tab character. | 132 | |
| 'if' is not followed by whitespace. | 133 | |
| '{' should be on the previous line. | 134 | |
| ',' is not followed by whitespace. | 135 | |
| '}' should be on the same line. | 137 | |
| '{' should be on the previous line. | 139 | |
| '{' should be on the previous line. | 141 | |
| 'if' is not followed by whitespace. | 143 | |
| '{' should be on the previous line. | 144 | |
| Line is longer than 80 characters. | 145 | |
| '+' is not preceded with whitespace. | 145 | |
| '+' is not followed by whitespace. | 145 | |
| '+' is not preceded with whitespace. | 145 | |
| '+' is not followed by whitespace. | 145 | |
| '}' should be on the same line. | 146 | |
| '{' should be on the previous line. | 148 | |
| ',' is not followed by whitespace. | 149 | |
| '}' should be on the same line. | 151 | |
| 'catch' is not followed by whitespace. | 152 | |
| '{' should be on the previous line. | 153 | |
| Line is longer than 80 characters. | 154 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 13 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 18 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 62 | |
| '0x3779ff' is a magic number. | 62 | |
| Line is longer than 80 characters. | 63 | |
| '5' is a magic number. | 63 | |
| '.3f' is a magic number. | 63 | |
| '10' is a magic number. | 63 | |
| '10' is a magic number. | 71 | |
| ',' is not followed by whitespace. | 71 | |
| '10' is a magic number. | 71 | |
| ',' is not followed by whitespace. | 71 | |
| '10' is a magic number. | 71 | |
| ',' is not followed by whitespace. | 71 | |
| '10' is a magic number. | 71 | |
| '10' is a magic number. | 78 | |
| ',' is not followed by whitespace. | 78 | |
| '10' is a magic number. | 78 | |
| ',' is not followed by whitespace. | 78 | |
| '10' is a magic number. | 78 | |
| ',' is not followed by whitespace. | 78 | |
| '10' is a magic number. | 78 | |
| Missing a Javadoc comment. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| '15' is a magic number. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 92 | |
| '90' is a magic number. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '90' is a magic number. | 93 | |
| Line is longer than 80 characters. | 94 | |
| '180' is a magic number. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter evt should be final. | 100 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Parameter frames should be final. | 43 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter evt should be final. | 49 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 28 | |
| Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Method 'setObject' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter logObject should be final. | 35 | |
| 'logObject' hides a field. | 35 | |
| Line is longer than 80 characters. | 43 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 50 | |
| '!=' is not preceded with whitespace. | 82 | |
| '!=' is not followed by whitespace. | 82 | |
| '!=' is not preceded with whitespace. | 85 | |
| '!=' is not followed by whitespace. | 85 | |
| '!=' is not preceded with whitespace. | 88 | |
| '!=' is not followed by whitespace. | 88 | |
| '!=' is not preceded with whitespace. | 91 | |
| '!=' is not followed by whitespace. | 91 | |
| '!=' is not preceded with whitespace. | 94 | |
| '!=' is not followed by whitespace. | 94 | |
| '!=' is not preceded with whitespace. | 97 | |
| '!=' is not followed by whitespace. | 97 | |
| '!=' is not preceded with whitespace. | 100 | |
| '!=' is not followed by whitespace. | 100 | |
| '!=' is not preceded with whitespace. | 103 | |
| '!=' is not followed by whitespace. | 103 | |
| '!=' is not preceded with whitespace. | 106 | |
| '!=' is not followed by whitespace. | 106 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| interfaces should describe a type and hence have methods. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'static' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'static' modifier. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'static' modifier. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'static' modifier. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'static' modifier. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'static' modifier. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'static' modifier. | 36 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 46 | |
| '10' is a magic number. | 48 | |
| ',' is not followed by whitespace. | 48 | |
| '50' is a magic number. | 48 | |
| '0xefd67a' is a magic number. | 52 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 39 | |
| 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. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '3' is a magic number. | 57 | |
| Line is longer than 80 characters. | 58 | |
| '3' is a magic number. | 59 | |
| Line is longer than 80 characters. | 60 | |
| '3' is a magic number. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| '3' is a magic number. | 64 | |
| '4' is a magic number. | 64 | |
| '5' is a magic number. | 64 | |
| '6' is a magic number. | 64 | |
| '7' is a magic number. | 64 | |
| '8' is a magic number. | 64 | |
| '9' is a magic number. | 64 | |
| '10' is a magic number. | 64 | |
| '11' is a magic number. | 64 | |
| '12' is a magic number. | 64 | |
| '13' is a magic number. | 64 | |
| '14' is a magic number. | 64 | |
| '15' is a magic number. | 64 | |
| '16' is a magic number. | 64 | |
| '17' is a magic number. | 64 | |
| '18' is a magic number. | 64 | |
| '19' is a magic number. | 64 | |
| '20' is a magic number. | 64 | |
| '5' is a magic number. | 65 | |
| Missing a Javadoc comment. | 71 | |
| '{' is followed by whitespace. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 88 | |
| '3' is a magic number. | 109 | |
| Line is longer than 80 characters. | 111 | |
| '3' is a magic number. | 115 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 138 | |
| '3' is a magic number. | 148 | |
| Line is longer than 80 characters. | 150 | |
| '3' is a magic number. | 154 | |
| '4' is a magic number. | 160 | |
| '4' is a magic number. | 166 | |
| Method 'isEnableLogin' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Method 'setEnableLogin' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter isEnabled should be final. | 181 | |
| Method 'getNumberRows' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Method 'setNumberRows' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter value should be final. | 193 | |
| '-' is not followed by whitespace. | 194 | |
| Method 'isEnableEffect' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Method 'setEnableEffect' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter isEnabled should be final. | 205 | |
| Method 'isEnableRecencyWarning' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Method 'setEnableRecencyWarning' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter isEnabled should be final. | 218 | |
| Method 'getWarningDays' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Method 'setWarningDays' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter value should be final. | 226 | |
| Method 'getWarningNight' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Method 'setWarningNight' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Parameter warningNight should be final. | 234 | |
| 'warningNight' hides a field. | 234 | |
| Method 'isIfr' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Method 'setEnableIfr' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Parameter isEnabled should be final. | 247 | |
| First sentence should end with a period. | 251 | |
| Expected an @return tag. | 256 | |
| Method 'getWarningIfr' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Expected @throws tag for 'ParseException'. | 256 | |
| Method 'setWarningIfr' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Missing a Javadoc comment. | 260 | |
| Parameter warningIfr should be final. | 260 | |
| 'warningIfr' hides a field. | 260 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Class MessageResourceRegister should be declared as final. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 38 | |
| '}' should be on the same line. | 39 | |
| Parameter key should be final. | 61 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| First sentence should end with a period. | 38 | |
| First sentence should end with a period. | 45 | |
| Parameter text should be final. | 49 | |
| '0xffa000' is a magic number. | 50 | |
| First sentence should end with a period. | 53 | |
| Parameter text should be final. | 58 | |
| Parameter color should be final. | 58 | |
| Parameter text should be final. | 68 | |
| Parameter icon should be final. | 68 | |
| Parameter color should be final. | 68 | |
| '10' is a magic number. | 70 | |
| '23' is a magic number. | 70 | |
| Missing a Javadoc comment. | 85 | |
| Parameter textString should be final. | 85 | |
| '12' is a magic number. | 86 | |
| Missing a Javadoc comment. | 90 | |
| Parameter bColor should be final. | 90 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter g should be final. | 95 | |
| Name 'grad_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| Name 'grad_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| Line is longer than 80 characters. | 100 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'frame' must be private and have accessor methods. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'fullscreen' must be private and have accessor methods. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'count' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Name 'frame_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| Variable 'frame_buffer' must be private and have accessor methods. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Name 'screen_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| Variable 'screen_buffer' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| Method 'dissolveExit' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter frame should be final. | 34 | |
| 'frame' hides a field. | 34 | |
| '{' should be on the previous line. | 36 | |
| Name 'frame_rectangle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| Line is longer than 80 characters. | 48 | |
| Name 'screen_rect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| 'catch' is not followed by whitespace. | 60 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| '{' should be on the previous line. | 68 | |
| '100' is a magic number. | 69 | |
| '20' is a magic number. | 70 | |
| '++' is preceded with whitespace. | 70 | |
| '100' is a magic number. | 73 | |
| Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter g should be final. | 81 | |
| Line is longer than 80 characters. | 84 | |
| Name 'old_comp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| Line is longer than 80 characters. | 88 | |
| '-' is not preceded with whitespace. | 88 | |
| '-' is not followed by whitespace. | 88 | |
| 'cast' is not followed by whitespace. | 88 | |
| '/' is not preceded with whitespace. | 88 | |
| '/' is not followed by whitespace. | 88 | |
| '20f' is a magic number. | 88 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '(' is followed by whitespace. | 29 | |
| ')' is preceded with whitespace. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '(' is followed by whitespace. | 31 | |
| ')' is preceded with whitespace. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Parameter message should be final. | 44 | |
| Parameter message should be final. | 54 | |
| Parameter cause should be final. | 54 | |
| Parameter cause should be final. | 63 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 3 | |
| First sentence should end with a period. | 9 | |
| First sentence should end with a period. | 14 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 14 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 16 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 38 | |
| 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. | 57 | |
| '0x522aec' is a magic number. | 58 | |
| Line is longer than 80 characters. | 59 | |
| '5' is a magic number. | 59 | |
| '.5f' is a magic number. | 59 | |
| '12' is a magic number. | 59 | |
| Line is longer than 80 characters. | 60 | |
| '15' is a magic number. | 68 | |
| '5' is a magic number. | 79 | |
| Line is longer than 80 characters. | 80 | |
| '5' is a magic number. | 85 | |
| '5' is a magic number. | 85 | |
| '5' is a magic number. | 92 | |
| Line is longer than 80 characters. | 93 | |
| '5' is a magic number. | 98 | |
| '5' is a magic number. | 98 | |
| '5' is a magic number. | 104 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| First sentence should end with a period. | 117 | |
| Parameter oCraft should be final. | 121 | |
| Expected @param tag for 'oCraft'. | 121 | |
| Missing a Javadoc comment. | 127 | |
| Parameter oCraft should be final. | 127 | |
| Line is longer than 80 characters. | 130 | |
| Method 'getAircraft' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| '{' should be on the previous line. | 135 | |
| Method 'setAircraft' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter oValue should be final. | 141 | |
| Method 'setRegistration' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter sVal should be final. | 146 | |
| Method 'getRegistration' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Method 'setAircraftType' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter val should be final. | 154 | |
| Line is longer than 80 characters. | 156 | |
| Method 'getAircraftType' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter evt should be final. | 163 | |
| Line is longer than 80 characters. | 164 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 14 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 17 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| 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 | |
| Parameter parent should be final. | 59 | |
| 'parent' hides a field. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Parameter type should be final. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Method 'setAircraftType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter oValue should be final. | 85 | |
| Method 'getAircraftType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| '50' is a magic number. | 106 | |
| '255' is a magic number. | 106 | |
| Line is longer than 80 characters. | 107 | |
| '50' is a magic number. | 111 | |
| '50' is a magic number. | 111 | |
| '255' is a magic number. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter event should be final. | 143 | |
| '{' should be on the previous line. | 146 | |
| '{' should be on the previous line. | 149 | |
| '{' should be on the previous line. | 155 | |
| Missing a Javadoc comment. | 161 | |
| '{' should be on the previous line. | 164 | |
| Line is longer than 80 characters. | 165 | |
| ',' is not followed by whitespace. | 165 | |
| ',' is not followed by whitespace. | 165 | |
| '}' should be on the same line. | 166 | |
| '{' should be on the previous line. | 168 | |
| Line is longer than 80 characters. | 169 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 22 | |
| '=' is not followed by whitespace. | 31 | |
| First sentence should end with a period. | 34 | |
| First sentence should end with a period. | 37 | |
| First sentence should end with a period. | 40 | |
| First sentence should end with a period. | 43 | |
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 49 | |
| First sentence should end with a period. | 52 | |
| First sentence should end with a period. | 55 | |
| First sentence should end with a period. | 58 | |
| First sentence should end with a period. | 61 | |
| First sentence should end with a period. | 64 | |
| First sentence should end with a period. | 67 | |
| Line is longer than 80 characters. | 68 | |
| More than 7 parameters. | 68 | |
| Parameter icao should be final. | 68 | |
| 'icao' hides a field. | 68 | |
| Expected @param tag for 'icao'. | 68 | |
| Parameter faa should be final. | 68 | |
| 'faa' hides a field. | 68 | |
| Expected @param tag for 'faa'. | 68 | |
| Parameter iata should be final. | 68 | |
| 'iata' hides a field. | 68 | |
| Expected @param tag for 'iata'. | 68 | |
| Parameter name should be final. | 68 | |
| 'name' hides a field. | 68 | |
| Expected @param tag for 'name'. | 68 | |
| Parameter municipal should be final. | 68 | |
| 'municipal' hides a field. | 68 | |
| Expected @param tag for 'municipal'. | 68 | |
| Parameter state should be final. | 68 | |
| 'state' hides a field. | 68 | |
| Expected @param tag for 'state'. | 68 | |
| Parameter country should be final. | 68 | |
| 'country' hides a field. | 68 | |
| Expected @param tag for 'country'. | 68 | |
| Parameter latitude should be final. | 68 | |
| 'latitude' hides a field. | 68 | |
| Expected @param tag for 'latitude'. | 68 | |
| Parameter longitude should be final. | 68 | |
| 'longitude' hides a field. | 68 | |
| Expected @param tag for 'longitude'. | 68 | |
| Parameter altitude should be final. | 68 | |
| 'altitude' hides a field. | 68 | |
| Expected @param tag for 'altitude'. | 68 | |
| First sentence should end with a period. | 81 | |
| First sentence should end with a period. | 85 | |
| Parameter icao should be final. | 86 | |
| 'icao' hides a field. | 86 | |
| Expected @param tag for 'icao'. | 86 | |
| Parameter faa should be final. | 86 | |
| 'faa' hides a field. | 86 | |
| Expected @param tag for 'faa'. | 86 | |
| Parameter iata should be final. | 86 | |
| 'iata' hides a field. | 86 | |
| Expected @param tag for 'iata'. | 86 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| '=' is not preceded with whitespace. | 97 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter id should be final. | 102 | |
| 'id' hides a field. | 102 | |
| Method 'getIcao' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| '=' is not preceded with whitespace. | 110 | |
| '=' is not followed by whitespace. | 110 | |
| '=' is not preceded with whitespace. | 110 | |
| '4' is a magic number. | 110 | |
| '=' is not followed by whitespace. | 110 | |
| Method 'setIcao' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter icao should be final. | 115 | |
| 'icao' hides a field. | 115 | |
| Method 'getFaa' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| '=' is not preceded with whitespace. | 123 | |
| '=' is not followed by whitespace. | 123 | |
| '=' is not preceded with whitespace. | 123 | |
| '4' is a magic number. | 123 | |
| '=' is not followed by whitespace. | 123 | |
| Method 'setFaa' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter faa should be final. | 128 | |
| 'faa' hides a field. | 128 | |
| Method 'getIata' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| '=' is not preceded with whitespace. | 136 | |
| '=' is not followed by whitespace. | 136 | |
| '=' is not preceded with whitespace. | 136 | |
| '4' is a magic number. | 136 | |
| '=' is not followed by whitespace. | 136 | |
| Method 'setIata' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter iata should be final. | 141 | |
| 'iata' hides a field. | 141 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| '=' is not preceded with whitespace. | 150 | |
| '50' is a magic number. | 150 | |
| '=' is not followed by whitespace. | 150 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter name should be final. | 155 | |
| 'name' hides a field. | 155 | |
| Method 'getMunicipal' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| '=' is not preceded with whitespace. | 163 | |
| '50' is a magic number. | 163 | |
| '=' is not followed by whitespace. | 163 | |
| Method 'setMunicipal' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter municipal should be final. | 168 | |
| 'municipal' hides a field. | 168 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| '=' is not preceded with whitespace. | 176 | |
| '50' is a magic number. | 176 | |
| '=' is not followed by whitespace. | 176 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter state should be final. | 181 | |
| 'state' hides a field. | 181 | |
| Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| '=' is not preceded with whitespace. | 189 | |
| '50' is a magic number. | 189 | |
| '=' is not followed by whitespace. | 189 | |
| Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter country should be final. | 194 | |
| 'country' hides a field. | 194 | |
| Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| '=' is not preceded with whitespace. | 203 | |
| '30' is a magic number. | 203 | |
| '=' is not followed by whitespace. | 203 | |
| Method 'setLatitude' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Parameter latitude should be final. | 208 | |
| 'latitude' hides a field. | 208 | |
| Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| '=' is not preceded with whitespace. | 217 | |
| '30' is a magic number. | 217 | |
| '=' is not followed by whitespace. | 217 | |
| Method 'setLongitude' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter longitude should be final. | 222 | |
| 'longitude' hides a field. | 222 | |
| Method 'getAltitude' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| '=' is not preceded with whitespace. | 230 | |
| '7' is a magic number. | 230 | |
| '=' is not followed by whitespace. | 230 | |
| Method 'setAltitude' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter altitude should be final. | 235 | |
| 'altitude' hides a field. | 235 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Parameter o should be final. | 245 | |
| 'if' construct must use '{}'s. | 246 | |
| 'if' construct must use '{}'s. | 247 | |
| 'if' construct must use '{}'s. | 251 | |
| Line is longer than 80 characters. | 251 | |
| Avoid inline conditionals. | 251 | |
| 'if' construct must use '{}'s. | 252 | |
| Line is longer than 80 characters. | 252 | |
| Avoid inline conditionals. | 252 | |
| 'if' construct must use '{}'s. | 253 | |
| Line is longer than 80 characters. | 253 | |
| Avoid inline conditionals. | 253 | |
| 'if' construct must use '{}'s. | 254 | |
| Line is longer than 80 characters. | 254 | |
| Avoid inline conditionals. | 254 | |
| 'if' construct must use '{}'s. | 255 | |
| 'if' construct must use '{}'s. | 256 | |
| 'if' construct must use '{}'s. | 257 | |
| Line is longer than 80 characters. | 257 | |
| Avoid inline conditionals. | 257 | |
| 'if' construct must use '{}'s. | 258 | |
| Line is longer than 80 characters. | 258 | |
| Avoid inline conditionals. | 258 | |
| 'if' construct must use '{}'s. | 259 | |
| Line is longer than 80 characters. | 259 | |
| Avoid inline conditionals. | 259 | |
| 'if' construct must use '{}'s. | 260 | |
| Line is longer than 80 characters. | 260 | |
| Avoid inline conditionals. | 260 | |
| 'if' construct must use '{}'s. | 261 | |
| Line is longer than 80 characters. | 261 | |
| Avoid inline conditionals. | 261 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| '31' is a magic number. | 269 | |
| '31' is a magic number. | 270 | |
| Avoid inline conditionals. | 270 | |
| '31' is a magic number. | 271 | |
| Avoid inline conditionals. | 271 | |
| '31' is a magic number. | 272 | |
| Avoid inline conditionals. | 272 | |
| '31' is a magic number. | 273 | |
| Avoid inline conditionals. | 273 | |
| '31' is a magic number. | 274 | |
| Avoid inline conditionals. | 274 | |
| '31' is a magic number. | 275 | |
| Avoid inline conditionals. | 275 | |
| '31' is a magic number. | 276 | |
| Avoid inline conditionals. | 276 | |
| '31' is a magic number. | 277 | |
| Avoid inline conditionals. | 277 | |
| '31' is a magic number. | 278 | |
| Avoid inline conditionals. | 278 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Method 'findAircraftType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter id should be final. | 33 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| 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. | 44 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 55 | |
| '5' is a magic number. | 56 | |
| '5' is a magic number. | 57 | |
| '5' is a magic number. | 58 | |
| '20' is a magic number. | 62 | |
| Line is longer than 80 characters. | 63 | |
| '3' is a magic number. | 95 | |
| '3' is a magic number. | 101 | |
| '4' is a magic number. | 108 | |
| '4' is a magic number. | 114 | |
| '5' is a magic number. | 120 | |
| '6' is a magic number. | 126 | |
| Method 'getPressureAltitude' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Method 'setPressureAltitude' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter pressureAltitude should be final. | 141 | |
| 'pressureAltitude' hides a field. | 141 | |
| Method 'getOutsideAirTemp' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Method 'setOutsideAirTemp' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter outsideAirTemp should be final. | 155 | |
| 'outsideAirTemp' hides a field. | 155 | |
| Method 'getCalibratedAirspeed' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Method 'setCalibratedAirspeed' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Parameter calibratedAirspeed should be final. | 169 | |
| 'calibratedAirspeed' hides a field. | 169 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 3 | |
| Line is longer than 80 characters. | 19 | |
| Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter g should be final. | 24 | |
| 'cast' is not followed by whitespace. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Name 'old_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| '/' is not preceded with whitespace. | 36 | |
| '/' is not followed by whitespace. | 36 | |
| '20' is a magic number. | 36 | |
| Line is longer than 80 characters. | 43 | |
| '3.14' is a magic number. | 43 | |
| '1.3' is a magic number. | 43 | |
| '/' is not preceded with whitespace. | 43 | |
| '/' is not followed by whitespace. | 43 | |
| '/' is not followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 22 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 23 | |
| Using the '.*' form of import should be avoided - java.util.*. | 25 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '5.0' is a magic number. | 80 | |
| '5.0' is a magic number. | 80 | |
| '5.0' is a magic number. | 80 | |
| '5.0' is a magic number. | 80 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 97 | |
| '5.0' is a magic number. | 113 | |
| '5.0' is a magic number. | 113 | |
| '5.0' is a magic number. | 113 | |
| '5.0' is a magic number. | 113 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 131 | |
| '<' is not preceded with whitespace. | 132 | |
| '<' is not followed by whitespace. | 132 | |
| '>' is not preceded with whitespace. | 132 | |
| 'for' is not followed by whitespace. | 135 | |
| 'if' is not followed by whitespace. | 137 | |
| '1900' is a magic number. | 137 | |
| '1900' is a magic number. | 138 | |
| Line is longer than 80 characters. | 143 | |
| ',' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 145 | |
| '<' is not preceded with whitespace. | 157 | |
| '<' is not followed by whitespace. | 157 | |
| '>' is not preceded with whitespace. | 157 | |
| 'for' is not followed by whitespace. | 158 | |
| Missing a Javadoc comment. | 168 | |
| Parameter val should be final. | 168 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| Line has trailing spaces. | 41 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter delegate should be final. | 46 | |
| 'delegate' hides a field. | 46 | |
| Method 'getTotalTime' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter rows should be final. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| 'for' is not followed by whitespace. | 61 | |
| 'if' is not followed by whitespace. | 64 | |
| switch without "default" clause. | 65 | |
| '3' is a magic number. | 75 | |
| '4' is a magic number. | 78 | |
| Line is longer than 80 characters. | 79 | |
| '5' is a magic number. | 81 | |
| '6' is a magic number. | 84 | |
| Line is longer than 80 characters. | 85 | |
| '7' is a magic number. | 87 | |
| Method 'getSoloTime' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter rows should be final. | 104 | |
| '<' is not preceded with whitespace. | 104 | |
| '<' is not followed by whitespace. | 104 | |
| '>' is not preceded with whitespace. | 104 | |
| 'for' is not followed by whitespace. | 115 | |
| 'if' is not followed by whitespace. | 118 | |
| switch without "default" clause. | 119 | |
| '3' is a magic number. | 129 | |
| '4' is a magic number. | 132 | |
| Line is longer than 80 characters. | 133 | |
| '5' is a magic number. | 135 | |
| '6' is a magic number. | 138 | |
| Line is longer than 80 characters. | 139 | |
| '7' is a magic number. | 141 | |
| Method 'getPICTime' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter rows should be final. | 158 | |
| '<' is not preceded with whitespace. | 158 | |
| '<' is not followed by whitespace. | 158 | |
| '>' is not preceded with whitespace. | 158 | |
| 'for' is not followed by whitespace. | 169 | |
| 'if' is not followed by whitespace. | 172 | |
| switch without "default" clause. | 173 | |
| '3' is a magic number. | 183 | |
| '4' is a magic number. | 186 | |
| '5' is a magic number. | 189 | |
| '6' is a magic number. | 192 | |
| '7' is a magic number. | 195 | |
| Method 'getSICTime' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter rows should be final. | 212 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| 'for' is not followed by whitespace. | 223 | |
| 'if' is not followed by whitespace. | 226 | |
| switch without "default" clause. | 227 | |
| '3' is a magic number. | 237 | |
| '4' is a magic number. | 240 | |
| '5' is a magic number. | 243 | |
| '6' is a magic number. | 246 | |
| '7' is a magic number. | 249 | |
| Method 'getInstructionRecievedTime' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Parameter rows should be final. | 266 | |
| '<' is not preceded with whitespace. | 266 | |
| '<' is not followed by whitespace. | 266 | |
| '>' is not preceded with whitespace. | 266 | |
| 'for' is not followed by whitespace. | 277 | |
| 'if' is not followed by whitespace. | 280 | |
| switch without "default" clause. | 281 | |
| '3' is a magic number. | 291 | |
| '4' is a magic number. | 294 | |
| Line is longer than 80 characters. | 295 | |
| '5' is a magic number. | 297 | |
| '6' is a magic number. | 300 | |
| Line is longer than 80 characters. | 301 | |
| '7' is a magic number. | 303 | |
| Method 'getXcountrySoloTime' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| Missing a Javadoc comment. | 320 | |
| Parameter rows should be final. | 320 | |
| '<' is not preceded with whitespace. | 320 | |
| '<' is not followed by whitespace. | 320 | |
| '>' is not preceded with whitespace. | 320 | |
| 'for' is not followed by whitespace. | 331 | |
| 'if' is not followed by whitespace. | 334 | |
| switch without "default" clause. | 335 | |
| '3' is a magic number. | 345 | |
| '4' is a magic number. | 348 | |
| Line is longer than 80 characters. | 349 | |
| '5' is a magic number. | 351 | |
| '6' is a magic number. | 354 | |
| Line is longer than 80 characters. | 355 | |
| '7' is a magic number. | 357 | |
| Method 'getXcountryTime' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter rows should be final. | 374 | |
| '<' is not preceded with whitespace. | 374 | |
| '<' is not followed by whitespace. | 374 | |
| '>' is not preceded with whitespace. | 374 | |
| 'for' is not followed by whitespace. | 385 | |
| 'if' is not followed by whitespace. | 388 | |
| switch without "default" clause. | 389 | |
| '3' is a magic number. | 399 | |
| '4' is a magic number. | 402 | |
| Line is longer than 80 characters. | 403 | |
| '5' is a magic number. | 405 | |
| '6' is a magic number. | 408 | |
| Line is longer than 80 characters. | 409 | |
| '7' is a magic number. | 411 | |
| Line has trailing spaces. | 427 | |
| Method 'getXcountryInstructionTime' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| Missing a Javadoc comment. | 428 | |
| Parameter rows should be final. | 428 | |
| '<' is not preceded with whitespace. | 428 | |
| '<' is not followed by whitespace. | 428 | |
| '>' is not preceded with whitespace. | 428 | |
| 'for' is not followed by whitespace. | 439 | |
| 'if' is not followed by whitespace. | 442 | |
| switch without "default" clause. | 443 | |
| '3' is a magic number. | 453 | |
| '4' is a magic number. | 456 | |
| Line is longer than 80 characters. | 457 | |
| '5' is a magic number. | 459 | |
| '6' is a magic number. | 462 | |
| Line is longer than 80 characters. | 463 | |
| '7' is a magic number. | 465 | |
| Method 'getXcountryPICTime' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| Missing a Javadoc comment. | 482 | |
| Parameter rows should be final. | 482 | |
| '<' is not preceded with whitespace. | 482 | |
| '<' is not followed by whitespace. | 482 | |
| '>' is not preceded with whitespace. | 482 | |
| 'for' is not followed by whitespace. | 493 | |
| 'if' is not followed by whitespace. | 496 | |
| switch without "default" clause. | 497 | |
| '3' is a magic number. | 507 | |
| '4' is a magic number. | 510 | |
| '5' is a magic number. | 513 | |
| '6' is a magic number. | 516 | |
| '7' is a magic number. | 519 | |
| Method 'getXcountrySICTime' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| Missing a Javadoc comment. | 536 | |
| Parameter rows should be final. | 536 | |
| '<' is not preceded with whitespace. | 536 | |
| '<' is not followed by whitespace. | 536 | |
| '>' is not preceded with whitespace. | 536 | |
| 'for' is not followed by whitespace. | 547 | |
| 'if' is not followed by whitespace. | 550 | |
| switch without "default" clause. | 551 | |
| '3' is a magic number. | 561 | |
| '4' is a magic number. | 564 | |
| '5' is a magic number. | 567 | |
| '6' is a magic number. | 570 | |
| '7' is a magic number. | 573 | |
| Method 'getInstrumentTime' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| Missing a Javadoc comment. | 590 | |
| Parameter rows should be final. | 590 | |
| '<' is not preceded with whitespace. | 590 | |
| '<' is not followed by whitespace. | 590 | |
| '>' is not preceded with whitespace. | 590 | |
| 'for' is not followed by whitespace. | 601 | |
| Line is longer than 80 characters. | 606 | |
| Line is longer than 80 characters. | 609 | |
| Line is longer than 80 characters. | 612 | |
| '3' is a magic number. | 614 | |
| Line is longer than 80 characters. | 615 | |
| '4' is a magic number. | 617 | |
| Line is longer than 80 characters. | 618 | |
| '5' is a magic number. | 620 | |
| '6' is a magic number. | 623 | |
| Line is longer than 80 characters. | 624 | |
| '7' is a magic number. | 626 | |
| Line is longer than 80 characters. | 630 | |
| Method 'getNightInstructionTime' is not designed for extension - needs to be abstract, final or empty. | 645 | |
| Missing a Javadoc comment. | 645 | |
| Parameter rows should be final. | 645 | |
| '<' is not preceded with whitespace. | 645 | |
| '<' is not followed by whitespace. | 645 | |
| '>' is not preceded with whitespace. | 645 | |
| 'for' is not followed by whitespace. | 656 | |
| 'if' is not followed by whitespace. | 659 | |
| switch without "default" clause. | 660 | |
| '3' is a magic number. | 670 | |
| '4' is a magic number. | 673 | |
| Line is longer than 80 characters. | 674 | |
| '5' is a magic number. | 676 | |
| '6' is a magic number. | 679 | |
| Line is longer than 80 characters. | 680 | |
| '7' is a magic number. | 682 | |
| Method 'getNightLandingsCount' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| Missing a Javadoc comment. | 699 | |
| Parameter rows should be final. | 699 | |
| '<' is not preceded with whitespace. | 699 | |
| '<' is not followed by whitespace. | 699 | |
| '>' is not preceded with whitespace. | 699 | |
| 'for' is not followed by whitespace. | 710 | |
| switch without "default" clause. | 713 | |
| '3' is a magic number. | 723 | |
| '4' is a magic number. | 726 | |
| '5' is a magic number. | 729 | |
| '6' is a magic number. | 732 | |
| '7' is a magic number. | 735 | |
| Method 'getNightPICTime' is not designed for extension - needs to be abstract, final or empty. | 751 | |
| Missing a Javadoc comment. | 751 | |
| Parameter rows should be final. | 751 | |
| '<' is not preceded with whitespace. | 751 | |
| '<' is not followed by whitespace. | 751 | |
| '>' is not preceded with whitespace. | 751 | |
| 'for' is not followed by whitespace. | 762 | |
| 'if' is not followed by whitespace. | 765 | |
| switch without "default" clause. | 766 | |
| '3' is a magic number. | 776 | |
| '4' is a magic number. | 779 | |
| Line is longer than 80 characters. | 780 | |
| '5' is a magic number. | 782 | |
| '6' is a magic number. | 785 | |
| Line is longer than 80 characters. | 786 | |
| '7' is a magic number. | 788 | |
| Method 'getNightSICTime' is not designed for extension - needs to be abstract, final or empty. | 805 | |
| Missing a Javadoc comment. | 805 | |
| Parameter rows should be final. | 805 | |
| '<' is not preceded with whitespace. | 805 | |
| '<' is not followed by whitespace. | 805 | |
| '>' is not preceded with whitespace. | 805 | |
| 'for' is not followed by whitespace. | 816 | |
| 'if' is not followed by whitespace. | 819 | |
| switch without "default" clause. | 820 | |
| '3' is a magic number. | 830 | |
| '4' is a magic number. | 833 | |
| Line is longer than 80 characters. | 834 | |
| '5' is a magic number. | 836 | |
| '6' is a magic number. | 839 | |
| Line is longer than 80 characters. | 840 | |
| '7' is a magic number. | 842 | |
| Method 'getNightPICLandings' is not designed for extension - needs to be abstract, final or empty. | 859 | |
| Missing a Javadoc comment. | 859 | |
| Parameter rows should be final. | 859 | |
| '<' is not preceded with whitespace. | 859 | |
| '<' is not followed by whitespace. | 859 | |
| '>' is not preceded with whitespace. | 859 | |
| 'for' is not followed by whitespace. | 870 | |
| 'if' is not followed by whitespace. | 873 | |
| switch without "default" clause. | 874 | |
| '3' is a magic number. | 884 | |
| '4' is a magic number. | 887 | |
| Line is longer than 80 characters. | 888 | |
| '5' is a magic number. | 890 | |
| '6' is a magic number. | 893 | |
| Line is longer than 80 characters. | 894 | |
| '7' is a magic number. | 896 | |
| Method 'getNightSICLandings' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| Missing a Javadoc comment. | 913 | |
| Parameter rows should be final. | 913 | |
| '<' is not preceded with whitespace. | 913 | |
| '<' is not followed by whitespace. | 913 | |
| '>' is not preceded with whitespace. | 913 | |
| 'for' is not followed by whitespace. | 924 | |
| 'if' is not followed by whitespace. | 927 | |
| switch without "default" clause. | 928 | |
| '3' is a magic number. | 938 | |
| '4' is a magic number. | 941 | |
| Line is longer than 80 characters. | 942 | |
| '5' is a magic number. | 944 | |
| '6' is a magic number. | 947 | |
| Line is longer than 80 characters. | 948 | |
| '7' is a magic number. | 950 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| 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. | 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. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Method 'setLatitudeFrom' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter deg should be final. | 62 | |
| Parameter minute should be final. | 62 | |
| Parameter second should be final. | 62 | |
| Parameter hemi should be final. | 62 | |
| Method 'getLatitudeFrom' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| '90' is a magic number. | 70 | |
| '59' is a magic number. | 73 | |
| '59' is a magic number. | 76 | |
| Line is longer than 80 characters. | 79 | |
| '60' is a magic number. | 79 | |
| '3600' is a magic number. | 79 | |
| '180' is a magic number. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Method 'setLongitudeFrom' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter deg should be final. | 86 | |
| Parameter minute should be final. | 86 | |
| Parameter second should be final. | 86 | |
| Parameter hemi should be final. | 86 | |
| Method 'getLongitudeFrom' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| '180' is a magic number. | 94 | |
| '59' is a magic number. | 97 | |
| '60' is a magic number. | 100 | |
| Line is longer than 80 characters. | 103 | |
| '60' is a magic number. | 103 | |
| '3600' is a magic number. | 103 | |
| '180' is a magic number. | 107 | |
| Line is longer than 80 characters. | 110 | |
| Method 'setLatitudeTo' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter deg should be final. | 110 | |
| Parameter minute should be final. | 110 | |
| Parameter second should be final. | 110 | |
| Parameter hemi should be final. | 110 | |
| Method 'getLatitudeTo' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| '90' is a magic number. | 118 | |
| '59' is a magic number. | 121 | |
| '59' is a magic number. | 124 | |
| Line is longer than 80 characters. | 127 | |
| '60' is a magic number. | 127 | |
| '3600' is a magic number. | 127 | |
| '180' is a magic number. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Method 'setLongitudeTo' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter deg should be final. | 134 | |
| Parameter minute should be final. | 134 | |
| Parameter second should be final. | 134 | |
| Parameter hemi should be final. | 134 | |
| Method 'getLongitudeTo' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| '180' is a magic number. | 142 | |
| '59' is a magic number. | 145 | |
| '60' is a magic number. | 148 | |
| Line is longer than 80 characters. | 151 | |
| '60' is a magic number. | 151 | |
| '3600' is a magic number. | 151 | |
| '180' is a magic number. | 155 | |
| Method 'getLat1Degrees' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Method 'setLat1Degrees' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter lat1Degrees should be final. | 162 | |
| 'lat1Degrees' hides a field. | 162 | |
| Method 'getLon1Degrees' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Method 'setLon1Degrees' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter lon1Degrees should be final. | 170 | |
| 'lon1Degrees' hides a field. | 170 | |
| Method 'getLat1Minutes' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Method 'setLat1Minutes' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter lat1Minutes should be final. | 178 | |
| 'lat1Minutes' hides a field. | 178 | |
| Method 'getLon1Minutes' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Method 'setLon1Minutes' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter lon1Minutes should be final. | 186 | |
| 'lon1Minutes' hides a field. | 186 | |
| Method 'getLat1Seconds' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Method 'setLat1Seconds' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter lat1Seconds should be final. | 194 | |
| 'lat1Seconds' hides a field. | 194 | |
| Method 'getLon1Seconds' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Method 'setLon1Seconds' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter lon1Seconds should be final. | 202 | |
| 'lon1Seconds' hides a field. | 202 | |
| Method 'getLat2Degrees' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Method 'setLat2Degrees' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter lat2Degrees should be final. | 210 | |
| 'lat2Degrees' hides a field. | 210 | |
| Method 'getLon2Degrees' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Method 'setLon2Degrees' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter lon2Degrees should be final. | 218 | |
| 'lon2Degrees' hides a field. | 218 | |
| Method 'getLat2Minutes' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Method 'setLat2Minutes' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter lat2Minutes should be final. | 226 | |
| 'lat2Minutes' hides a field. | 226 | |
| Method 'getLon2Minutes' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Method 'setLon2Minutes' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Parameter lon2Minutes should be final. | 234 | |
| 'lon2Minutes' hides a field. | 234 | |
| Method 'getLat2Seconds' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Method 'setLat2Seconds' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Parameter lat2Seconds should be final. | 242 | |
| 'lat2Seconds' hides a field. | 242 | |
| Method 'getLon2Seconds' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Method 'setLon2Seconds' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter lon2Seconds should be final. | 250 | |
| 'lon2Seconds' hides a field. | 250 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Line is longer than 80 characters. | 260 | |
| '180' is a magic number. | 260 | |
| '90' is a magic number. | 260 | |
| Line is longer than 80 characters. | 263 | |
| '180' is a magic number. | 264 | |
| '90' is a magic number. | 264 | |
| '}' should be on the same line. | 266 | |
| '180' is a magic number. | 267 | |
| '90' is a magic number. | 267 | |
| '}' should be on the same line. | 269 | |
| Line is longer than 80 characters. | 271 | |
| '}' should be on the same line. | 274 | |
| '180' is a magic number. | 280 | |
| '90' is a magic number. | 280 | |
| '}' should be on the same line. | 282 | |
| '180' is a magic number. | 283 | |
| '90' is a magic number. | 283 | |
| '}' should be on the same line. | 285 | |
| Line is longer than 80 characters. | 287 | |
| '}' should be on the same line. | 290 | |
| '180' is a magic number. | 295 | |
| '180' is a magic number. | 296 | |
| '180' is a magic number. | 297 | |
| '60' is a magic number. | 297 | |
| Method 'getCalculatedDistance' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Method 'getCalculatedCourseTo' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| Missing a Javadoc comment. | 304 | |
| Method 'getCalculatedCourseFrom' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| Missing a Javadoc comment. | 308 | |
| Missing a Javadoc comment. | 312 | |
| Parameter value should be final. | 312 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Method 'getHeading' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Method 'setHeading' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter dg should be final. | 53 | |
| Method 'getTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Method 'setTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter airspeed should be final. | 69 | |
| First sentence should end with a period. | 73 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Method 'setWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter wspeed should be final. | 85 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Method 'setWindDirection' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter wdirection should be final. | 101 | |
| Line is longer than 80 characters. | 107 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '180' is a magic number. | 116 | |
| Method 'getCourse' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Method 'getGroundSpeed' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Method 'getWindCorrectionAngle' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| '180' is a magic number. | 141 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 54 | |
| '}' should be on the same line. | 56 | |
| '{' should be on the previous line. | 58 | |
| Method 'getFilePath' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Method 'isFileSelected' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter fpath should be final. | 83 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter tableEditModel should be final. | 42 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 47 | |
| 'cast' is not followed by whitespace. | 47 | |
| '3' is a magic number. | 50 | |
| '4' is a magic number. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '6' is a magic number. | 53 | |
| '7' is a magic number. | 54 | |
| '8' is a magic number. | 55 | |
| '9' is a magic number. | 56 | |
| '10' is a magic number. | 57 | |
| '11' is a magic number. | 58 | |
| '12' is a magic number. | 59 | |
| '13' is a magic number. | 61 | |
| '14' is a magic number. | 63 | |
| Line is longer than 80 characters. | 64 | |
| '16' is a magic number. | 65 | |
| '17' is a magic number. | 66 | |
| '18' is a magic number. | 67 | |
| Missing a Javadoc comment. | 87 | |
| '(' is followed by whitespace. | 90 | |
| First sentence should end with a period. | 95 | |
| Method 'closeFrame' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| ',' is not followed by whitespace. | 105 | |
| '1000' is a magic number. | 108 | |
| '400' is a magic number. | 108 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter frame should be final. | 42 | |
| 'frame' hides a field. | 42 | |
| Parameter dialogBx should be final. | 42 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter evt should be final. | 48 | |
| Line is longer than 80 characters. | 54 | |
| Line has trailing spaces. | 56 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| 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. | 50 | |
| Missing a Javadoc comment. | 54 | |
| '3' is a magic number. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| '6' is a magic number. | 60 | |
| Line is longer than 80 characters. | 61 | |
| ',' is not followed by whitespace. | 62 | |
| '3' is a magic number. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 66 | |
| '6' is a magic number. | 67 | |
| Line is longer than 80 characters. | 68 | |
| ',' is not followed by whitespace. | 69 | |
| '5' is a magic number. | 70 | |
| '6' is a magic number. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '3' is a magic number. | 97 | |
| '4' is a magic number. | 103 | |
| '5' is a magic number. | 109 | |
| '6' is a magic number. | 115 | |
| '3' is a magic number. | 139 | |
| '4' is a magic number. | 145 | |
| '5' is a magic number. | 151 | |
| '6' is a magic number. | 157 | |
| '3' is a magic number. | 164 | |
| '3' is a magic number. | 170 | |
| '3' is a magic number. | 171 | |
| '4' is a magic number. | 176 | |
| '3' is a magic number. | 177 | |
| Parameter airport should be final. | 189 | |
| First sentence should end with a period. | 195 | |
| Parameter airport should be final. | 200 | |
| Method 'setAirport' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Parameter vAirport should be final. | 213 | |
| Method 'getAirport' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| 'if' is not followed by whitespace. | 227 | |
| First sentence should end with a period. | 233 | |
| Method 'getAltitude' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| First sentence should end with a period. | 241 | |
| Method 'setAltitude' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Parameter sValue should be final. | 245 | |
| First sentence should end with a period. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Line is longer than 80 characters. | 255 | |
| 'if' is not followed by whitespace. | 255 | |
| '(' is followed by whitespace. | 255 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 259 | |
| 'cast' is not followed by whitespace. | 264 | |
| Line is longer than 80 characters. | 271 | |
| Method 'setLongitude' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Parameter longitude should be final. | 275 | |
| Line is longer than 80 characters. | 281 | |
| ',' is not followed by whitespace. | 281 | |
| '-' is not preceded with whitespace. | 281 | |
| '-' is not followed by whitespace. | 281 | |
| '-' is not preceded with whitespace. | 283 | |
| '-' is not followed by whitespace. | 283 | |
| First sentence should end with a period. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Line is longer than 80 characters. | 294 | |
| 'if' is not followed by whitespace. | 294 | |
| '(' is followed by whitespace. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 296 | |
| Line is longer than 80 characters. | 298 | |
| 'cast' is not followed by whitespace. | 303 | |
| Line is longer than 80 characters. | 310 | |
| Method 'setLatitude' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Parameter latitude should be final. | 314 | |
| Line is longer than 80 characters. | 320 | |
| ',' is not followed by whitespace. | 320 | |
| '-' is not preceded with whitespace. | 320 | |
| '-' is not followed by whitespace. | 320 | |
| '-' is not preceded with whitespace. | 322 | |
| '-' is not followed by whitespace. | 322 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Variable 'paintedGroups' must be private and have accessor methods. | 51 | |
| Method 'paint' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter g should be final. | 58 | |
| Parameter c should be final. | 58 | |
| Line is longer than 80 characters. | 60 | |
| 'cast' is not followed by whitespace. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| 'cast' is not followed by whitespace. | 62 | |
| 'cast' is not followed by whitespace. | 72 | |
| 'cast' is not followed by whitespace. | 77 | |
| 'cast' is not followed by whitespace. | 78 | |
| 'if' is not followed by whitespace. | 86 | |
| Parameter g should be final. | 111 | |
| Parameter cellRect should be final. | 111 | |
| Parameter columnIndex should be final. | 111 | |
| 'if' is not followed by whitespace. | 114 | |
| Line is longer than 80 characters. | 118 | |
| ',' is not followed by whitespace. | 118 | |
| Line is longer than 80 characters. | 120 | |
| Parameter g should be final. | 130 | |
| Parameter cellRect should be final. | 130 | |
| ',' is not followed by whitespace. | 130 | |
| Parameter cGroup should be final. | 130 | |
| ',' is not followed by whitespace. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 145 | |
| 'cast' is not followed by whitespace. | 145 | |
| 'for' is not followed by whitespace. | 146 | |
| 'if' is not followed by whitespace. | 149 | |
| Line is longer than 80 characters. | 153 | |
| ',' is not followed by whitespace. | 153 | |
| 'cast' is not followed by whitespace. | 158 | |
| Parameter width should be final. | 172 | |
| 'cast' is not followed by whitespace. | 178 | |
| Line is longer than 80 characters. | 183 | |
| Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Parameter c should be final. | 186 | |
| 'cast' is not followed by whitespace. | 190 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getIconHeight' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Method 'getIconWidth' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Method 'paintIcon' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter c should be final. | 57 | |
| Parameter g should be final. | 57 | |
| Parameter x should be final. | 57 | |
| Parameter y should be final. | 57 | |
| '12' is a magic number. | 60 | |
| '12' is a magic number. | 60 | |
| '5' is a magic number. | 61 | |
| '12' is a magic number. | 61 | |
| '12' is a magic number. | 61 | |
| '5' is a magic number. | 61 | |
| '10' is a magic number. | 62 | |
| '12' is a magic number. | 62 | |
| '12' is a magic number. | 62 | |
| '10' is a magic number. | 62 | |
| '12' is a magic number. | 65 | |
| '12' is a magic number. | 65 | |
| '12' is a magic number. | 66 | |
| '12' is a magic number. | 66 | |
| '3' is a magic number. | 67 | |
| '12' is a magic number. | 67 | |
| '12' is a magic number. | 67 | |
| '3' is a magic number. | 67 | |
| '6' is a magic number. | 69 | |
| '12' is a magic number. | 69 | |
| '12' is a magic number. | 69 | |
| '6' is a magic number. | 69 | |
| '7' is a magic number. | 70 | |
| '12' is a magic number. | 70 | |
| '12' is a magic number. | 70 | |
| '7' is a magic number. | 70 | |
| '8' is a magic number. | 71 | |
| '12' is a magic number. | 71 | |
| '12' is a magic number. | 71 | |
| '8' is a magic number. | 71 | |
| '11' is a magic number. | 73 | |
| '12' is a magic number. | 73 | |
| '12' is a magic number. | 73 | |
| '11' is a magic number. | 73 | |
| '12' is a magic number. | 74 | |
| '12' is a magic number. | 74 | |
| '12' is a magic number. | 74 | |
| '12' is a magic number. | 74 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 24 | |
| Parameter message should be final. | 35 | |
| Parameter cause should be final. | 44 | |
| Parameter message should be final. | 53 | |
| Parameter cause should be final. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 47 | |
| 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. | 66 | |
| Line is longer than 80 characters. | 67 | |
| '5' is a magic number. | 75 | |
| '11' is a magic number. | 79 | |
| '11' is a magic number. | 81 | |
| '11' is a magic number. | 83 | |
| Line is longer than 80 characters. | 96 | |
| '10000' is a magic number. | 96 | |
| Line is longer than 80 characters. | 97 | |
| '10000' is a magic number. | 97 | |
| Line is longer than 80 characters. | 98 | |
| '10000' is a magic number. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '10000' is a magic number. | 99 | |
| Line is longer than 80 characters. | 100 | |
| '10000' is a magic number. | 100 | |
| '10' is a magic number. | 107 | |
| '182' is a magic number. | 109 | |
| '120' is a magic number. | 109 | |
| '58' is a magic number. | 109 | |
| '223' is a magic number. | 115 | |
| '199' is a magic number. | 115 | |
| '173' is a magic number. | 115 | |
| '223' is a magic number. | 120 | |
| '199' is a magic number. | 120 | |
| '173' is a magic number. | 120 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 155 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 171 | |
| ',' is not followed by whitespace. | 182 | |
| '5' is a magic number. | 182 | |
| ',' is not followed by whitespace. | 182 | |
| ',' is not followed by whitespace. | 182 | |
| '5' is a magic number. | 182 | |
| Missing a Javadoc comment. | 192 | |
| Line is longer than 80 characters. | 197 | |
| ',' is not followed by whitespace. | 202 | |
| '5' is a magic number. | 202 | |
| ',' is not followed by whitespace. | 202 | |
| ',' is not followed by whitespace. | 202 | |
| '5' is a magic number. | 202 | |
| ',' is not followed by whitespace. | 212 | |
| ',' is not followed by whitespace. | 212 | |
| ',' is not followed by whitespace. | 212 | |
| '5' is a magic number. | 212 | |
| '20' is a magic number. | 217 | |
| '5' is a magic number. | 218 | |
| '52' is a magic number. | 226 | |
| ',' is not followed by whitespace. | 238 | |
| '5' is a magic number. | 238 | |
| ',' is not followed by whitespace. | 238 | |
| ',' is not followed by whitespace. | 238 | |
| '5' is a magic number. | 238 | |
| Missing a Javadoc comment. | 251 | |
| '40' is a magic number. | 254 | |
| '19' is a magic number. | 254 | |
| Method length is 219 lines (max allowed is 150). | 259 | |
| Missing a Javadoc comment. | 259 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 279 | |
| '30' is a magic number. | 285 | |
| ',' is not followed by whitespace. | 286 | |
| '5' is a magic number. | 286 | |
| ',' is not followed by whitespace. | 286 | |
| ',' is not followed by whitespace. | 286 | |
| '5' is a magic number. | 286 | |
| ',' is not followed by whitespace. | 303 | |
| '5' is a magic number. | 303 | |
| ',' is not followed by whitespace. | 303 | |
| ',' is not followed by whitespace. | 303 | |
| '5' is a magic number. | 303 | |
| ',' is not followed by whitespace. | 322 | |
| '5' is a magic number. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| ',' is not followed by whitespace. | 322 | |
| '5' is a magic number. | 322 | |
| '3' is a magic number. | 334 | |
| Line is longer than 80 characters. | 336 | |
| '3' is a magic number. | 340 | |
| ',' is not followed by whitespace. | 341 | |
| '5' is a magic number. | 341 | |
| ',' is not followed by whitespace. | 341 | |
| ',' is not followed by whitespace. | 341 | |
| '5' is a magic number. | 341 | |
| '3' is a magic number. | 347 | |
| '4' is a magic number. | 353 | |
| '4' is a magic number. | 359 | |
| ',' is not followed by whitespace. | 360 | |
| '5' is a magic number. | 360 | |
| ',' is not followed by whitespace. | 360 | |
| ',' is not followed by whitespace. | 360 | |
| '5' is a magic number. | 360 | |
| '4' is a magic number. | 366 | |
| '5' is a magic number. | 372 | |
| '5' is a magic number. | 378 | |
| ',' is not followed by whitespace. | 379 | |
| '5' is a magic number. | 379 | |
| ',' is not followed by whitespace. | 379 | |
| ',' is not followed by whitespace. | 379 | |
| '5' is a magic number. | 379 | |
| '5' is a magic number. | 385 | |
| '6' is a magic number. | 391 | |
| '6' is a magic number. | 397 | |
| ',' is not followed by whitespace. | 398 | |
| '5' is a magic number. | 398 | |
| ',' is not followed by whitespace. | 398 | |
| ',' is not followed by whitespace. | 398 | |
| '5' is a magic number. | 398 | |
| '6' is a magic number. | 404 | |
| Line is longer than 80 characters. | 411 | |
| '35' is a magic number. | 416 | |
| '18' is a magic number. | 416 | |
| ',' is not followed by whitespace. | 418 | |
| '5' is a magic number. | 418 | |
| ',' is not followed by whitespace. | 418 | |
| ',' is not followed by whitespace. | 418 | |
| '35' is a magic number. | 427 | |
| '18' is a magic number. | 427 | |
| ',' is not followed by whitespace. | 431 | |
| '5' is a magic number. | 431 | |
| ',' is not followed by whitespace. | 431 | |
| ',' is not followed by whitespace. | 431 | |
| '7' is a magic number. | 436 | |
| '3' is a magic number. | 437 | |
| Line is longer than 80 characters. | 444 | |
| '35' is a magic number. | 450 | |
| '18' is a magic number. | 450 | |
| ',' is not followed by whitespace. | 453 | |
| '5' is a magic number. | 453 | |
| ',' is not followed by whitespace. | 453 | |
| ',' is not followed by whitespace. | 453 | |
| '35' is a magic number. | 463 | |
| '18' is a magic number. | 463 | |
| ',' is not followed by whitespace. | 467 | |
| '5' is a magic number. | 467 | |
| ',' is not followed by whitespace. | 467 | |
| ',' is not followed by whitespace. | 467 | |
| '8' is a magic number. | 472 | |
| '3' is a magic number. | 473 | |
| Missing a Javadoc comment. | 479 | |
| '35' is a magic number. | 483 | |
| '18' is a magic number. | 483 | |
| Missing a Javadoc comment. | 488 | |
| Line is longer than 80 characters. | 492 | |
| ',' is not followed by whitespace. | 501 | |
| '5' is a magic number. | 501 | |
| ',' is not followed by whitespace. | 501 | |
| ',' is not followed by whitespace. | 501 | |
| '35' is a magic number. | 503 | |
| '19' is a magic number. | 503 | |
| ',' is not followed by whitespace. | 515 | |
| '5' is a magic number. | 515 | |
| ',' is not followed by whitespace. | 515 | |
| ',' is not followed by whitespace. | 515 | |
| Line is longer than 80 characters. | 523 | |
| ',' is not followed by whitespace. | 528 | |
| '5' is a magic number. | 528 | |
| ',' is not followed by whitespace. | 528 | |
| ',' is not followed by whitespace. | 528 | |
| Missing a Javadoc comment. | 534 | |
| '35' is a magic number. | 537 | |
| '19' is a magic number. | 537 | |
| Missing a Javadoc comment. | 552 | |
| Parameter date should be final. | 552 | |
| Parameter book should be final. | 564 | |
| Missing a Javadoc comment. | 590 | |
| Parameter oBook should be final. | 590 | |
| First sentence should end with a period. | 616 | |
| Parameter faacode should be final. | 623 | |
| Expected @param tag for 'faacode'. | 623 | |
| Line is longer than 80 characters. | 624 | |
| '!' is followed by whitespace. | 626 | |
| Avoid inline conditionals. | 629 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| Missing a Javadoc comment. | 632 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 655 | |
| Missing a Javadoc comment. | 655 | |
| Parameter evt should be final. | 655 | |
| '{' should be on the previous line. | 658 | |
| Line is longer than 80 characters. | 659 | |
| '{' should be on the previous line. | 663 | |
| Line is longer than 80 characters. | 664 | |
| '{' should be on the previous line. | 669 | |
| Line is longer than 80 characters. | 670 | |
| '{' should be on the previous line. | 675 | |
| '{' should be on the previous line. | 679 | |
| '{' should be on the previous line. | 683 | |
| '!' is followed by whitespace. | 684 | |
| Line is longer than 80 characters. | 685 | |
| '{' should be on the previous line. | 690 | |
| '{' should be on the previous line. | 694 | |
| '{' should be on the previous line. | 698 | |
| '{' should be on the previous line. | 702 | |
| Method 'isValidCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| Missing a Javadoc comment. | 707 | |
| '&&' should be on a new line. | 708 | |
| '&&' should be on a new line. | 709 | |
| '&&' should be on a new line. | 710 | |
| Line is longer than 80 characters. | 711 | |
| Line is longer than 80 characters. | 712 | |
| '49d' is a magic number. | 718 | |
| Line is longer than 80 characters. | 721 | |
| 'if' is not followed by whitespace. | 721 | |
| Line is longer than 80 characters. | 722 | |
| Line is longer than 80 characters. | 728 | |
| Line is longer than 80 characters. | 732 | |
| Method 'setStartLatitude' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| Parameter latitude should be final. | 732 | |
| Parameter calculate should be final. | 732 | |
| Expected @param tag for 'calculate'. | 732 | |
| Line is longer than 80 characters. | 738 | |
| ',' is not followed by whitespace. | 738 | |
| '-' is not preceded with whitespace. | 738 | |
| '-' is not followed by whitespace. | 738 | |
| '-' is not preceded with whitespace. | 740 | |
| '-' is not followed by whitespace. | 740 | |
| Line is longer than 80 characters. | 741 | |
| Line is longer than 80 characters. | 746 | |
| Line is longer than 80 characters. | 750 | |
| Method 'setStartLongitude' is not designed for extension - needs to be abstract, final or empty. | 750 | |
| Parameter longitude should be final. | 750 | |
| Parameter calculate should be final. | 750 | |
| Expected @param tag for 'calculate'. | 750 | |
| Line is longer than 80 characters. | 756 | |
| ',' is not followed by whitespace. | 756 | |
| Line is longer than 80 characters. | 759 | |
| Line is longer than 80 characters. | 763 | |
| Parameter selectValue should be final. | 768 | |
| Line is longer than 80 characters. | 786 | |
| Line is longer than 80 characters. | 790 | |
| Method 'setEndLatitude' is not designed for extension - needs to be abstract, final or empty. | 790 | |
| Parameter latitude should be final. | 790 | |
| Parameter calculate should be final. | 790 | |
| Expected @param tag for 'calculate'. | 790 | |
| Line is longer than 80 characters. | 796 | |
| '-' is not preceded with whitespace. | 798 | |
| '-' is not followed by whitespace. | 798 | |
| Line is longer than 80 characters. | 799 | |
| Line is longer than 80 characters. | 804 | |
| Line is longer than 80 characters. | 808 | |
| Method 'setEndLongitude' is not designed for extension - needs to be abstract, final or empty. | 808 | |
| Parameter longitude should be final. | 808 | |
| Parameter calculate should be final. | 808 | |
| Expected @param tag for 'calculate'. | 808 | |
| Line is longer than 80 characters. | 814 | |
| ',' is not followed by whitespace. | 814 | |
| Line is longer than 80 characters. | 817 | |
| Method 'setAircraft' is not designed for extension - needs to be abstract, final or empty. | 825 | |
| Parameter oCraft should be final. | 825 | |
| Method 'setLogEntry' is not designed for extension - needs to be abstract, final or empty. | 832 | |
| Missing a Javadoc comment. | 832 | |
| Parameter vEntry should be final. | 832 | |
| Method 'getLogEntry' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| Missing a Javadoc comment. | 837 | |
| '{' should be on the previous line. | 839 | |
| Method 'setToAirport' is not designed for extension - needs to be abstract, final or empty. | 846 | |
| Missing a Javadoc comment. | 846 | |
| Parameter airportTo should be final. | 846 | |
| Line is longer than 80 characters. | 848 | |
| Method 'getToAirport' is not designed for extension - needs to be abstract, final or empty. | 851 | |
| Missing a Javadoc comment. | 851 | |
| 'if' is not followed by whitespace. | 852 | |
| Method 'setFromAirport' is not designed for extension - needs to be abstract, final or empty. | 858 | |
| Missing a Javadoc comment. | 858 | |
| Parameter from should be final. | 858 | |
| Line is longer than 80 characters. | 860 | |
| Method 'getFromAirport' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| Missing a Javadoc comment. | 863 | |
| 'if' is not followed by whitespace. | 864 | |
| Method 'setVia' is not designed for extension - needs to be abstract, final or empty. | 870 | |
| Missing a Javadoc comment. | 870 | |
| Parameter sValue should be final. | 870 | |
| Method 'getVia' is not designed for extension - needs to be abstract, final or empty. | 874 | |
| Missing a Javadoc comment. | 874 | |
| Method 'setRegistration' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| Missing a Javadoc comment. | 878 | |
| Parameter sValue should be final. | 878 | |
| 'if' is not followed by whitespace. | 879 | |
| Method 'getRegistration' is not designed for extension - needs to be abstract, final or empty. | 885 | |
| Missing a Javadoc comment. | 885 | |
| Method 'setFlightTotal' is not designed for extension - needs to be abstract, final or empty. | 889 | |
| Missing a Javadoc comment. | 889 | |
| Parameter dValue should be final. | 889 | |
| Method 'getFlightTotal' is not designed for extension - needs to be abstract, final or empty. | 893 | |
| Missing a Javadoc comment. | 893 | |
| Method 'setPIC' is not designed for extension - needs to be abstract, final or empty. | 897 | |
| Missing a Javadoc comment. | 897 | |
| Parameter dValue should be final. | 897 | |
| Method 'getPIC' is not designed for extension - needs to be abstract, final or empty. | 901 | |
| Missing a Javadoc comment. | 901 | |
| Method 'setSIC' is not designed for extension - needs to be abstract, final or empty. | 906 | |
| Missing a Javadoc comment. | 906 | |
| Parameter dValue should be final. | 906 | |
| Method 'getSIC' is not designed for extension - needs to be abstract, final or empty. | 910 | |
| Missing a Javadoc comment. | 910 | |
| Method 'setCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 915 | |
| Missing a Javadoc comment. | 915 | |
| Parameter dValue should be final. | 915 | |
| Method 'getCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 919 | |
| Missing a Javadoc comment. | 919 | |
| Method 'setFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 923 | |
| Missing a Javadoc comment. | 923 | |
| Parameter dValue should be final. | 923 | |
| Method 'getFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 927 | |
| Missing a Javadoc comment. | 927 | |
| Method 'setSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 931 | |
| Missing a Javadoc comment. | 931 | |
| Parameter dValue should be final. | 931 | |
| Method 'getSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 935 | |
| Missing a Javadoc comment. | 935 | |
| Method 'setDual' is not designed for extension - needs to be abstract, final or empty. | 939 | |
| Missing a Javadoc comment. | 939 | |
| Parameter dValue should be final. | 939 | |
| Method 'getDual' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| Missing a Javadoc comment. | 943 | |
| Method 'setSolo' is not designed for extension - needs to be abstract, final or empty. | 947 | |
| Missing a Javadoc comment. | 947 | |
| Parameter dValue should be final. | 947 | |
| Method 'getSolo' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| Missing a Javadoc comment. | 951 | |
| Method 'setNight' is not designed for extension - needs to be abstract, final or empty. | 956 | |
| Missing a Javadoc comment. | 956 | |
| Parameter dValue should be final. | 956 | |
| Method 'getNight' is not designed for extension - needs to be abstract, final or empty. | 960 | |
| Missing a Javadoc comment. | 960 | |
| Method 'setActualInstrument' is not designed for extension - needs to be abstract, final or empty. | 964 | |
| Missing a Javadoc comment. | 964 | |
| Parameter dValue should be final. | 964 | |
| Method 'getActualInstrument' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| Missing a Javadoc comment. | 968 | |
| Method 'setSimulatedInstrument' is not designed for extension - needs to be abstract, final or empty. | 972 | |
| Missing a Javadoc comment. | 972 | |
| Parameter dValue should be final. | 972 | |
| Method 'getSimulatedInstrument' is not designed for extension - needs to be abstract, final or empty. | 976 | |
| Missing a Javadoc comment. | 976 | |
| Method 'setSimulator' is not designed for extension - needs to be abstract, final or empty. | 980 | |
| Missing a Javadoc comment. | 980 | |
| Parameter dValue should be final. | 980 | |
| Method 'getSimulator' is not designed for extension - needs to be abstract, final or empty. | 984 | |
| Missing a Javadoc comment. | 984 | |
| Method 'setApproaches' is not designed for extension - needs to be abstract, final or empty. | 988 | |
| Missing a Javadoc comment. | 988 | |
| Parameter iValue should be final. | 988 | |
| '{' should be on the previous line. | 990 | |
| Method 'getApproaches' is not designed for extension - needs to be abstract, final or empty. | 995 | |
| Missing a Javadoc comment. | 995 | |
| Method 'setDayLandings' is not designed for extension - needs to be abstract, final or empty. | 999 | |
| Missing a Javadoc comment. | 999 | |
| Parameter iValue should be final. | 999 | |
| '{' should be on the previous line. | 1001 | |
| Method 'getDayLandings' is not designed for extension - needs to be abstract, final or empty. | 1006 | |
| Missing a Javadoc comment. | 1006 | |
| Method 'setDayTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 1010 | |
| Missing a Javadoc comment. | 1010 | |
| Parameter iValue should be final. | 1010 | |
| '{' should be on the previous line. | 1012 | |
| Method 'getDayTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
| Missing a Javadoc comment. | 1017 | |
| Method 'setNightTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 1021 | |
| Missing a Javadoc comment. | 1021 | |
| Parameter iValue should be final. | 1021 | |
| '{' should be on the previous line. | 1023 | |
| Method 'getNightTakeoffs' is not designed for extension - needs to be abstract, final or empty. | 1028 | |
| Missing a Javadoc comment. | 1028 | |
| Method 'setNightLandings' is not designed for extension - needs to be abstract, final or empty. | 1032 | |
| Missing a Javadoc comment. | 1032 | |
| Parameter iValue should be final. | 1032 | |
| '{' should be on the previous line. | 1034 | |
| Method 'getNightLandings' is not designed for extension - needs to be abstract, final or empty. | 1039 | |
| Missing a Javadoc comment. | 1039 | |
| Line is longer than 80 characters. | 1044 | |
| Parameter value should be final. | 1049 | |
| '{' should be on the previous line. | 1051 | |
| '{' should be on the previous line. | 1053 | |
| Missing a Javadoc comment. | 1061 | |
| Missing a Javadoc comment. | 1062 | |
| Missing a Javadoc comment. | 1063 | |
| Missing a Javadoc comment. | 1064 | |
| Missing a Javadoc comment. | 1065 | |
| Missing a Javadoc comment. | 1066 | |
| Missing a Javadoc comment. | 1067 | |
| Missing a Javadoc comment. | 1068 | |
| Missing a Javadoc comment. | 1069 | |
| Missing a Javadoc comment. | 1070 | |
| Missing a Javadoc comment. | 1071 | |
| Missing a Javadoc comment. | 1072 | |
| Missing a Javadoc comment. | 1073 | |
| Missing a Javadoc comment. | 1074 | |
| Missing a Javadoc comment. | 1075 | |
| Missing a Javadoc comment. | 1076 | |
| Missing a Javadoc comment. | 1077 | |
| Missing a Javadoc comment. | 1078 | |
| Missing a Javadoc comment. | 1079 | |
| Missing a Javadoc comment. | 1080 | |
| Missing a Javadoc comment. | 1081 | |
| Missing a Javadoc comment. | 1082 | |
| Missing a Javadoc comment. | 1084 | |
| Missing a Javadoc comment. | 1085 | |
| Missing a Javadoc comment. | 1086 | |
| Missing a Javadoc comment. | 1087 | |
| Missing a Javadoc comment. | 1088 | |
| Missing a Javadoc comment. | 1089 | |
| Missing a Javadoc comment. | 1090 | |
| Missing a Javadoc comment. | 1091 | |
| Missing a Javadoc comment. | 1092 | |
| Missing a Javadoc comment. | 1093 | |
| Missing a Javadoc comment. | 1094 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| '0x3779ff' is a magic number. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '5' is a magic number. | 43 | |
| '.3f' is a magic number. | 43 | |
| '15' is a magic number. | 43 | |
| Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Missing a Javadoc comment. | 51 | |
| ',' is not followed by whitespace. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Parameter colNames should be final. | 55 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter delegate should be final. | 66 | |
| 'delegate' hides a field. | 66 | |
| Method 'refreshModel' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '<' is not preceded with whitespace. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| '>' is not preceded with whitespace. | 75 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter column should be final. | 81 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter row should be final. | 85 | |
| 'row' hides a field. | 85 | |
| Parameter column should be final. | 85 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter rowLine should be final. | 100 | |
| Parameter column should be final. | 100 | |
| 'cast' is not followed by whitespace. | 101 | |
| '5' is a magic number. | 104 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 119 | |
| Method 'getItemAt' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter rowId should be final. | 126 | |
| Method 'removeRow' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter rowId should be final. | 135 | |
| '{' should be on the previous line. | 136 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter columnIndex should be final. | 141 | |
| Missing a Javadoc comment. | 145 | |
| Parameter id should be final. | 145 | |
| 'for' is not followed by whitespace. | 146 | |
| 'if' is not followed by whitespace. | 147 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| 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. | 49 | |
| Missing a Javadoc comment. | 53 | |
| '4' is a magic number. | 101 | |
| '3' is a magic number. | 122 | |
| '4' is a magic number. | 130 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter evt should be final. | 136 | |
| 'if' is not followed by whitespace. | 138 | |
| 'if' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 144 | |
| 'for' is not followed by whitespace. | 146 | |
| 'if' is not followed by whitespace. | 151 | |
| Line is longer than 80 characters. | 152 | |
| 'for' is not followed by whitespace. | 154 | |
| 'if' is not followed by whitespace. | 159 | |
| Method 'getValueObject' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| 'if' is not followed by whitespace. | 170 | |
| 'if' is not followed by whitespace. | 173 | |
| 'if' is not followed by whitespace. | 176 | |
| 'if' is not followed by whitespace. | 179 | |
| 'if' is not followed by whitespace. | 182 | |
| 'if' is not followed by whitespace. | 185 | |
| 'if' is not followed by whitespace. | 188 | |
| 'if' is not followed by whitespace. | 191 | |
| 'if' is not followed by whitespace. | 194 | |
| 'if' is not followed by whitespace. | 197 | |
| 'if' is not followed by whitespace. | 200 | |
| 'if' is not followed by whitespace. | 203 | |
| 'if' is not followed by whitespace. | 206 | |
| 'if' is not followed by whitespace. | 209 | |
| 'if' is not followed by whitespace. | 212 | |
| 'if' is not followed by whitespace. | 215 | |
| 'if' is not followed by whitespace. | 218 | |
| 'if' is not followed by whitespace. | 221 | |
| 'if' is not followed by whitespace. | 224 | |
| 'if' is not followed by whitespace. | 227 | |
| 'if' is not followed by whitespace. | 230 | |
| 'if' is not followed by whitespace. | 233 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| '{' is not preceded with whitespace. | 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. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 61 | |
| '5' is a magic number. | 62 | |
| '5' is a magic number. | 63 | |
| '5' is a magic number. | 64 | |
| '5' is a magic number. | 65 | |
| '10' is a magic number. | 68 | |
| '10' is a magic number. | 69 | |
| '10' is a magic number. | 70 | |
| Line is longer than 80 characters. | 71 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 105 | |
| '4' is a magic number. | 110 | |
| '4' is a magic number. | 115 | |
| '5' is a magic number. | 121 | |
| '5' is a magic number. | 128 | |
| '6' is a magic number. | 133 | |
| '6' is a magic number. | 140 | |
| '7' is a magic number. | 145 | |
| '7' is a magic number. | 152 | |
| '8' is a magic number. | 157 | |
| '8' is a magic number. | 164 | |
| Method 'getTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Method 'setTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter trueAirspeed should be final. | 179 | |
| 'trueAirspeed' hides a field. | 179 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Method 'setWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter windSpeed should be final. | 193 | |
| 'windSpeed' hides a field. | 193 | |
| Method 'getTrueCourse' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Method 'setTrueCourse' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter trueCourse should be final. | 207 | |
| 'trueCourse' hides a field. | 207 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Method 'setWindDirection' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter trueCourse should be final. | 221 | |
| 'trueCourse' hides a field. | 221 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Line is longer than 80 characters. | 234 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Variable 'columnGroups' must be private and have accessor methods. | 39 | |
| Method 'addColumnGroup' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter columnGroup should be final. | 46 | |
| Method 'columnGroupIterator' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'getColumnGroup' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter index should be final. | 64 | |
| 'if' is not followed by whitespace. | 65 | |
| 'cast' is not followed by whitespace. | 66 | |
| Method 'getColumnGroups' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter col should be final. | 77 | |
| 'if' construct must use '{}'s. | 78 | |
| 'cast' is not followed by whitespace. | 81 | |
| Name 'v_ret' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| 'cast' is not followed by whitespace. | 82 | |
| ',' is not followed by whitespace. | 82 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 16 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 23 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 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. | 62 | |
| Parameter comp should be final. | 62 | |
| Parameter bDisplaySelect should be final. | 62 | |
| '0x522aec' is a magic number. | 63 | |
| Line is longer than 80 characters. | 64 | |
| '5' is a magic number. | 64 | |
| '.3f' is a magic number. | 64 | |
| '15' is a magic number. | 64 | |
| '{' should be on the previous line. | 67 | |
| 'if' is not followed by whitespace. | 70 | |
| '3' is a magic number. | 74 | |
| Line is longer than 80 characters. | 77 | |
| ',' is not followed by whitespace. | 77 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 86 | |
| '20' is a magic number. | 87 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 114 | |
| Method 'refreshModel' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Method 'getSelectedRow' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Method 'setSelectedRow' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter value should be final. | 130 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter evt should be final. | 136 | |
| '{' should be on the previous line. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Missing a Javadoc comment. | 145 | |
| ')' is preceded with whitespace. | 148 | |
| 'aircraftType' hides a field. | 149 | |
| 'if' is not followed by whitespace. | 150 | |
| Method 'keyTyped' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter kvt should be final. | 158 | |
| Missing a Javadoc comment. | 162 | |
| Parameter evt should be final. | 162 | |
| Missing a Javadoc comment. | 166 | |
| Parameter evt should be final. | 166 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Method 'isEntryDate' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'setEntryDate' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter entryDate should be final. | 29 | |
| 'entryDate' hides a field. | 29 | |
| Method 'isRegistration' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setRegistration' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter registration should be final. | 37 | |
| 'registration' hides a field. | 37 | |
| Method 'isFAAFrom' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'setFAAFrom' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter FAAFrom should be final. | 45 | |
| 'FAAFrom' hides a field. | 45 | |
| Name 'FAAFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| Method 'isVia' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'setVia' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter via should be final. | 53 | |
| 'via' hides a field. | 53 | |
| Method 'isFAATo' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'setFAATo' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter FAATo should be final. | 61 | |
| 'FAATo' hides a field. | 61 | |
| Name 'FAATo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| Method 'isFlightDuration' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'setFlightDuration' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter flightDuration should be final. | 69 | |
| 'flightDuration' hides a field. | 69 | |
| Method 'isPIC' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setPIC' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter PIC should be final. | 77 | |
| 'PIC' hides a field. | 77 | |
| Name 'PIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| Method 'isSIC' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setSIC' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter SIC should be final. | 85 | |
| 'SIC' hides a field. | 85 | |
| Name 'SIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| Method 'isCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter crossCountry should be final. | 93 | |
| 'crossCountry' hides a field. | 93 | |
| Method 'isFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Method 'setFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter flightInstructing should be final. | 101 | |
| 'flightInstructing' hides a field. | 101 | |
| Method 'isSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter safetyPilot should be final. | 109 | |
| 'safetyPilot' hides a field. | 109 | |
| Method 'isDualReceived' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'setDualReceived' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter dualReceived should be final. | 117 | |
| Method 'isSolo' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'setSolo' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter solo should be final. | 125 | |
| Method 'isDayTakeoff' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Method 'setDayTakeoff' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter dayTakeoff should be final. | 133 | |
| 'dayTakeoff' hides a field. | 133 | |
| Method 'isDayLanding' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'setDayLanding' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter dayLanding should be final. | 141 | |
| 'dayLanding' hides a field. | 141 | |
| Method 'isNightTakeoff' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Method 'setNightTakeoff' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter nightTakeoff should be final. | 149 | |
| 'nightTakeoff' hides a field. | 149 | |
| Method 'isNightLanding' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Method 'setNightLanding' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter nightLanding should be final. | 157 | |
| 'nightLanding' hides a field. | 157 | |
| Method 'isInstrumentApproaches' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Method 'setInstrumentApproaches' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Parameter instrumentApproaches should be final. | 165 | |
| 'instrumentApproaches' hides a field. | 165 | |
| Method 'isConditionNight' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Method 'setConditionNight' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| Missing a Javadoc comment. | 173 | |
| Parameter conditionNight should be final. | 173 | |
| 'conditionNight' hides a field. | 173 | |
| Method 'isActualIMC' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Method 'setActualIMC' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter actualIMC should be final. | 181 | |
| 'actualIMC' hides a field. | 181 | |
| Method 'isSimulatedIMC' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Method 'setSimulatedIMC' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter simulatedIMC should be final. | 189 | |
| 'simulatedIMC' hides a field. | 189 | |
| Method 'isFlightSim' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Method 'setFlightSim' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Parameter flightSim should be final. | 197 | |
| 'flightSim' hides a field. | 197 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 203 | |
| Name 'FAAFrom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| Missing a Javadoc comment. | 204 | |
| Missing a Javadoc comment. | 205 | |
| Name 'FAATo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 207 | |
| Name 'PIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| Missing a Javadoc comment. | 208 | |
| Name 'SIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 212 | |
| Name 'DualReceived' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| Missing a Javadoc comment. | 213 | |
| Name 'Solo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| Missing a Javadoc comment. | 214 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 219 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 221 | |
| Missing a Javadoc comment. | 222 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.wcb.gui.dialog.*. | 3 | |
| Using the '.*' form of import should be avoided - org.wcb.gui.event.*. | 4 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 17 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 21 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 56 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 68 | |
| Parameter frame should be final. | 68 | |
| 'frame' hides a field. | 68 | |
| Missing a Javadoc comment. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 123 | |
| Line is longer than 80 characters. | 125 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '3' is a magic number. | 137 | |
| Line is longer than 80 characters. | 142 | |
| '4' is a magic number. | 142 | |
| Line is longer than 80 characters. | 145 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter evt should be final. | 150 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 195 | |
| '}' should be on the same line. | 201 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Missing a Javadoc comment. | 234 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 247 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| 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. | 45 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 56 | |
| '5' is a magic number. | 57 | |
| '5' is a magic number. | 58 | |
| '5' is a magic number. | 59 | |
| '20' is a magic number. | 63 | |
| '20' is a magic number. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '3' is a magic number. | 97 | |
| '3' is a magic number. | 103 | |
| '4' is a magic number. | 110 | |
| '4' is a magic number. | 117 | |
| '5' is a magic number. | 123 | |
| '5' is a magic number. | 129 | |
| '6' is a magic number. | 135 | |
| '6' is a magic number. | 141 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Method 'setWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter windSpeed should be final. | 156 | |
| 'windSpeed' hides a field. | 156 | |
| Method 'getRunwayDirection' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Method 'setRunwayDirection' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter runwayDirection should be final. | 170 | |
| 'runwayDirection' hides a field. | 170 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Method 'setWindDirection' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter windDirection should be final. | 184 | |
| 'windDirection' hides a field. | 184 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Line is longer than 80 characters. | 194 | |
| '+' is not preceded with whitespace. | 194 | |
| Line is longer than 80 characters. | 195 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Method 'getGroundSpeed' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Method 'setGroundSpeed' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter gs should be final. | 24 | |
| Method 'getTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter ta should be final. | 32 | |
| Method 'getCourse' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'setCourse' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter crs should be final. | 40 | |
| Method 'getHeading' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setHeading' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter hdg should be final. | 48 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 55 | |
| '4' is a magic number. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '{' should be on the previous line. | 58 | |
| '{' should be on the previous line. | 62 | |
| Line has trailing spaces. | 67 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'pressed' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Parameter text should be final. | 44 | |
| Method 'getPreferredSize' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '50f' is a magic number. | 52 | |
| '30f' is a magic number. | 52 | |
| '1.4f' is a magic number. | 54 | |
| '.3f' is a magic number. | 56 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter g should be final. | 60 | |
| Line is longer than 80 characters. | 62 | |
| '50f' is a magic number. | 66 | |
| '30f' is a magic number. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 71 | |
| Method 'drawLiquidButton' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter base should be final. | 71 | |
| Parameter width should be final. | 71 | |
| Parameter height should be final. | 71 | |
| Parameter text should be final. | 71 | |
| Parameter scale should be final. | 71 | |
| Parameter g2 should be final. | 71 | |
| '0.04f' is a magic number. | 74 | |
| '0.1f' is a magic number. | 76 | |
| '0.04f' is a magic number. | 83 | |
| '0.04f' is a magic number. | 92 | |
| Method 'drawDropShadow' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter w should be final. | 97 | |
| Parameter h should be final. | 97 | |
| Parameter scale should be final. | 97 | |
| Parameter g2 should be final. | 97 | |
| '50' is a magic number. | 98 | |
| Line is longer than 80 characters. | 99 | |
| '-.04f' is a magic number. | 99 | |
| '.02f' is a magic number. | 99 | |
| '.08f' is a magic number. | 99 | |
| '0.08f' is a magic number. | 99 | |
| '1.04f' is a magic number. | 99 | |
| '1.04f' is a magic number. | 99 | |
| '100' is a magic number. | 100 | |
| '0.06f' is a magic number. | 101 | |
| Line is longer than 80 characters. | 105 | |
| Method 'drawButtonBody' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter w should be final. | 105 | |
| Parameter h should be final. | 105 | |
| Parameter scale should be final. | 105 | |
| Parameter base should be final. | 105 | |
| Parameter g2 should be final. | 105 | |
| Name 'grad_top' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| Name 'grad_bot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 110 | |
| '75' is a magic number. | 113 | |
| Line is longer than 80 characters. | 115 | |
| '.4f' is a magic number. | 115 | |
| '.4f' is a magic number. | 115 | |
| '.8f' is a magic number. | 115 | |
| '.5f' is a magic number. | 115 | |
| '.6f' is a magic number. | 115 | |
| '.4f' is a magic number. | 115 | |
| Missing a Javadoc comment. | 118 | |
| Parameter color should be final. | 118 | |
| Parameter alpha should be final. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 122 | |
| Method 'drawText' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter w should be final. | 122 | |
| Parameter h should be final. | 122 | |
| Parameter scale should be final. | 122 | |
| Parameter text should be final. | 122 | |
| Parameter g2 should be final. | 122 | |
| Line is longer than 80 characters. | 126 | |
| '70' is a magic number. | 132 | |
| Line is longer than 80 characters. | 133 | |
| '0.04f' is a magic number. | 133 | |
| '0.04f' is a magic number. | 133 | |
| Line is longer than 80 characters. | 138 | |
| Method 'drawHighlight' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Parameter w should be final. | 138 | |
| Parameter h should be final. | 138 | |
| Parameter scale should be final. | 138 | |
| Parameter base should be final. | 138 | |
| Parameter g2 should be final. | 138 | |
| '0.2f' is a magic number. | 141 | |
| '0.2f' is a magic number. | 141 | |
| '255' is a magic number. | 142 | |
| '255' is a magic number. | 142 | |
| '255' is a magic number. | 142 | |
| '175' is a magic number. | 142 | |
| '0.2f' is a magic number. | 143 | |
| '0.55f' is a magic number. | 143 | |
| '255' is a magic number. | 144 | |
| '255' is a magic number. | 144 | |
| '255' is a magic number. | 144 | |
| '0.2f' is a magic number. | 147 | |
| '0.1f' is a magic number. | 147 | |
| '0.4f' is a magic number. | 148 | |
| '0.4f' is a magic number. | 148 | |
| '0.8f' is a magic number. | 148 | |
| '0.4f' is a magic number. | 148 | |
| '0.2f' is a magic number. | 149 | |
| '0.1f' is a magic number. | 149 | |
| '0.4f' is a magic number. | 150 | |
| '0.4f' is a magic number. | 150 | |
| '0.8f' is a magic number. | 150 | |
| '0.4f' is a magic number. | 150 | |
| Method 'drawBorder' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Parameter w should be final. | 153 | |
| Parameter h should be final. | 153 | |
| Parameter scale should be final. | 154 | |
| Parameter g2 should be final. | 154 | |
| '150' is a magic number. | 156 | |
| Line is longer than 80 characters. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter g2 should be final. | 163 | |
| Parameter x should be final. | 163 | |
| Parameter y should be final. | 163 | |
| Parameter w should be final. | 163 | |
| Parameter h should be final. | 163 | |
| Parameter ax should be final. | 163 | |
| Parameter ay should be final. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Missing a Javadoc comment. | 168 | |
| Parameter g2 should be final. | 168 | |
| Parameter x should be final. | 169 | |
| Parameter y should be final. | 169 | |
| Parameter w should be final. | 170 | |
| Parameter h should be final. | 170 | |
| Parameter ax should be final. | 171 | |
| Parameter ay should be final. | 171 | |
| Missing a Javadoc comment. | 180 | |
| Parameter evt should be final. | 180 | |
| Missing a Javadoc comment. | 181 | |
| Parameter evt should be final. | 181 | |
| Missing a Javadoc comment. | 182 | |
| Parameter evt should be final. | 182 | |
| Method 'mouseReleased' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter evt should be final. | 183 | |
| Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter evt should be final. | 186 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 31 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 34 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 56 | |
| 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. | 75 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| 'if' is not followed by whitespace. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Method 'getCardPanel' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 96 | |
| '{' should be on the previous line. | 99 | |
| '}' should be on the same line. | 103 | |
| '{' should be on the previous line. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '{' should be on the previous line. | 113 | |
| '100' is a magic number. | 117 | |
| '500' is a magic number. | 122 | |
| '800' is a magic number. | 123 | |
| '620' is a magic number. | 123 | |
| Line is longer than 80 characters. | 125 | |
| '}' should be on the same line. | 129 | |
| '{' should be on the previous line. | 131 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 144 | |
| '}' should be on the same line. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Method 'refreshSummaryReport' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Method 'setLogEntryForm' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter oValue should be final. | 158 | |
| Method 'getLogEntryForm' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Method 'refreshLogbookView' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 175 | |
| Line is longer than 80 characters. | 178 | |
| '0x8a84ab' is a magic number. | 183 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 191 | |
| '0x3779ff' is a magic number. | 191 | |
| Line is longer than 80 characters. | 192 | |
| '5' is a magic number. | 192 | |
| '.3f' is a magic number. | 192 | |
| '10' is a magic number. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 217 | |
| Method 'showJDialogAsSheet' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Parameter dialog should be final. | 230 | |
| Method 'hideSheet' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 249 | |
| Parameter args should be final. | 249 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 16 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Utility classes should not have a public or default constructor. | 46 | |
| Parameter encoded should be final. | 53 | |
| Array brackets at illegal position. | 55 | |
| '3' is a magic number. | 55 | |
| Line is longer than 80 characters. | 58 | |
| '{' should be on the previous line. | 62 | |
| Avoid nested blocks. | 64 | |
| '}' should be on the same line. | 72 | |
| '26' is a magic number. | 74 | |
| '}' should be on the same line. | 75 | |
| '52' is a magic number. | 77 | |
| '}' should be on the same line. | 78 | |
| '62' is a magic number. | 80 | |
| '}' should be on the same line. | 81 | |
| '63' is a magic number. | 83 | |
| '}' should be on the same line. | 84 | |
| '}' should be on the same line. | 87 | |
| switch without "default" clause. | 93 | |
| '{' should be on the previous line. | 94 | |
| '4' is a magic number. | 96 | |
| '0x0F' is a magic number. | 97 | |
| '4' is a magic number. | 97 | |
| '3' is a magic number. | 99 | |
| '0x03' is a magic number. | 100 | |
| '6' is a magic number. | 100 | |
| '4' is a magic number. | 102 | |
| '4' is a magic number. | 106 | |
| Avoid inline conditionals. | 106 | |
| '{' should be on the previous line. | 111 | |
| '3' is a magic number. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Avoid inline conditionals. | 113 | |
| '4' is a magic number. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Avoid inline conditionals. | 115 | |
| '}' should be on the same line. | 118 | |
| Avoid inline conditionals. | 120 | |
| Missing a Javadoc comment. | 125 | |
| 'static' modifier out of order with the JLS suggestions. | 125 | |
| Name 'base64' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 | |
| Parameter data should be final. | 133 | |
| Array brackets at illegal position. | 135 | |
| '4' is a magic number. | 135 | |
| '{' should be on the previous line. | 143 | |
| Avoid inline conditionals. | 144 | |
| '0x7F' is a magic number. | 144 | |
| '128' is a magic number. | 144 | |
| switch without "default" clause. | 145 | |
| '{' should be on the previous line. | 146 | |
| Line contains a tab character. | 146 | |
| '0x03' is a magic number. | 147 | |
| '4' is a magic number. | 149 | |
| '4' is a magic number. | 149 | |
| '0x0F' is a magic number. | 150 | |
| '3' is a magic number. | 152 | |
| '6' is a magic number. | 152 | |
| '3' is a magic number. | 153 | |
| '0x3F' is a magic number. | 153 | |
| '19' is a magic number. | 158 | |
| '3' is a magic number. | 163 | |
| Avoid inline conditionals. | 163 | |
| switch without "default" clause. | 167 | |
| '{' should be on the previous line. | 168 | |
| '4' is a magic number. | 169 | |
| '3' is a magic number. | 170 | |
| Inner assignments should be avoided. | 170 | |
| '3' is a magic number. | 173 | |
| '3' is a magic number. | 175 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Parameter urlLocation should be final. | 192 | |
| '}' should be on the same line. | 195 | |
| '}' should be on the same line. | 198 | |
| '}' should be on the same line. | 201 | |
| Line is longer than 80 characters. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Parameter file should be final. | 208 | |
| Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 208 | |
| '1024' is a magic number. | 209 | |
| '{' should be on the previous line. | 213 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Name 'grad_even' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| '0xf6f5f4' is a magic number. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Name 'grad_odd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| '0xa7a5a3' is a magic number. | 36 | |
| Method 'getGradEven' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Method 'setGradEven' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter grad_even should be final. | 43 | |
| 'grad_even' hides a field. | 43 | |
| Name 'grad_even' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| Method 'getGradOdd' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'setGradOdd' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter grad_odd should be final. | 51 | |
| 'grad_odd' hides a field. | 51 | |
| Name 'grad_odd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter g should be final. | 55 | |
| Missing a Javadoc comment. | 67 | |
| Parameter args should be final. | 67 | |
| '200' is a magic number. | 70 | |
| '300' is a magic number. | 70 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 16 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 19 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 39 | |
| 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. | 57 | |
| Missing a Javadoc comment. | 64 | |
| Parameter form should be final. | 64 | |
| 'form' hides a field. | 64 | |
| Method 'setAirport' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter oValue should be final. | 72 | |
| Method 'getAirport' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| First sentence should end with a period. | 86 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 95 | |
| ',' is not followed by whitespace. | 121 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter event should be final. | 128 | |
| '{' should be on the previous line. | 131 | |
| Line is longer than 80 characters. | 132 | |
| '{' should be on the previous line. | 137 | |
| Missing a Javadoc comment. | 143 | |
| '{' is followed by whitespace. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| '{' should be on the previous line. | 166 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 13 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 46 | |
| '0x3779ff' is a magic number. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '5' is a magic number. | 48 | |
| '.3f' is a magic number. | 48 | |
| '15' is a magic number. | 48 | |
| '5' is a magic number. | 59 | |
| '5' is a magic number. | 64 | |
| ',' is not followed by whitespace. | 67 | |
| Line is longer than 80 characters. | 70 | |
| '10' is a magic number. | 77 | |
| '10' is a magic number. | 78 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 101 | |
| '3' is a magic number. | 108 | |
| '3' is a magic number. | 140 | |
| '3' is a magic number. | 146 | |
| Line is longer than 80 characters. | 155 | |
| Missing a Javadoc comment. | 159 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 174 | |
| '3' is a magic number. | 181 | |
| '4' is a magic number. | 188 | |
| '4' is a magic number. | 189 | |
| Line is longer than 80 characters. | 190 | |
| '4' is a magic number. | 193 | |
| '4' is a magic number. | 194 | |
| '5' is a magic number. | 198 | |
| '4' is a magic number. | 199 | |
| '3' is a magic number. | 238 | |
| '3' is a magic number. | 244 | |
| '3' is a magic number. | 249 | |
| '5' is a magic number. | 254 | |
| '5' is a magic number. | 260 | |
| '3' is a magic number. | 261 | |
| Method 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Parameter evt should be final. | 267 | |
| Method 'loadApplicant' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Missing a Javadoc comment. | 283 | |
| Parameter app should be final. | 283 | |
| 'if' is not followed by whitespace. | 284 | |
| First sentence should end with a period. | 302 | |
| Parameter bVal should be final. | 307 | |
| First sentence should end with a period. | 317 | |
| Parameter bVal should be final. | 322 | |
| Expected @param tag for 'bVal'. | 322 | |
| Method 'getHair' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Missing a Javadoc comment. | 327 | |
| Method 'getEyes' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Missing a Javadoc comment. | 331 | |
| Method 'getApplicantHeight' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Missing a Javadoc comment. | 335 | |
| Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| Missing a Javadoc comment. | 339 | |
| Method 'getSex' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| Missing a Javadoc comment. | 343 | |
| Method 'hasMedical' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Missing a Javadoc comment. | 350 | |
| Method 'getMedicalIssueDate' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Missing a Javadoc comment. | 354 | |
| Method 'getMedicalClass' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Missing a Javadoc comment. | 358 | |
| Method 'getNameOfExaminer' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Missing a Javadoc comment. | 362 | |
| Method 'hasFelony' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Missing a Javadoc comment. | 366 | |
| Method 'getDateFinalConviction' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Missing a Javadoc comment. | 370 | |
| Missing a Javadoc comment. | 375 | |
| Missing a Javadoc comment. | 376 | |
| Missing a Javadoc comment. | 377 | |
| Missing a Javadoc comment. | 378 | |
| Missing a Javadoc comment. | 379 | |
| Missing a Javadoc comment. | 380 | |
| Missing a Javadoc comment. | 381 | |
| Missing a Javadoc comment. | 382 | |
| Missing a Javadoc comment. | 383 | |
| Missing a Javadoc comment. | 384 | |
| Missing a Javadoc comment. | 385 | |
| Missing a Javadoc comment. | 386 | |
| Missing a Javadoc comment. | 387 | |
| Missing a Javadoc comment. | 388 | |
| Missing a Javadoc comment. | 389 | |
| Missing a Javadoc comment. | 390 | |
| Missing a Javadoc comment. | 391 | |
| Missing a Javadoc comment. | 392 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Name 'LOG' 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. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Parameter owner should be final. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Parameter owner should be final. | 64 | |
| Parameter modal should be final. | 64 | |
| Redundant throws: 'HeadlessException' is unchecked exception. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Parameter owner should be final. | 69 | |
| Parameter title should be final. | 69 | |
| Redundant throws: 'HeadlessException' is unchecked exception. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Parameter owner should be final. | 74 | |
| Parameter title should be final. | 74 | |
| Parameter modal should be final. | 74 | |
| Redundant throws: 'HeadlessException' is unchecked exception. | 75 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 80 characters. | 94 | |
| '17' is a magic number. | 94 | |
| '12' is a magic number. | 94 | |
| '11' is a magic number. | 94 | |
| '5' is a magic number. | 94 | |
| Line is longer than 80 characters. | 95 | |
| '17' is a magic number. | 95 | |
| '11' is a magic number. | 95 | |
| '11' is a magic number. | 95 | |
| Method 'getPanel' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Method 'setPanel' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter panel should be final. | 103 | |
| 'panel' hides a field. | 103 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter evt should be final. | 110 | |
| Method 'keyTyped' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter evt should be final. | 131 | |
| Missing a Javadoc comment. | 141 | |
| Parameter evt should be final. | 141 | |
| '{' is not followed by whitespace. | 141 | |
| '}' is not preceded with whitespace. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Parameter evt should be final. | 142 | |
| '{' is not followed by whitespace. | 142 | |
| '}' is not preceded with whitespace. | 142 | |
| Missing a Javadoc comment. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 152 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 56 | |
| '+' should be on a new line. | 56 | |
| Line is longer than 80 characters. | 57 | |
| '+' should be on a new line. | 57 | |
| Line is longer than 80 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getDao' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter dao should be final. | 36 | |
| First sentence should end with a period. | 40 | |
| Method 'findEntry' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter i should be final. | 46 | |
| Expected @throws tag for 'ManagerException'. | 46 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '}' should be on the same line. | 55 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 58 | |
| First sentence should end with a period. | 63 | |
| Line is longer than 80 characters. | 68 | |
| Method 'saveApplicant' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Parameter entry should be final. | 68 | |
| Expected @throws tag for 'ManagerException'. | 68 | |
| '{' should be on the previous line. | 70 | |
| '}' should be on the same line. | 72 | |
| Line is longer than 80 characters. | 74 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 51 | |
| '5' is a magic number. | 52 | |
| '5' is a magic number. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '3' is a magic number. | 82 | |
| '4' is a magic number. | 85 | |
| '4' is a magic number. | 85 | |
| '3' is a magic number. | 89 | |
| '3' is a magic number. | 95 | |
| '3' is a magic number. | 96 | |
| '3' is a magic number. | 101 | |
| '3' is a magic number. | 102 | |
| Method 'getTempuratureCelsius' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Method 'setTempuratureCelsius' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter tempuratureCelsius should be final. | 117 | |
| 'tempuratureCelsius' hides a field. | 117 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 123 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| 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. | 43 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| '5' is a magic number. | 54 | |
| '5' is a magic number. | 55 | |
| '5' is a magic number. | 58 | |
| Line is longer than 80 characters. | 59 | |
| '3' is a magic number. | 92 | |
| '3' is a magic number. | 98 | |
| '4' is a magic number. | 105 | |
| '4' is a magic number. | 111 | |
| '4' is a magic number. | 117 | |
| Method 'getCentigrade' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Method 'setCentigrade' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter centigrade should be final. | 132 | |
| 'centigrade' hides a field. | 132 | |
| Method 'getAltitude' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Method 'setAltitude' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter altitude should be final. | 146 | |
| 'altitude' hides a field. | 146 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 15 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 16 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| '12' is a magic number. | 61 | |
| Line is longer than 80 characters. | 62 | |
| '0.02' is a magic number. | 64 | |
| Line has trailing spaces. | 65 | |
| Missing a Javadoc comment. | 68 | |
| Line is longer than 80 characters. | 69 | |
| '12' is a magic number. | 72 | |
| Line is longer than 80 characters. | 73 | |
| '0.02' is a magic number. | 75 | |
| Missing a Javadoc comment. | 80 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| 'for' is not followed by whitespace. | 86 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 3 | |
| interfaces should describe a type and hence have methods. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Redundant 'static' modifier. | 5 | |
| Missing a Javadoc comment. | 7 | |
| Redundant 'static' modifier. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Redundant 'static' modifier. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'static' modifier. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'static' modifier. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'static' modifier. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'static' modifier. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'static' modifier. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'static' modifier. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'static' modifier. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'static' modifier. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'static' modifier. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'static' modifier. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'static' modifier. | 31 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - javax.swing.text.*. | 4 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 5 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| '0xefd67a' is a magic number. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Parameter textString should be final. | 45 | |
| Method 'setBackground' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter color should be final. | 50 | |
| Method 'getTextPane' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Method 'createTextPane' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter initString should be final. | 75 | |
| '=' is not preceded with whitespace. | 85 | |
| '=' is not followed by whitespace. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Method 'getTrueCourse' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Method 'setTrueCourse' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter course should be final. | 26 | |
| Method 'getTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter airspeed should be final. | 34 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'setWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter wspeed should be final. | 42 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setWindDirection' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter wdirection should be final. | 50 | |
| First sentence should end with a period. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| '{' should be on the previous line. | 63 | |
| Line is longer than 80 characters. | 64 | |
| '{' should be on the previous line. | 68 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '180' is a magic number. | 77 | |
| Method 'getHeading' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'getGroundSpeed' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'getWindCorrectionAngle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 |
| Violation | Message | Line |
|---|---|---|
| Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Parameter wt should be final. | 26 | |
| Method 'getArm' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Method 'setArm' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter darm should be final. | 42 | |
| Method 'getMoment' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Method 'setMoment' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter mmnt should be final. | 58 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| '{' should be on the previous line. | 69 | |
| '}' should be on the same line. | 71 | |
| '{' should be on the previous line. | 73 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 15 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 16 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 61 | |
| '12' is a magic number. | 64 | |
| Line is longer than 80 characters. | 65 | |
| '.5f' is a magic number. | 67 | |
| '0.02' is a magic number. | 68 | |
| Missing a Javadoc comment. | 72 | |
| Line is longer than 80 characters. | 74 | |
| '12' is a magic number. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '.5f' is a magic number. | 80 | |
| '0.02' is a magic number. | 81 | |
| Missing a Javadoc comment. | 86 | |
| '<' is not preceded with whitespace. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| '>' is not preceded with whitespace. | 87 | |
| 'for' is not followed by whitespace. | 99 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 39 | |
| 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 | |
| '{' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '}' is not preceded with whitespace. | 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. | 54 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 61 | |
| '255' is a magic number. | 67 | |
| '215' is a magic number. | 67 | |
| '215' is a magic number. | 67 | |
| Line is longer than 80 characters. | 69 | |
| '5' is a magic number. | 70 | |
| '7' is a magic number. | 70 | |
| '5' is a magic number. | 70 | |
| '5' is a magic number. | 70 | |
| 'if' is not followed by whitespace. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '12' is a magic number. | 80 | |
| '12' is a magic number. | 80 | |
| '7' is a magic number. | 80 | |
| '11' is a magic number. | 80 | |
| '36' is a magic number. | 83 | |
| '7' is a magic number. | 83 | |
| '11' is a magic number. | 83 | |
| Line is longer than 80 characters. | 89 | |
| '36' is a magic number. | 89 | |
| '11' is a magic number. | 89 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 99 | |
| '12' is a magic number. | 99 | |
| '12' is a magic number. | 99 | |
| '11' is a magic number. | 99 | |
| '11' is a magic number. | 99 | |
| Line is longer than 80 characters. | 100 | |
| '24' is a magic number. | 100 | |
| '11' is a magic number. | 100 | |
| '7' is a magic number. | 100 | |
| Missing a Javadoc comment. | 111 | |
| '15' is a magic number. | 117 | |
| '15' is a magic number. | 121 | |
| '5' is a magic number. | 132 | |
| '11' is a magic number. | 132 | |
| '5' is a magic number. | 142 | |
| '5' is a magic number. | 149 | |
| '11' is a magic number. | 149 | |
| '5' is a magic number. | 159 | |
| '5' is a magic number. | 166 | |
| '11' is a magic number. | 166 | |
| '5' is a magic number. | 176 | |
| '3' is a magic number. | 181 | |
| '5' is a magic number. | 184 | |
| '11' is a magic number. | 184 | |
| Missing a Javadoc comment. | 189 | |
| '{' is not preceded with whitespace. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Method 'updateUser' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 212 | |
| Redundant 'public' modifier. | 212 | |
| Missing a Javadoc comment. | 213 | |
| Redundant 'public' modifier. | 213 | |
| Missing a Javadoc comment. | 214 | |
| Redundant 'public' modifier. | 214 | |
| First sentence should end with a period. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 221 | |
| Missing a Javadoc comment. | 222 | |
| '15' is a magic number. | 223 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 228 | |
| Parameter userName should be final. | 228 | |
| Missing a Javadoc comment. | 231 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 41 | |
| Utility classes should not have a public or default constructor. | 45 | |
| Parameter frame should be final. | 52 | |
| ')' is preceded with whitespace. | 55 | |
| '/' is not preceded with whitespace. | 55 | |
| '/' is not followed by whitespace. | 55 | |
| '/' is not preceded with whitespace. | 56 | |
| '/' is not followed by whitespace. | 56 | |
| ',' is not followed by whitespace. | 57 | |
| Parameter dialog should be final. | 64 | |
| ')' is preceded with whitespace. | 67 | |
| '/' is not preceded with whitespace. | 67 | |
| '/' is not followed by whitespace. | 67 | |
| '/' is not preceded with whitespace. | 68 | |
| '/' is not followed by whitespace. | 68 | |
| ',' is not followed by whitespace. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Parameter resource should be final. | 78 | |
| Parameter base64 should be final. | 88 | |
| Expected @param tag for 'base64'. | 88 | |
| Missing a Javadoc comment. | 92 | |
| Parameter fileName should be final. | 92 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 120 | |
| Parameter fileName should be final. | 123 | |
| Line is longer than 80 characters. | 126 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 20 | |
| '{' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getLogbookService' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'setLogbookService' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter logbookService should be final. | 39 | |
| 'logbookService' hides a field. | 39 | |
| Method 'getAllAircraft' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '{' should be on the previous line. | 45 | |
| '}' should be on the same line. | 47 | |
| '{' should be on the previous line. | 49 | |
| Method 'saveAircraftType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter type should be final. | 55 | |
| '{' should be on the previous line. | 57 | |
| '}' should be on the same line. | 60 | |
| '{' should be on the previous line. | 62 | |
| Method 'getAircraftTypes' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '}' should be on the same line. | 75 | |
| '{' should be on the previous line. | 77 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| '<' is not preceded with whitespace. | 78 | |
| '<' is not followed by whitespace. | 78 | |
| '>' is not preceded with whitespace. | 78 | |
| '>' is not followed by whitespace. | 78 | |
| First sentence should end with a period. | 84 | |
| Method 'getAircraftType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter id should be final. | 89 | |
| '{' should be on the previous line. | 91 | |
| '}' should be on the same line. | 93 | |
| '{' should be on the previous line. | 95 | |
| ',' is not followed by whitespace. | 98 | |
| ',' is not followed by whitespace. | 98 | |
| ',' is not followed by whitespace. | 98 | |
| Line is longer than 80 characters. | 105 | |
| Method 'saveAircraft' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter craft should be final. | 107 | |
| '{' should be on the previous line. | 109 | |
| '}' should be on the same line. | 111 | |
| Line is longer than 80 characters. | 122 | |
| Method 'deleteAircraft' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter craft should be final. | 124 | |
| '{' should be on the previous line. | 126 | |
| '}' should be on the same line. | 128 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 51 | |
| Parameter colNames should be final. | 51 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter delegate should be final. | 62 | |
| 'delegate' hides a field. | 62 | |
| Method 'refreshModel' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter column should be final. | 76 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter row should be final. | 80 | |
| 'row' hides a field. | 80 | |
| Parameter column should be final. | 80 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter rowLine should be final. | 95 | |
| Parameter column should be final. | 95 | |
| 'cast' is not followed by whitespace. | 96 | |
| '4' is a magic number. | 99 | |
| Line is longer than 80 characters. | 109 | |
| Method 'getItemAt' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter rowId should be final. | 121 | |
| Method 'removeRow' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter rowId should be final. | 130 | |
| '{' should be on the previous line. | 131 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter columnIndex should be final. | 136 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| 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. | 59 | |
| Missing a Javadoc comment. | 63 | |
| Method 'getValueObject' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Line is longer than 80 characters. | 134 | |
| Method 'getjCheckBoxEntryDate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Method 'setjCheckBoxEntryDate' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter bValue should be final. | 142 | |
| Method 'getjCheckBoxRegistration' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Method 'setjCheckBoxRegistration' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter bValue should be final. | 150 | |
| Method 'getjCheckBoxFAAFrom' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Method 'setjCheckBoxFAAFrom' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter bValue should be final. | 158 | |
| Method 'getjCheckBoxVIA' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Method 'setjCheckBoxVIA' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter bValue should be final. | 166 | |
| Method 'getjCheckBoxFAATo' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Method 'setjCheckBoxFAATo' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Parameter bValue should be final. | 174 | |
| Method 'getjCheckBoxFlightDuration' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Method 'setjCheckBoxFlightDuration' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter bValue should be final. | 182 | |
| Method 'getjCheckBoxPIC' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Method 'setjCheckBoxPIC' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter bValue should be final. | 190 | |
| Method 'getjCheckBoxSIC' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Method 'setjCheckBoxSIC' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Parameter bValue should be final. | 198 | |
| Method 'getjCheckBoxCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Method 'setjCheckBoxCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter bValue should be final. | 206 | |
| Method 'getjCheckBoxFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Method 'setjCheckBoxFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Parameter bValue should be final. | 214 | |
| Method 'getjCheckBoxSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Method 'setjCheckBoxSafetyPilot' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter bValue should be final. | 222 | |
| Method 'getjCheckBoxDualReceived' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Method 'setjCheckBoxDualReceived' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Parameter bValue should be final. | 230 | |
| Method 'getjCheckBoxSolo' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Method 'setjCheckBoxSolo' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Parameter bValue should be final. | 238 | |
| Method 'getjCheckBoxDayTakeoff' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Method 'setjCheckBoxDayTakeoff' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter bValue should be final. | 246 | |
| Method 'getjCheckBoxDayLanding' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Method 'setjCheckBoxDayLanding' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Parameter bValue should be final. | 254 | |
| Method 'getjCheckBoxNightTakeoff' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Missing a Javadoc comment. | 258 | |
| Method 'setjCheckBoxNightTakeoff' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Parameter bValue should be final. | 262 | |
| Method 'getjCheckBoxNightLanding' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Method 'setjCheckBoxNightLanding' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| Missing a Javadoc comment. | 270 | |
| Parameter bValue should be final. | 270 | |
| Method 'getjCheckBoxInstrumentApproaches' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Missing a Javadoc comment. | 274 | |
| Method 'setjCheckBoxInstrumentApproaches' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Parameter bValue should be final. | 278 | |
| Method 'getjCheckBoxConditionNight' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Missing a Javadoc comment. | 282 | |
| Method 'setjCheckBoxConditionNight' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Missing a Javadoc comment. | 286 | |
| Parameter bValue should be final. | 286 | |
| Method 'getjCheckBoxActualIMC' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Method 'setjCheckBoxActualIMC' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter bValue should be final. | 294 | |
| Method 'getjCheckBoxSimulatedIMC' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Missing a Javadoc comment. | 298 | |
| Method 'setjCheckBoxSimulatedIMC' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| Parameter bValue should be final. | 302 | |
| Method 'getjCheckBoxFlightSim' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Method 'setjCheckBoxFlightSim' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Parameter bValue should be final. | 310 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 5 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter table should be final. | 49 | |
| Parameter value should be final. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Parameter isSelected should be final. | 50 | |
| Parameter hasFocus should be final. | 50 | |
| Parameter row should be final. | 50 | |
| Parameter column should be final. | 50 | |
| Avoid inline conditionals. | 52 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 47 | |
| Line is longer than 80 characters. | 49 | |
| '{' should be on the previous line. | 54 | |
| '}' should be on the same line. | 56 | |
| '{' should be on the previous line. | 58 | |
| Method 'getFilePath' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| 'if' is not followed by whitespace. | 68 | |
| Method 'isFileSelected' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter fpath should be final. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Class ApplicationPreferences should be declared as final. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Parameter name should be final. | 56 | |
| Parameter name should be final. | 65 | |
| Parameter value should be final. | 65 | |
| Parameter name should be final. | 74 | |
| Parameter value should be final. | 74 | |
| Parameter name should be final. | 83 | |
| Parameter name should be final. | 92 | |
| Missing a Javadoc comment. | 96 | |
| Parameter name should be final. | 96 | |
| Parameter defaultValue should be final. | 96 | |
| Missing a Javadoc comment. | 100 | |
| Parameter keyName should be final. | 100 | |
| Parameter value should be final. | 100 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 32 | |
| Method 'findAircraft' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter registration should be final. | 32 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Method 'deleteAircraft' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter oCraft should be final. | 50 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.wcb.gui.forms.e6b.*. | 3 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| 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. | 53 | |
| Missing a Javadoc comment. | 57 | |
| '5' is a magic number. | 74 | |
| ',' is not followed by whitespace. | 87 | |
| ',' is not followed by whitespace. | 89 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 100 | |
| Missing a Javadoc comment. | 110 | |
| Line is longer than 80 characters. | 120 | |
| Method 'valueChanged' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter e should be final. | 126 | |
| Line is longer than 80 characters. | 130 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 12 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 43 | |
| '0x3779ff' is a magic number. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '5' is a magic number. | 45 | |
| '.3f' is a magic number. | 45 | |
| '15' is a magic number. | 45 | |
| Line is longer than 80 characters. | 56 | |
| '3' is a magic number. | 64 | |
| ',' is not followed by whitespace. | 65 | |
| ',' is not followed by whitespace. | 65 | |
| '5' is a magic number. | 65 | |
| ',' is not followed by whitespace. | 65 | |
| Line is longer than 80 characters. | 66 | |
| ',' is not followed by whitespace. | 73 | |
| ',' is not followed by whitespace. | 73 | |
| ',' is not followed by whitespace. | 73 | |
| '5' is a magic number. | 73 | |
| Method 'getFilePathName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter evt should be final. | 93 | |
| 'if' is not followed by whitespace. | 96 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 103 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 8 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| '{' is not preceded with whitespace. | 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. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 61 | |
| '5' is a magic number. | 62 | |
| '5' is a magic number. | 63 | |
| '5' is a magic number. | 64 | |
| '5' is a magic number. | 65 | |
| '10' is a magic number. | 68 | |
| '10' is a magic number. | 69 | |
| '10' is a magic number. | 70 | |
| Line is longer than 80 characters. | 71 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 105 | |
| '4' is a magic number. | 110 | |
| '4' is a magic number. | 115 | |
| '5' is a magic number. | 121 | |
| '5' is a magic number. | 128 | |
| '6' is a magic number. | 133 | |
| '6' is a magic number. | 140 | |
| '7' is a magic number. | 145 | |
| '7' is a magic number. | 152 | |
| '8' is a magic number. | 157 | |
| '8' is a magic number. | 164 | |
| Method 'getTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Method 'setTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter trueAirspeed should be final. | 179 | |
| 'trueAirspeed' hides a field. | 179 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Method 'setWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter windSpeed should be final. | 193 | |
| 'windSpeed' hides a field. | 193 | |
| Method 'getTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Method 'setTrueHeading' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter trueHeading should be final. | 207 | |
| 'trueHeading' hides a field. | 207 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Method 'setWindDirection' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter trueCourse should be final. | 221 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Line is longer than 80 characters. | 234 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| Line has trailing spaces. | 46 | |
| First sentence should end with a period. | 52 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 67 | |
| Method 'clearAuthentication' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Method 'createNewUser' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter user should be final. | 79 | |
| Parameter passwrd should be final. | 79 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Method 'authenticateUser' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter user should be final. | 89 | |
| Parameter passwrd should be final. | 89 | |
| Line is longer than 80 characters. | 91 | |
| Method 'updatePassword' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter oldpasswrd should be final. | 94 | |
| Parameter passwrd should be final. | 94 | |
| Line is longer than 80 characters. | 96 | |
| 'if' is not followed by whitespace. | 96 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Method 'encrypt' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter pass should be final. | 108 | |
| Method 'decrypt' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter newPassword should be final. | 135 | |
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter username should be final. | 168 | |
| 'username' hides a field. | 168 | |
| Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter password should be final. | 176 | |
| 'password' hides a field. | 176 | |
| First sentence should end with a period. | 180 | |
| Method 'setRememberUsername' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Parameter val should be final. | 184 | |
| Line is longer than 80 characters. | 190 | |
| Method 'isRememberName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| '50' is a magic number. | 223 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 15 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 16 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Parameter reg should be final. | 57 | |
| Line is longer than 80 characters. | 59 | |
| First sentence should end with a period. | 63 | |
| Method 'setRegistration' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter reg should be final. | 67 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 73 | |
| '12' is a magic number. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '0.02' is a magic number. | 79 | |
| Missing a Javadoc comment. | 83 | |
| Parameter nNumber should be final. | 83 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| 'for' is not followed by whitespace. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Parameter text should be final. | 43 | |
| '0x522aec' is a magic number. | 49 | |
| Parameter icon should be final. | 57 | |
| '0x522aec' is a magic number. | 63 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - javax.persistence.OrderBy. | 12 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 42 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Expected @throws tag for 'InfrastructureException'. | 42 | |
| Expected @throws tag for 'DataAccessException'. | 42 | |
| Redundant throws: 'DataAccessException' is unchecked exception. | 42 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Method 'findByRegistration' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| Parameter registration should be final. | 54 | |
| Expected @param tag for 'registration'. | 54 | |
| Expected @throws tag for 'InfrastructureException'. | 54 | |
| '{' is not preceded with whitespace. | 54 | |
| Line contains a tab character. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Method 'findAllCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Expected @throws tag for 'InfrastructureException'. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Method 'findEntry' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter id should be final. | 80 | |
| Expected @throws tag for 'InfrastructureException'. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 88 | |
| First sentence should end with a period. | 97 | |
| Method 'deleteEntry' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter oEntry should be final. | 102 | |
| Expected @throws tag for 'InfrastructureException'. | 102 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 15 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 21 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 42 | |
| '{' should be on the previous line. | 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 | |
| Parameter table should be final. | 59 | |
| Parameter column should be final. | 59 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 67 | |
| '25' is a magic number. | 73 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Parameter table should be final. | 77 | |
| Parameter value should be final. | 77 | |
| Parameter isSelected should be final. | 77 | |
| Parameter hasFocus should be final. | 77 | |
| Parameter row should be final. | 77 | |
| Parameter column should be final. | 77 | |
| 'if' is not followed by whitespace. | 79 | |
| '{' should be on the previous line. | 80 | |
| '0x000a5a' is a magic number. | 81 | |
| '{' should be on the previous line. | 85 | |
| '}' should be on the same line. | 88 | |
| '{' should be on the previous line. | 90 | |
| '}' should be on the same line. | 93 | |
| '{' should be on the previous line. | 95 | |
| Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter table should be final. | 103 | |
| Parameter value should be final. | 103 | |
| Parameter isSelected should be final. | 103 | |
| Parameter row should be final. | 103 | |
| Parameter column should be final. | 103 | |
| 'if' is not followed by whitespace. | 105 | |
| '0x000a5a' is a magic number. | 107 | |
| Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| '{' should be on the previous line. | 115 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter e should be final. | 119 | |
| '{' should be on the previous line. | 120 | |
| '{' should be on the previous line. | 123 | |
| Line is longer than 80 characters. | 124 | |
| '{' should be on the previous line. | 128 | |
| Line is longer than 80 characters. | 129 | |
| '{' should be on the previous line. | 133 | |
| Line is longer than 80 characters. | 139 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Name 'uiClassID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Parameter model should be final. | 49 | |
| Method 'setColumnMargin' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line is longer than 80 characters. | 62 | |
| 'cast' is not followed by whitespace. | 62 | |
| 'cast' is not followed by whitespace. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Utility classes should not have a public or default constructor. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter val should be final. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Parameter celsius should be final. | 39 | |
| '9.0' is a magic number. | 40 | |
| '5.0' is a magic number. | 40 | |
| '32' is a magic number. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Parameter fahrenheit should be final. | 43 | |
| '32' is a magic number. | 44 | |
| '5.0' is a magic number. | 44 | |
| '9.0' is a magic number. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Parameter knots should be final. | 47 | |
| '1.15077945' is a magic number. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Parameter miles should be final. | 51 | |
| '0.86897624' is a magic number. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Parameter gallons should be final. | 55 | |
| '0.264172051' is a magic number. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Parameter liters should be final. | 59 | |
| '3.7854118' is a magic number. | 60 | |
| Missing a Javadoc comment. | 63 | |
| Parameter nm should be final. | 63 | |
| '1.852' is a magic number. | 64 | |
| Missing a Javadoc comment. | 67 | |
| Parameter km should be final. | 67 | |
| '1.852' is a magic number. | 68 | |
| Parameter pressure should be final. | 76 | |
| '.02953' is a magic number. | 77 | |
| Parameter pressure should be final. | 85 | |
| '33.8639' is a magic number. | 86 | |
| Missing a Javadoc comment. | 89 | |
| Parameter centigradeTemp should be final. | 89 | |
| '273.15' is a magic number. | 90 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 13 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| 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 | |
| Name 'MAX_STEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| '=' is not preceded with whitespace. | 58 | |
| '6' is a magic number. | 58 | |
| '=' is not followed by whitespace. | 58 | |
| Missing a Javadoc comment. | 60 | |
| '(' is preceded with whitespace. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter evt should be final. | 116 | |
| 'if' is not followed by whitespace. | 119 | |
| 'if' is not followed by whitespace. | 126 | |
| 'if' is not followed by whitespace. | 134 | |
| Parameter panelName should be final. | 149 | |
| Expected @param tag for 'panelName'. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 231 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Method 'getIconHeight' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Method 'getIconWidth' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'paintIcon' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter c should be final. | 69 | |
| Parameter g should be final. | 69 | |
| Parameter x should be final. | 69 | |
| Parameter y should be final. | 69 | |
| '4' is a magic number. | 74 | |
| '4' is a magic number. | 75 | |
| Parameter g should be final. | 111 | |
| Parameter x should be final. | 111 | |
| Parameter y should be final. | 111 | |
| Parameter g should be final. | 124 | |
| Parameter x should be final. | 124 | |
| Parameter y should be final. | 124 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 32 | |
| Method 'findAirportFAA' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter faacode should be final. | 32 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Method 'deleteAirport' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter oAirport should be final. | 48 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 23 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 24 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '64' is a magic number. | 100 | |
| '64' is a magic number. | 102 | |
| '64' is a magic number. | 104 | |
| '6.0' is a magic number. | 112 | |
| Missing a Javadoc comment. | 117 | |
| '<' is not preceded with whitespace. | 120 | |
| '<' is not followed by whitespace. | 120 | |
| '>' is not preceded with whitespace. | 120 | |
| 'for' is not followed by whitespace. | 121 | |
| ':' is not preceded with whitespace. | 121 | |
| Line is longer than 80 characters. | 123 | |
| ',' is not followed by whitespace. | 123 | |
| '+' is not followed by whitespace. | 123 | |
| Line is longer than 80 characters. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter dataset should be final. | 129 | |
| Parameter makeModel should be final. | 129 | |
| Parameter registration should be final. | 129 | |
| Line is longer than 80 characters. | 130 | |
| '<' is not preceded with whitespace. | 130 | |
| '<' is not followed by whitespace. | 130 | |
| '>' is not preceded with whitespace. | 130 | |
| 'for' is not followed by whitespace. | 133 | |
| 'if' is not followed by whitespace. | 134 | |
| Missing a Javadoc comment. | 158 | |
| '6.0' is a magic number. | 188 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter oDAO should be final. | 40 | |
| Method 'getDao' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| First sentence should end with a period. | 53 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| '<' is not preceded with whitespace. | 58 | |
| '<' is not followed by whitespace. | 58 | |
| '>' is not preceded with whitespace. | 58 | |
| Expected @throws tag for 'ManagerException'. | 58 | |
| '{' should be on the previous line. | 60 | |
| '}' should be on the same line. | 62 | |
| First sentence should end with a period. | 68 | |
| Line is longer than 80 characters. | 74 | |
| Method 'findByRegistry' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter registration should be final. | 74 | |
| Expected @throws tag for 'ManagerException'. | 74 | |
| '{' should be on the previous line. | 77 | |
| '{' should be on the previous line. | 80 | |
| Line is longer than 80 characters. | 81 | |
| '}' should be on the same line. | 83 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 86 | |
| '}' should be on the same line. | 87 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 89 | |
| Method 'saveOrUpdateAircraft' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter craft should be final. | 100 | |
| Expected @throws tag for 'ManagerException'. | 100 | |
| '{' should be on the previous line. | 102 | |
| '}' should be on the same line. | 104 | |
| Line is longer than 80 characters. | 106 | |
| First sentence should end with a period. | 110 | |
| Method 'deleteAircraftEntry' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Parameter craft should be final. | 115 | |
| Expected @throws tag for 'ManagerException'. | 115 | |
| '{' should be on the previous line. | 117 | |
| '}' should be on the same line. | 119 | |
| Line is longer than 80 characters. | 121 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 18 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 21 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| '0x3779ff' is a magic number. | 59 | |
| Line is longer than 80 characters. | 60 | |
| '5' is a magic number. | 60 | |
| '.3f' is a magic number. | 60 | |
| '15' is a magic number. | 60 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| '5' is a magic number. | 82 | |
| '5' is a magic number. | 83 | |
| '10' is a magic number. | 88 | |
| '10' is a magic number. | 90 | |
| '10' is a magic number. | 91 | |
| '10' is a magic number. | 92 | |
| '10' is a magic number. | 93 | |
| Missing a Javadoc comment. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 117 | |
| '3' is a magic number. | 120 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 140 | |
| Missing a Javadoc comment. | 150 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 169 | |
| Line is longer than 80 characters. | 171 | |
| '3' is a magic number. | 174 | |
| '3' is a magic number. | 179 | |
| First sentence should end with a period. | 188 | |
| Comment matches to-do format 'TODO:'. | 189 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 261 | |
| First sentence should end with a period. | 272 | |
| Line is longer than 80 characters. | 278 | |
| First sentence should end with a period. | 284 | |
| Line is longer than 80 characters. | 290 | |
| Method 'itemStateChanged' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Missing a Javadoc comment. | 296 | |
| Parameter evt should be final. | 296 | |
| 'if' is not followed by whitespace. | 310 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 323 | |
| '<' is not preceded with whitespace. | 324 | |
| '<' is not followed by whitespace. | 324 | |
| '>' is not preceded with whitespace. | 324 | |
| Line is longer than 80 characters. | 327 | |
| 'if' is not followed by whitespace. | 327 | |
| 'for' is not followed by whitespace. | 328 | |
| ':' is not preceded with whitespace. | 328 | |
| Line is longer than 80 characters. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 333 | |
| First sentence should end with a period. | 343 | |
| Parameter aircraftAbrev should be final. | 349 | |
| 'if' is not followed by whitespace. | 350 | |
| ',' is not followed by whitespace. | 353 | |
| '-' is not preceded with whitespace. | 353 | |
| '-' is not followed by whitespace. | 353 | |
| Parameter panelName should be final. | 363 | |
| Expected @param tag for 'panelName'. | 363 | |
| Method 'getTotalTimeInAircraft' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Missing a Javadoc comment. | 368 | |
| Method 'getAircraftToBeUsed' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Line is longer than 80 characters. | 379 | |
| 'if' is not followed by whitespace. | 380 | |
| Method 'getPICTime' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| Missing a Javadoc comment. | 386 | |
| Method 'hasFailedCertificate' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Method 'getApplyFor' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| Missing a Javadoc comment. | 398 | |
| Method 'getDateRatedMilitary' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| Missing a Javadoc comment. | 414 | |
| Missing a Javadoc comment. | 418 | |
| '<' is not preceded with whitespace. | 418 | |
| '<' is not followed by whitespace. | 418 | |
| '>' is not preceded with whitespace. | 418 | |
| Line is longer than 80 characters. | 419 | |
| '<' is not preceded with whitespace. | 420 | |
| '<' is not followed by whitespace. | 420 | |
| '>' is not preceded with whitespace. | 420 | |
| Line is longer than 80 characters. | 421 | |
| Missing a Javadoc comment. | 427 | |
| Missing a Javadoc comment. | 428 | |
| Missing a Javadoc comment. | 429 | |
| Missing a Javadoc comment. | 430 | |
| Missing a Javadoc comment. | 431 | |
| Missing a Javadoc comment. | 432 | |
| Missing a Javadoc comment. | 433 | |
| Missing a Javadoc comment. | 435 | |
| Missing a Javadoc comment. | 436 | |
| Missing a Javadoc comment. | 438 | |
| Missing a Javadoc comment. | 439 | |
| Missing a Javadoc comment. | 440 | |
| Missing a Javadoc comment. | 441 | |
| Missing a Javadoc comment. | 442 | |
| Missing a Javadoc comment. | 443 | |
| Missing a Javadoc comment. | 445 | |
| Missing a Javadoc comment. | 446 | |
| Missing a Javadoc comment. | 447 | |
| Missing a Javadoc comment. | 448 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 11 | |
| Missing a Javadoc comment. | 27 | |
| Parameter loc should be final. | 57 | |
| Parameter st should be final. | 57 | |
| Parameter notecde should be final. | 57 | |
| Parameter highGrp should be final. | 57 | |
| Parameter aNote should be final. | 58 | |
| Method 'getHighGroup' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Method 'setHighGroup' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter high should be final. | 78 | |
| Method 'getLocal' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Method 'setLocal' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter lcl should be final. | 94 | |
| Method 'getNote' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Method 'setNote' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Parameter noteS should be final. | 110 | |
| Method 'getNoteCode' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'setNoteCode' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter aNote should be final. | 126 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Parameter st should be final. | 142 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| 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. | 46 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 58 | |
| '5' is a magic number. | 59 | |
| '5' is a magic number. | 60 | |
| '5' is a magic number. | 61 | |
| '5' is a magic number. | 62 | |
| '10' is a magic number. | 65 | |
| '10' is a magic number. | 66 | |
| Line is longer than 80 characters. | 67 | |
| '3' is a magic number. | 95 | |
| '3' is a magic number. | 100 | |
| '4' is a magic number. | 105 | |
| '4' is a magic number. | 110 | |
| '5' is a magic number. | 116 | |
| '5' is a magic number. | 123 | |
| '6' is a magic number. | 128 | |
| '6' is a magic number. | 135 | |
| '7' is a magic number. | 140 | |
| '7' is a magic number. | 147 | |
| Method 'getGroundSpeed' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Method 'setGroundSpeed' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter groundSpeed should be final. | 162 | |
| 'groundSpeed' hides a field. | 162 | |
| Method 'getCourse' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Method 'setCourse' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter course should be final. | 176 | |
| 'course' hides a field. | 176 | |
| Method 'getHeading' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Method 'setHeading' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter heading should be final. | 190 | |
| 'heading' hides a field. | 190 | |
| Method 'getTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Method 'setTrueAirspeed' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter airspeed should be final. | 204 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Line is longer than 80 characters. | 26 | |
| Extra HTML tag found: </small> | 28 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Parameter frame should be final. | 36 | |
| 'frame' hides a field. | 36 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter evt should be final. | 42 | |
| Line is longer than 80 characters. | 47 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 9 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 51 | |
| Parameter parent should be final. | 51 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters. | 64 | |
| Method 'setToFrom' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter bVal should be final. | 67 | |
| Expected @param tag for 'bVal'. | 67 | |
| Method 'getToFrom' 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. | 75 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Method 'fireAirportSelected' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '{' should be on the previous line. | 97 | |
| '{' should be on the previous line. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 23 | |
| Parameter message should be final. | 34 | |
| Parameter cause should be final. | 43 | |
| Parameter message should be final. | 52 | |
| Parameter cause should be final. | 52 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 11 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| 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. | 51 | |
| Missing a Javadoc comment. | 55 | |
| Parameter entry should be final. | 55 | |
| Method 'setLogbook' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter entry should be final. | 66 | |
| Method 'getLogbook' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 87 | |
| '{' should be on the previous line. | 89 | |
| Line is longer than 80 characters. | 90 | |
| '260' is a magic number. | 120 | |
| '400' is a magic number. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter event should be final. | 128 | |
| '{' should be on the previous line. | 131 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 135 | |
| 'if' is not followed by whitespace. | 135 | |
| Line is longer than 80 characters. | 139 | |
| '}' should be on the same line. | 141 | |
| '{' should be on the previous line. | 143 | |
| Line is longer than 80 characters. | 144 | |
| '{' should be on the previous line. | 148 | |
| '{' should be on the previous line. | 152 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - org.wcb.gui.renderer.*. | 3 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 23 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 27 | |
| Using the '.*' form of import should be avoided - java.util.*. | 31 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 64 | |
| 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 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| Missing a Javadoc comment. | 77 | |
| '(' is preceded with whitespace. | 77 | |
| Line is longer than 80 characters. | 78 | |
| '0x3779ff' is a magic number. | 78 | |
| Line is longer than 80 characters. | 79 | |
| '5' is a magic number. | 79 | |
| '.3f' is a magic number. | 79 | |
| '10' is a magic number. | 79 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'initComponents' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| '15' is a magic number. | 97 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 110 | |
| 'cast' is not followed by whitespace. | 110 | |
| '4' is a magic number. | 115 | |
| '5' is a magic number. | 116 | |
| '6' is a magic number. | 117 | |
| Line is longer than 80 characters. | 118 | |
| '8' is a magic number. | 119 | |
| '9' is a magic number. | 120 | |
| '10' is a magic number. | 121 | |
| '11' is a magic number. | 122 | |
| '12' is a magic number. | 123 | |
| '13' is a magic number. | 124 | |
| '14' is a magic number. | 125 | |
| '15' is a magic number. | 127 | |
| '16' is a magic number. | 129 | |
| Line is longer than 80 characters. | 130 | |
| '18' is a magic number. | 131 | |
| '19' is a magic number. | 132 | |
| '20' is a magic number. | 133 | |
| '22' is a magic number. | 135 | |
| '23' is a magic number. | 136 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| ',' is not followed by whitespace. | 153 | |
| '22' is a magic number. | 154 | |
| ',' is not followed by whitespace. | 155 | |
| '23' is a magic number. | 155 | |
| Line is longer than 80 characters. | 156 | |
| '10' is a magic number. | 156 | |
| Line is longer than 80 characters. | 157 | |
| ',' is not followed by whitespace. | 157 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| '3' is a magic number. | 202 | |
| '4' is a magic number. | 208 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter evt should be final. | 219 | |
| 'if' is not followed by whitespace. | 221 | |
| 'if' is not followed by whitespace. | 224 | |
| 'if' is not followed by whitespace. | 227 | |
| 'if' is not followed by whitespace. | 230 | |
| Missing a Javadoc comment. | 242 | |
| Line is longer than 80 characters. | 246 | |
| '}' should be on the same line. | 247 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 12 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 18 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 38 | |
| '{' should be on the previous line. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter table should be final. | 55 | |
| Parameter column should be final. | 55 | |
| Parameter parent should be final. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Parameter table should be final. | 71 | |
| Parameter value should be final. | 71 | |
| Parameter isSelected should be final. | 71 | |
| Parameter hasFocus should be final. | 71 | |
| Parameter row should be final. | 71 | |
| Parameter column should be final. | 71 | |
| '{' should be on the previous line. | 74 | |
| '}' should be on the same line. | 77 | |
| '{' should be on the previous line. | 79 | |
| '}' should be on the same line. | 82 | |
| '{' should be on the previous line. | 84 | |
| Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter table should be final. | 93 | |
| Parameter value should be final. | 93 | |
| Parameter isSelected should be final. | 93 | |
| Parameter row should be final. | 93 | |
| Parameter column should be final. | 93 | |
| Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| '{' should be on the previous line. | 100 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter e should be final. | 104 | |
| '{' should be on the previous line. | 105 | |
| 'if' is not followed by whitespace. | 106 | |
| '{' is not preceded with whitespace. | 106 | |
| Line is longer than 80 characters. | 107 | |
| 'cast' is not followed by whitespace. | 107 | |
| 'if' is not followed by whitespace. | 109 | |
| '{' is not preceded with whitespace. | 109 | |
| Line is longer than 80 characters. | 110 | |
| 'cast' is not followed by whitespace. | 110 | |
| 'if' is not followed by whitespace. | 112 | |
| Line is longer than 80 characters. | 113 | |
| 'cast' is not followed by whitespace. | 113 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 34 | |
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter oDAO should be final. | 41 | |
| Method 'getDao' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| First sentence should end with a period. | 54 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Expected @throws tag for 'ManagerException'. | 59 | |
| '{' should be on the previous line. | 61 | |
| '}' should be on the same line. | 63 | |
| First sentence should end with a period. | 69 | |
| Method 'findByAirportFaa' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter faaCode should be final. | 75 | |
| Expected @throws tag for 'ManagerException'. | 75 | |
| '{' should be on the previous line. | 78 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| '}' should be on the same line. | 84 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Method 'saveOrUpdateAirport' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Parameter airport should be final. | 97 | |
| Expected @throws tag for 'ManagerException'. | 97 | |
| '{' should be on the previous line. | 99 | |
| '}' should be on the same line. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 112 | |
| Method 'saveOrUpdateAirports' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Parameter airports should be final. | 112 | |
| '<' is not preceded with whitespace. | 112 | |
| '<' is not followed by whitespace. | 112 | |
| '>' is not preceded with whitespace. | 112 | |
| Expected @throws tag for 'ManagerException'. | 112 | |
| '{' should be on the previous line. | 114 | |
| '}' should be on the same line. | 116 | |
| Line is longer than 80 characters. | 118 | |
| First sentence should end with a period. | 123 | |
| Method 'deleteAirportEntry' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Parameter arpt should be final. | 128 | |
| Expected @throws tag for 'ManagerException'. | 128 | |
| '{' should be on the previous line. | 130 | |
| '}' should be on the same line. | 132 | |
| Line is longer than 80 characters. | 134 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 31 | |
| Method 'getLogbookService' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setLogbookService' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter logbookService should be final. | 37 | |
| 'logbookService' hides a field. | 37 | |
| Method 'getAllAirports' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '{' should be on the previous line. | 43 | |
| '}' should be on the same line. | 45 | |
| '{' should be on the previous line. | 47 | |
| Method 'getAirportByFaaCode' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter sCode should be final. | 53 | |
| '{' should be on the previous line. | 55 | |
| '}' should be on the same line. | 57 | |
| '{' should be on the previous line. | 59 | |
| Method 'saveAirport' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter oSave should be final. | 65 | |
| '{' should be on the previous line. | 67 | |
| '}' should be on the same line. | 70 | |
| '{' should be on the previous line. | 72 | |
| Method 'deleteAirport' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter oRemove should be final. | 78 | |
| '{' should be on the previous line. | 80 | |
| '}' should be on the same line. | 83 | |
| '{' should be on the previous line. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 35 | |
| Method 'findEntry' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter id should be final. | 35 | |
| Expected @throws tag for 'InfrastructureException'. | 35 | |
| Line contains a tab character. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 53 | |
| '0x37762c' is a magic number. | 53 | |
| Line is longer than 80 characters. | 54 | |
| '10' is a magic number. | 54 | |
| '.5f' is a magic number. | 54 | |
| '15' is a magic number. | 54 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 35 | |
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter oDAO should be final. | 42 | |
| Method 'getDao' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Expected @throws tag for 'ManagerException'. | 60 | |
| '<' is not preceded with whitespace. | 61 | |
| '<' is not followed by whitespace. | 61 | |
| '>' is not preceded with whitespace. | 61 | |
| '{' should be on the previous line. | 63 | |
| '{' should be on the previous line. | 66 | |
| '}' should be on the same line. | 69 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '}' should be on the same line. | 73 | |
| Line is longer than 80 characters. | 85 | |
| Method 'findByRegistration' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| Parameter sReg should be final. | 85 | |
| Expected @param tag for 'sReg'. | 85 | |
| Expected @throws tag for 'ManagerException'. | 85 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| '{' should be on the previous line. | 88 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| '}' should be on the same line. | 94 | |
| '{' should be on the previous line. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Method 'findCrossCountry' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| '<' is not preceded with whitespace. | 107 | |
| '<' is not followed by whitespace. | 107 | |
| '>' is not preceded with whitespace. | 107 | |
| Expected @throws tag for 'ManagerException'. | 107 | |
| '<' is not preceded with whitespace. | 108 | |
| '<' is not followed by whitespace. | 108 | |
| '>' is not preceded with whitespace. | 108 | |
| '{' should be on the previous line. | 110 | |
| '{' should be on the previous line. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '}' should be on the same line. | 116 | |
| '{' should be on the previous line. | 118 | |
| Line is longer than 80 characters. | 119 | |
| First sentence should end with a period. | 124 | |
| Method 'findEntry' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter i should be final. | 130 | |
| Expected @throws tag for 'ManagerException'. | 130 | |
| '{' should be on the previous line. | 133 | |
| '{' should be on the previous line. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '}' should be on the same line. | 139 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| First sentence should end with a period. | 147 | |
| Method 'saveEntry' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter entry should be final. | 152 | |
| Expected @throws tag for 'ManagerException'. | 152 | |
| '{' should be on the previous line. | 154 | |
| '}' should be on the same line. | 156 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 167 | |
| Method 'saveOrUpdateLogbook' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter entries should be final. | 167 | |
| '<' is not preceded with whitespace. | 167 | |
| '<' is not followed by whitespace. | 167 | |
| '>' is not preceded with whitespace. | 167 | |
| Expected @throws tag for 'ManagerException'. | 167 | |
| '{' should be on the previous line. | 169 | |
| '}' should be on the same line. | 171 | |
| Line is longer than 80 characters. | 173 | |
| First sentence should end with a period. | 177 | |
| Method 'deleteEntry' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Parameter entry should be final. | 182 | |
| Expected @throws tag for 'ManagerException'. | 182 | |
| '{' should be on the previous line. | 184 | |
| '}' should be on the same line. | 186 | |
| Line is longer than 80 characters. | 188 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 6 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 7 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| '{' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Method 'clearForm' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 51 | |
| '5' is a magic number. | 52 | |
| '5' is a magic number. | 55 | |
| Line is longer than 80 characters. | 56 | |
| '3' is a magic number. | 81 | |
| '4' is a magic number. | 84 | |
| '4' is a magic number. | 84 | |
| '3' is a magic number. | 88 | |
| '3' is a magic number. | 94 | |
| '3' is a magic number. | 95 | |
| '3' is a magic number. | 100 | |
| '3' is a magic number. | 101 | |
| Method 'getTempuratureFahrenheit' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Method 'setTempuratureFahrenheit' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter tempuratureFahrenheit should be final. | 116 | |
| 'tempuratureFahrenheit' hides a field. | 116 | |
| Method 'calculateResult' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 80 characters. | 122 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - org.wcb.model.manager.*. | 3 | |
| Using the '.*' form of import should be avoided - org.wcb.model.vo.hibernate.*. | 5 | |
| Line is longer than 80 characters. | 24 | |
| 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 | |
| Method 'getLogbookManager' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'setLogbookManager' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter logbookManager should be final. | 45 | |
| 'logbookManager' hides a field. | 45 | |
| Method 'getAircraftManager' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'setAircraftManager' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter aircraftManager should be final. | 53 | |
| 'aircraftManager' hides a field. | 53 | |
| Method 'getAircraftTypeManager' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 61 | |
| Method 'setAircraftTypeManager' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter aircraftTypeManager should be final. | 61 | |
| 'aircraftTypeManager' hides a field. | 61 | |
| Method 'getAirportManager' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'setAirportManager' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter airportManager should be final. | 69 | |
| 'airportManager' hides a field. | 69 | |
| Method 'getApplicantManager' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Method 'setApplicantManager' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter applicantManager should be final. | 78 | |
| 'applicantManager' hides a field. | 78 | |
| Method 'findLogBookEntry' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter pkId should be final. | 82 | |
| '{' should be on the previous line. | 84 | |
| Line is longer than 80 characters. | 87 | |
| Method 'saveLogBookEntry' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter oEntry should be final. | 91 | |
| '{' should be on the previous line. | 93 | |
| '}' should be on the same line. | 95 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters. | 102 | |
| Method 'saveLogBookEntry' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter oSaveEntries should be final. | 102 | |
| '<' is not preceded with whitespace. | 102 | |
| '<' is not followed by whitespace. | 102 | |
| '>' is not preceded with whitespace. | 102 | |
| '{' should be on the previous line. | 104 | |
| '}' should be on the same line. | 106 | |
| '{' should be on the previous line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Method 'deleteLogBookEntry' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter oEntry should be final. | 113 | |
| '{' should be on the previous line. | 115 | |
| '}' should be on the same line. | 117 | |
| '{' should be on the previous line. | 119 | |
| Method 'getAllLogbookEntries' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| '<' is not preceded with whitespace. | 124 | |
| '<' is not followed by whitespace. | 124 | |
| '>' is not preceded with whitespace. | 124 | |
| '{' should be on the previous line. | 126 | |
| '}' should be on the same line. | 128 | |
| '{' should be on the previous line. | 130 | |
| Line is longer than 80 characters. | 135 | |
| Method 'findByRegistration' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| Parameter reg should be final. | 135 | |
| '{' should be on the previous line. | 137 | |
| '}' should be on the same line. | 139 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 146 | |
| Method 'getAircraftByRegistration' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter regid should be final. | 146 | |
| '{' should be on the previous line. | 148 | |
| '}' should be on the same line. | 150 | |
| '{' should be on the previous line. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Method 'saveAircraft' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter craft should be final. | 157 | |
| '{' should be on the previous line. | 159 | |
| '}' should be on the same line. | 161 | |
| '{' should be on the previous line. | 163 | |
| Line is longer than 80 characters. | 168 | |
| Method 'getAircraftTypeById' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter id should be final. | 168 | |
| '{' should be on the previous line. | 170 | |
| '}' should be on the same line. | 172 | |
| '{' should be on the previous line. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Method 'findAllAircraftType' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| '<' is not preceded with whitespace. | 179 | |
| '<' is not followed by whitespace. | 179 | |
| '>' is not preceded with whitespace. | 179 | |
| '{' should be on the previous line. | 181 | |
| '}' should be on the same line. | 183 | |
| '{' should be on the previous line. | 185 | |
| Method 'saveAircraftType' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter type should be final. | 190 | |
| '{' should be on the previous line. | 192 | |
| '}' should be on the same line. | 194 | |
| '{' should be on the previous line. | 196 | |
| Method 'deleteAircraft' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter craft should be final. | 202 | |
| '{' should be on the previous line. | 204 | |
| '}' should be on the same line. | 206 | |
| '{' should be on the previous line. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Method 'findAllAircraft' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| '<' is not preceded with whitespace. | 213 | |
| '<' is not followed by whitespace. | 213 | |
| '>' is not preceded with whitespace. | 213 | |
| '{' should be on the previous line. | 215 | |
| '}' should be on the same line. | 217 | |
| '{' should be on the previous line. | 219 | |
| Method 'findAllAirport' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| '<' is not preceded with whitespace. | 224 | |
| '<' is not followed by whitespace. | 224 | |
| '>' is not preceded with whitespace. | 224 | |
| '{' should be on the previous line. | 226 | |
| '}' should be on the same line. | 228 | |
| '{' should be on the previous line. | 230 | |
| Method 'findByAirportFaa' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter faaCode should be final. | 235 | |
| '{' should be on the previous line. | 237 | |
| '}' should be on the same line. | 239 | |
| '{' should be on the previous line. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Method 'saveAirport' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter oSave should be final. | 246 | |
| '{' should be on the previous line. | 248 | |
| '}' should be on the same line. | 250 | |
| '{' should be on the previous line. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 257 | |
| Method 'saveAirports' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Parameter oSave should be final. | 257 | |
| '<' is not preceded with whitespace. | 257 | |
| '<' is not followed by whitespace. | 257 | |
| '>' is not preceded with whitespace. | 257 | |
| '{' should be on the previous line. | 259 | |
| '}' should be on the same line. | 261 | |
| '{' should be on the previous line. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Method 'deleteAirport' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Missing a Javadoc comment. | 268 | |
| Parameter oAirport should be final. | 268 | |
| '{' should be on the previous line. | 270 | |
| '}' should be on the same line. | 272 | |
| '{' should be on the previous line. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 284 | |
| Method 'saveApplicant' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Parameter oSave should be final. | 284 | |
| Expected @param tag for 'oSave'. | 284 | |
| Expected @throws tag for 'ServiceException'. | 284 | |
| '{' should be on the previous line. | 286 | |
| '}' should be on the same line. | 288 | |
| '{' should be on the previous line. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Method 'getApplicant' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Missing a Javadoc comment. | 295 | |
| '{' should be on the previous line. | 297 | |
| '}' should be on the same line. | 299 | |
| '{' should be on the previous line. | 301 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| 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. | 48 | |
| '(' is preceded with whitespace. | 48 | |
| '0x522aec' is a magic number. | 49 | |
| Line is longer than 80 characters. | 50 | |
| '5' is a magic number. | 50 | |
| '.5f' is a magic number. | 50 | |
| '12' is a magic number. | 50 | |
| Missing a Javadoc comment. | 54 | |
| '3' is a magic number. | 66 | |
| '3' is a magic number. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 70 | |
| ',' is not followed by whitespace. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| ',' is not followed by whitespace. | 74 | |
| ',' is not followed by whitespace. | 74 | |
| ',' is not followed by whitespace. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 115 | |
| '68' is a magic number. | 124 | |
| '182' is a magic number. | 124 | |
| '5' is a magic number. | 129 | |
| '5' is a magic number. | 129 | |
| '3' is a magic number. | 134 | |
| Line is longer than 80 characters. | 139 | |
| '{' is followed by whitespace. | 139 | |
| '3' is a magic number. | 142 | |
| Method 'setAircraftType' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter oType should be final. | 152 | |
| Method 'getAircraftType' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| 'if' is not followed by whitespace. | 164 | |
| Missing a Javadoc comment. | 170 | |
| Parameter oType should be final. | 170 | |
| Missing a Javadoc comment. | 177 | |
| Parameter oType should be final. | 177 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| First sentence should end with a period. | 200 | |
| Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Parameter sValue should be final. | 203 | |
| Expected @param tag for 'sValue'. | 203 | |
| Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| First sentence should end with a period. | 216 | |
| Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Parameter sVal should be final. | 221 | |
| First sentence should end with a period. | 225 | |
| Method 'getManufacture' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| First sentence should end with a period. | 234 | |
| Method 'setManufacture' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Parameter sManufacture should be final. | 238 | |
| First sentence should end with a period. | 242 | |
| Line is longer than 80 characters. | 244 | |
| Method 'getCharacteristics' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| First sentence should end with a period. | 251 | |
| Method 'setCharacteristics' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Parameter sCharacter should be final. | 255 | |
| Expected @param tag for 'sCharacter'. | 255 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 14 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 17 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| 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. | 55 | |
| Parameter craft should be final. | 55 | |
| Missing a Javadoc comment. | 63 | |
| Parameter parent should be final. | 63 | |
| First sentence should end with a period. | 71 | |
| Method 'setAircraftDelegate' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter delegator should be final. | 75 | |
| Method 'getAircraftDelegate' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Method 'setAircraft' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter oCraft should be final. | 90 | |
| Method 'getAircraft' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| First sentence should end with a period. | 100 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter event should be final. | 134 | |
| '{' should be on the previous line. | 137 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 152 | |
| '{' should be on the previous line. | 154 | |
| 'if' is not followed by whitespace. | 155 | |
| Line is longer than 80 characters. | 158 | |
| '}' should be on the same line. | 160 | |
| '{' should be on the previous line. | 162 | |
| Line is longer than 80 characters. | 163 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| 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 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter sval should be final. | 41 | |
| Line has trailing spaces. | 44 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'getTotalFlight' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'setTotalFlight' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter totalFlight should be final. | 53 | |
| 'totalFlight' hides a field. | 53 | |
| Method 'getTotalPIC' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'setTotalPIC' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter totalPIC should be final. | 61 | |
| 'totalPIC' hides a field. | 61 | |
| Method 'getTotalSIC' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'setTotalSIC' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter totalSIC should be final. | 69 | |
| 'totalSIC' hides a field. | 69 | |
| Method 'getTotalXCountry' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setTotalXCountry' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter totalXCountry should be final. | 77 | |
| 'totalXCountry' hides a field. | 77 | |
| Method 'getTotalFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setTotalFlightInstructing' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter totalFlightInstructing should be final. | 85 | |
| 'totalFlightInstructing' hides a field. | 85 | |
| Method 'getTotalSolo' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setTotalSolo' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter totalSolo should be final. | 93 | |
| 'totalSolo' hides a field. | 93 | |
| Method 'getTotalDual' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Method 'setTotalDual' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter totalDual should be final. | 101 | |
| 'totalDual' hides a field. | 101 | |
| Method 'getTotalSafety' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'setTotalSafety' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter totalSafety should be final. | 109 | |
| 'totalSafety' hides a field. | 109 | |
| Method 'getTotalApproaches' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'setTotalApproaches' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter totalApproaches should be final. | 117 | |
| 'totalApproaches' hides a field. | 117 | |
| Method 'getTotalNight' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Method 'setTotalNight' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter totalNight should be final. | 125 | |
| 'totalNight' hides a field. | 125 | |
| Method 'getTotalIMC' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Method 'setTotalIMC' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter totalIMC should be final. | 133 | |
| 'totalIMC' hides a field. | 133 | |
| Method 'getTotalSimulatedIMC' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'setTotalSimulatedIMC' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter totalSimulatedIMC should be final. | 141 | |
| 'totalSimulatedIMC' hides a field. | 141 | |
| Method 'getTotalSimulatorTime' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Method 'setTotalSimulatorTime' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter totalSimulatorTime should be final. | 149 | |
| 'totalSimulatorTime' hides a field. | 149 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Line has trailing spaces. | 154 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Parameter oDAO should be final. | 37 | |
| Method 'getBy' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter clazz should be final. | 41 | |
| Parameter property should be final. | 41 | |
| Parameter value should be final. | 41 | |
| 'catch' is not followed by whitespace. | 44 | |
| Line has trailing spaces. | 46 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.io.*. | 5 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 41 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setLogService' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter svc should be final. | 48 | |
| Method 'getLogService' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 64 | |
| Method 'processFile' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter inFile should be final. | 64 | |
| Parameter vo should be final. | 64 | |
| Expected @throws tag for 'ServiceException'. | 64 | |
| '{' is not preceded with whitespace. | 64 | |
| Line is longer than 80 characters. | 66 | |
| '<' is not preceded with whitespace. | 68 | |
| '<' is not followed by whitespace. | 68 | |
| '>' is not preceded with whitespace. | 68 | |
| '}' should be on the same line. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 81 | |
| Method 'processAirportFile' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter inFile should be final. | 85 | |
| Expected @throws tag for 'ServiceException'. | 85 | |
| Line is longer than 80 characters. | 87 | |
| '<' is not preceded with whitespace. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| '>' is not preceded with whitespace. | 90 | |
| '}' should be on the same line. | 93 | |
| Line is longer than 80 characters. | 95 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Method 'getPressureAltitude' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Method 'setPressureAltitude' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Parameter altitude should be final. | 30 | |
| Method 'getFahrenheitTemp' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Method 'setFahrenheitTemp' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter temp should be final. | 46 | |
| Method 'getCentigradeTemp' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Method 'setCentigradeTemp' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter centigrade should be final. | 62 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 73 | |
| '273.15' is a magic number. | 74 | |
| '15' is a magic number. | 74 | |
| '.0019812' is a magic number. | 74 | |
| Line is longer than 80 characters. | 75 | |
| '.0019812' is a magic number. | 75 | |
| '.2349690' is a magic number. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Method 'densityAltitude' is not designed for extension - needs to be abstract, final or empty. | 83 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 9 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 43 | |
| '0x3779ff' is a magic number. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '5' is a magic number. | 45 | |
| '.3f' is a magic number. | 45 | |
| '15' is a magic number. | 45 | |
| Line is longer than 80 characters. | 58 | |
| '30' is a magic number. | 60 | |
| '30' is a magic number. | 61 | |
| '30' is a magic number. | 62 | |
| '5' is a magic number. | 63 | |
| '3' is a magic number. | 64 | |
| '5' is a magic number. | 65 | |
| '20' is a magic number. | 66 | |
| '20' is a magic number. | 68 | |
| '20' is a magic number. | 70 | |
| '10' is a magic number. | 71 | |
| '6' is a magic number. | 80 | |
| '6' is a magic number. | 94 | |
| '6' is a magic number. | 108 | |
| '3' is a magic number. | 116 | |
| '3' is a magic number. | 122 | |
| '3' is a magic number. | 128 | |
| '3' is a magic number. | 133 | |
| '3' is a magic number. | 134 | |
| '4' is a magic number. | 139 | |
| '3' is a magic number. | 140 | |
| '5' is a magic number. | 145 | |
| '3' is a magic number. | 146 | |
| '6' is a magic number. | 151 | |
| '3' is a magic number. | 152 | |
| ',' is not followed by whitespace. | 153 | |
| '5' is a magic number. | 153 | |
| ',' is not followed by whitespace. | 153 | |
| ',' is not followed by whitespace. | 153 | |
| Line is longer than 80 characters. | 155 | |
| '4' is a magic number. | 160 | |
| '4' is a magic number. | 166 | |
| '6' is a magic number. | 167 | |
| '5' is a magic number. | 175 | |
| '5' is a magic number. | 181 | |
| '6' is a magic number. | 182 | |
| Missing a Javadoc comment. | 192 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 221 | |
| '3' is a magic number. | 235 | |
| Method 'loadApplicant' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| Missing a Javadoc comment. | 242 | |
| Parameter app should be final. | 242 | |
| First sentence should end with a period. | 254 | |
| Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| First sentence should end with a period. | 262 | |
| Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| First sentence should end with a period. | 270 | |
| Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| First sentence should end with a period. | 278 | |
| Method 'getSSN' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| First sentence should end with a period. | 286 | |
| Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| First sentence should end with a period. | 294 | |
| Method 'getPlaceOfBirth' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| First sentence should end with a period. | 302 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| First sentence should end with a period. | 310 | |
| Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| First sentence should end with a period. | 326 | |
| Method 'getZipcode' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Missing a Javadoc comment. | 335 | |
| Missing a Javadoc comment. | 336 | |
| Missing a Javadoc comment. | 337 | |
| Missing a Javadoc comment. | 338 | |
| Missing a Javadoc comment. | 339 | |
| Missing a Javadoc comment. | 340 | |
| Missing a Javadoc comment. | 341 | |
| Missing a Javadoc comment. | 342 | |
| Missing a Javadoc comment. | 343 | |
| Missing a Javadoc comment. | 344 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 51 | |
| '{' is not followed by whitespace. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '}' is not preceded with whitespace. | 52 | |
| Missing a Javadoc comment. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '>' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| ',' is not followed by whitespace. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| ',' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| '>' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| '>' is not followed by whitespace. | 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 | |
| '5' is a magic number. | 68 | |
| Missing a Javadoc comment. | 71 | |
| Parameter lineColor should be final. | 71 | |
| 'lineColor' hides a field. | 71 | |
| Parameter lineWidth should be final. | 71 | |
| 'lineWidth' hides a field. | 71 | |
| Parameter shadowSize should be final. | 71 | |
| 'shadowSize' hides a field. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '.5f' is a magic number. | 72 | |
| '12' is a magic number. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter lineColor should be final. | 75 | |
| 'lineColor' hides a field. | 75 | |
| Parameter lineWidth should be final. | 75 | |
| 'lineWidth' hides a field. | 75 | |
| Parameter showLeftShadow should be final. | 75 | |
| 'showLeftShadow' hides a field. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '5' is a magic number. | 76 | |
| '.5f' is a magic number. | 76 | |
| '12' is a magic number. | 76 | |
| Missing a Javadoc comment. | 79 | |
| More than 7 parameters. | 79 | |
| Parameter lineColor should be final. | 79 | |
| 'lineColor' hides a field. | 79 | |
| Parameter lineWidth should be final. | 79 | |
| 'lineWidth' hides a field. | 79 | |
| Parameter shadowSize should be final. | 79 | |
| 'shadowSize' hides a field. | 79 | |
| Parameter shadowOpacity should be final. | 80 | |
| 'shadowOpacity' hides a field. | 80 | |
| Parameter cornerSize should be final. | 80 | |
| 'cornerSize' hides a field. | 80 | |
| Parameter showTopShadow should be final. | 80 | |
| 'showTopShadow' hides a field. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Parameter showLeftShadow should be final. | 81 | |
| 'showLeftShadow' hides a field. | 81 | |
| Parameter showBottomShadow should be final. | 81 | |
| 'showBottomShadow' hides a field. | 81 | |
| Parameter showRightShadow should be final. | 81 | |
| 'showRightShadow' hides a field. | 81 | |
| Line is longer than 80 characters. | 96 | |
| Method 'paintBorder' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter c should be final. | 96 | |
| Expected @param tag for 'c'. | 96 | |
| Parameter graphics should be final. | 96 | |
| Expected @param tag for 'graphics'. | 96 | |
| Parameter x should be final. | 96 | |
| Expected @param tag for 'x'. | 96 | |
| Parameter y should be final. | 96 | |
| Expected @param tag for 'y'. | 96 | |
| Parameter width should be final. | 96 | |
| Expected @param tag for 'width'. | 96 | |
| Parameter height should be final. | 96 | |
| Expected @param tag for 'height'. | 96 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 101 | |
| '<' is not preceded with whitespace. | 101 | |
| '<' is not followed by whitespace. | 101 | |
| ',' is not followed by whitespace. | 101 | |
| '>' is not preceded with whitespace. | 101 | |
| 'cast' is not followed by whitespace. | 109 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 224 | |
| Missing a Javadoc comment. | 234 | |
| '<' is not preceded with whitespace. | 234 | |
| '<' is not followed by whitespace. | 234 | |
| ',' is not followed by whitespace. | 234 | |
| '>' is not preceded with whitespace. | 234 | |
| Parameter g2 should be final. | 234 | |
| Line is longer than 80 characters. | 235 | |
| '<' is not preceded with whitespace. | 237 | |
| '<' is not followed by whitespace. | 237 | |
| ',' is not followed by whitespace. | 237 | |
| '>' is not preceded with whitespace. | 237 | |
| '<' is not preceded with whitespace. | 239 | |
| '<' is not followed by whitespace. | 239 | |
| ',' is not followed by whitespace. | 239 | |
| '>' is not preceded with whitespace. | 239 | |
| '>' is not followed by whitespace. | 239 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 258 | |
| 'cast' is not followed by whitespace. | 259 | |
| 'cast' is not followed by whitespace. | 265 | |
| '=' is not preceded with whitespace. | 267 | |
| '=' is not followed by whitespace. | 267 | |
| '<' is not preceded with whitespace. | 267 | |
| '<' is not followed by whitespace. | 267 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 272 | |
| 'cast' is not followed by whitespace. | 272 | |
| '/' is not preceded with whitespace. | 272 | |
| '/' is not followed by whitespace. | 272 | |
| '/' is not preceded with whitespace. | 272 | |
| '/' is not followed by whitespace. | 272 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 308 | |
| Expected an @return tag. | 326 | |
| Parameter img should be final. | 326 | |
| Expected @param tag for 'img'. | 326 | |
| Parameter x should be final. | 327 | |
| Expected @param tag for 'x'. | 327 | |
| Parameter y should be final. | 327 | |
| Expected @param tag for 'y'. | 327 | |
| Parameter w should be final. | 327 | |
| Expected @param tag for 'w'. | 327 | |
| Parameter h should be final. | 327 | |
| Expected @param tag for 'h'. | 327 | |
| Line is longer than 80 characters. | 328 | |
| '+' is not preceded with whitespace. | 332 | |
| '+' is not followed by whitespace. | 332 | |
| '+' is not preceded with whitespace. | 332 | |
| '+' is not followed by whitespace. | 332 | |
| Expected an @return tag. | 341 | |
| Method 'getBorderInsets' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Parameter c should be final. | 341 | |
| Expected @param tag for 'c'. | 341 | |
| Avoid inline conditionals. | 342 | |
| Avoid inline conditionals. | 343 | |
| Avoid inline conditionals. | 344 | |
| Avoid inline conditionals. | 345 | |
| Expected an @return tag. | 352 | |
| Method 'isBorderOpaque' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| Method 'isShowTopShadow' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Missing a Javadoc comment. | 356 | |
| Method 'isShowLeftShadow' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Missing a Javadoc comment. | 360 | |
| Method 'isShowRightShadow' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| Missing a Javadoc comment. | 364 | |
| Method 'isShowBottomShadow' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Missing a Javadoc comment. | 368 | |
| Method 'getLineWidth' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| Missing a Javadoc comment. | 372 | |
| Method 'getLineColor' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| Missing a Javadoc comment. | 376 | |
| Method 'getShadowSize' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| Missing a Javadoc comment. | 380 | |
| Method 'getShadowOpacity' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| Method 'getCornerSize' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Missing a Javadoc comment. | 388 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Variable 'renderer' must be private and have accessor methods. | 42 | |
| Variable 'v' must be private and have accessor methods. | 47 | |
| Variable 'text' must be private and have accessor methods. | 51 | |
| Variable 'margin' must be private and have accessor methods. | 55 | |
| '=' is not preceded with whitespace. | 55 | |
| '=' is not followed by whitespace. | 55 | |
| Parameter text should be final. | 62 | |
| 'text' hides a field. | 62 | |
| ',' is not followed by whitespace. | 63 | |
| Parameter renderer should be final. | 72 | |
| 'renderer' hides a field. | 72 | |
| ',' is not followed by whitespace. | 72 | |
| Parameter text should be final. | 72 | |
| 'text' hides a field. | 72 | |
| Line is longer than 80 characters. | 75 | |
| Parameter table should be final. | 75 | |
| Parameter value should be final. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Parameter isSelected should be final. | 76 | |
| Parameter hasFocus should be final. | 76 | |
| Parameter row should be final. | 76 | |
| Parameter column should be final. | 76 | |
| Avoid inline conditionals. | 85 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter obj should be final. | 103 | |
| Method 'getColumnGroups' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Parameter c should be final. | 116 | |
| Parameter g should be final. | 116 | |
| 'if' construct must use '{}'s. | 118 | |
| 'cast' is not followed by whitespace. | 124 | |
| 'cast' is not followed by whitespace. | 124 | |
| ',' is not followed by whitespace. | 124 | |
| 'cast' is not followed by whitespace. | 124 | |
| 'if' construct must use '{}'s. | 125 | |
| Method 'getHeaderRenderer' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Method 'setHeaderRenderer' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter renderer should be final. | 143 | |
| 'renderer' hides a field. | 143 | |
| Method 'getHeaderValue' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Parameter table should be final. | 162 | |
| ',' is not followed by whitespace. | 164 | |
| 'cast' is not followed by whitespace. | 171 | |
| '}' should be on the same line. | 173 | |
| 'cast' is not followed by whitespace. | 175 | |
| Method 'setColumnMargin' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Parameter margin should be final. | 186 | |
| 'margin' hides a field. | 186 | |
| 'cast' is not followed by whitespace. | 192 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 5 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 6 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 26 | |
| 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. | 46 | |
| Missing a Javadoc comment. | 50 | |
| '5' is a magic number. | 52 | |
| '5' is a magic number. | 53 | |
| '5' is a magic number. | 54 | |
| '5' is a magic number. | 55 | |
| '200' is a magic number. | 57 | |
| ',' is not followed by whitespace. | 57 | |
| '18' is a magic number. | 57 | |
| '15' is a magic number. | 58 | |
| '15' is a magic number. | 59 | |
| '3' is a magic number. | 93 | |
| '3' is a magic number. | 99 | |
| '4' is a magic number. | 105 | |
| '4' is a magic number. | 111 | |
| '5' is a magic number. | 118 | |
| '5' is a magic number. | 124 | |
| '6' is a magic number. | 130 | |
| '6' is a magic number. | 136 | |
| '7' is a magic number. | 142 | |
| '7' is a magic number. | 148 | |
| Parameter airport should be final. | 159 | |
| Line is longer than 80 characters. | 166 | |
| First sentence should end with a period. | 173 | |
| Parameter airport should be final. | 178 | |
| Method 'setAirport' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Parameter vAirport should be final. | 195 | |
| Method 'getAirport' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| 'if' is not followed by whitespace. | 209 | |
| First sentence should end with a period. | 215 | |
| Method 'getICAO' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Method 'setICAO' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter sValue should be final. | 228 | |
| First sentence should end with a period. | 232 | |
| Method 'getFAACode' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Method 'setFAACode' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Parameter sValue should be final. | 245 | |
| First sentence should end with a period. | 249 | |
| Method 'getIATACode' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Method 'setIATACode' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Parameter sValue should be final. | 262 | |
| First sentence should end with a period. | 266 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| First sentence should end with a period. | 274 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Parameter sValue should be final. | 278 | |
| First sentence should end with a period. | 282 | |
| Method 'getMunicipal' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| First sentence should end with a period. | 289 | |
| Method 'setMunicipal' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Parameter sValue should be final. | 293 | |
| First sentence should end with a period. | 297 | |
| Method 'getStateCounty' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| First sentence should end with a period. | 305 | |
| Method 'setStateCounty' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| Parameter sValue should be final. | 309 | |
| First sentence should end with a period. | 313 | |
| Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| First sentence should end with a period. | 321 | |
| Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Parameter sValue should be final. | 325 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter delegate should be final. | 52 | |
| 'delegate' hides a field. | 52 | |
| Method 'setMathUtility' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter mathUtility should be final. | 56 | |
| Method 'getMathUtility' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'refreshModel' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '>' is not followed by whitespace. | 66 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter column should be final. | 87 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter rowVal should be final. | 91 | |
| Parameter column should be final. | 91 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter rowLine should be final. | 103 | |
| Parameter column should be final. | 103 | |
| '{' should be on the previous line. | 106 | |
| '3' is a magic number. | 113 | |
| '4' is a magic number. | 115 | |
| '5' is a magic number. | 117 | |
| '6' is a magic number. | 119 | |
| '7' is a magic number. | 121 | |
| '8' is a magic number. | 123 | |
| Method 'getItemAt' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter rowId should be final. | 130 | |
| Method 'removeRow' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Parameter rowId should be final. | 139 | |
| '{' should be on the previous line. | 140 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter columnIndex should be final. | 145 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 4 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'mImage' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'mTop' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'mBottom' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'mRight' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'mTopRight' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| '800' is a magic number. | 49 | |
| '100' is a magic number. | 49 | |
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter g should be final. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.persistence.*. | 6 | |
| Line is longer than 80 characters. | 22 | |
| '=' is not followed by whitespace. | 31 | |
| First sentence should end with a period. | 34 | |
| First sentence should end with a period. | 37 | |
| First sentence should end with a period. | 40 | |
| First sentence should end with a period. | 43 | |
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Parameter manufacturer should be final. | 50 | |
| 'manufacturer' hides a field. | 50 | |
| Expected @param tag for 'manufacturer'. | 50 | |
| Parameter model should be final. | 50 | |
| 'model' hides a field. | 50 | |
| Expected @param tag for 'model'. | 50 | |
| Parameter abbreviation should be final. | 50 | |
| 'abbreviation' hides a field. | 50 | |
| Expected @param tag for 'abbreviation'. | 50 | |
| Parameter characteristics should be final. | 50 | |
| 'characteristics' hides a field. | 50 | |
| Expected @param tag for 'characteristics'. | 50 | |
| First sentence should end with a period. | 57 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| '=' is not preceded with whitespace. | 66 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter id should be final. | 71 | |
| 'id' hides a field. | 71 | |
| Method 'getManufacturer' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| '=' is not preceded with whitespace. | 79 | |
| '20' is a magic number. | 79 | |
| '=' is not followed by whitespace. | 79 | |
| Method 'setManufacturer' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter manufacturer should be final. | 84 | |
| 'manufacturer' hides a field. | 84 | |
| Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| '=' is not preceded with whitespace. | 92 | |
| '20' is a magic number. | 92 | |
| '=' is not followed by whitespace. | 92 | |
| Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter model should be final. | 97 | |
| 'model' hides a field. | 97 | |
| Method 'getAbbreviation' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| '=' is not preceded with whitespace. | 106 | |
| '20' is a magic number. | 106 | |
| '=' is not followed by whitespace. | 106 | |
| Method 'setAbbreviation' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter abbreviation should be final. | 111 | |
| 'abbreviation' hides a field. | 111 | |
| Method 'getCharacteristics' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| '=' is not preceded with whitespace. | 120 | |
| '11' is a magic number. | 120 | |
| '=' is not followed by whitespace. | 120 | |
| Method 'setCharacteristics' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter characteristics should be final. | 128 | |
| 'characteristics' hides a field. | 128 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 44 | |
| ',' is not followed by whitespace. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Parameter logs should be final. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| 'cast' is not followed by whitespace. | 51 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter i should be final. | 64 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter i should be final. | 68 | |
| Parameter x should be final. | 68 | |
| Missing a Javadoc comment. | 72 | |
| Parameter obj should be final. | 72 | |
| Parameter i should be final. | 72 | |
| Parameter x should be final. | 72 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter rowLine should be final. | 76 | |
| Parameter column should be final. | 76 | |
| '{' should be on the previous line. | 81 | |
| '3' is a magic number. | 88 | |
| '4' is a magic number. | 90 | |
| '5' is a magic number. | 92 | |
| '6' is a magic number. | 94 | |
| '7' is a magic number. | 96 | |
| '8' is a magic number. | 98 | |
| '9' is a magic number. | 100 | |
| '10' is a magic number. | 102 | |
| '11' is a magic number. | 104 | |
| '12' is a magic number. | 106 | |
| '13' is a magic number. | 108 | |
| Line is longer than 80 characters. | 109 | |
| '14' is a magic number. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '15' is a magic number. | 112 | |
| '16' is a magic number. | 114 | |
| '17' is a magic number. | 116 | |
| '18' is a magic number. | 118 | |
| '19' is a magic number. | 120 | |
| '5' is a magic number. | 131 | |
| '6' is a magic number. | 133 | |
| '7' is a magic number. | 135 | |
| '8' is a magic number. | 137 | |
| '9' is a magic number. | 139 | |
| '10' is a magic number. | 141 | |
| '11' is a magic number. | 143 | |
| '12' is a magic number. | 145 | |
| '15' is a magic number. | 147 | |
| '16' is a magic number. | 149 | |
| '17' is a magic number. | 151 | |
| '18' is a magic number. | 153 | |
| '19' is a magic number. | 155 | |
| '=' is not preceded with whitespace. | 176 | |
| Line is longer than 80 characters. | 184 | |
| '5' is a magic number. | 184 | |
| '6' is a magic number. | 185 | |
| '7' is a magic number. | 186 | |
| '8' is a magic number. | 187 | |
| Line is longer than 80 characters. | 188 | |
| '9' is a magic number. | 188 | |
| '10' is a magic number. | 189 | |
| '11' is a magic number. | 190 | |
| '12' is a magic number. | 191 | |
| '15' is a magic number. | 192 | |
| '16' is a magic number. | 193 | |
| '17' is a magic number. | 194 | |
| Line is longer than 80 characters. | 195 | |
| '18' is a magic number. | 195 | |
| '19' is a magic number. | 196 | |
| Line is longer than 80 characters. | 198 | |
| '-' is not preceded with whitespace. | 198 | |
| '-' is not followed by whitespace. | 198 | |
| '-' is not preceded with whitespace. | 213 | |
| '-' is not followed by whitespace. | 213 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter columnIndex should be final. | 217 | |
| '{' should be on the previous line. | 219 | |
| '}' should be on the same line. | 221 | |
| '{' should be on the previous line. | 223 | |
| Missing a Javadoc comment. | 228 | |
| Parameter listen should be final. | 228 | |
| Missing a Javadoc comment. | 232 | |
| Parameter listener should be final. | 232 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Name 'FAAFromPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Name 'FAAToPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Name 'PICPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Name 'SICPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 | |
| Method 'getEntryDatePosition' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'setEntryDatePosition' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter entryDatePosition should be final. | 51 | |
| 'entryDatePosition' hides a field. | 51 | |
| Method 'getRegistrationPosition' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setRegistrationPosition' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter registrationPosition should be final. | 59 | |
| 'registrationPosition' hides a field. | 59 | |
| Method 'getFAAFromPosition' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Method 'setFAAFromPosition' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter FAAFromPosition should be final. | 67 | |
| 'FAAFromPosition' hides a field. | 67 | |
| Name 'FAAFromPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| Method 'getViaPosition' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setViaPosition' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter viaPosition should be final. | 75 | |
| 'viaPosition' hides a field. | 75 | |
| Method 'getFAAToPosition' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'setFAAToPosition' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter FAAToPosition should be final. | 83 | |
| 'FAAToPosition' hides a field. | 83 | |
| Name 'FAAToPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| Method 'getFlightDurationPosition' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setFlightDurationPosition' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter flightDurationPosition should be final. | 91 | |
| 'flightDurationPosition' hides a field. | 91 | |
| Method 'getPICPosition' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'setPICPosition' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter PICPosition should be final. | 99 | |
| 'PICPosition' hides a field. | 99 | |
| Name 'PICPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| Method 'getSICPosition' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Method 'setSICPosition' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter SICPosition should be final. | 107 | |
| 'SICPosition' hides a field. | 107 | |
| Name 'SICPosition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| Method 'getCrossCountryPosition' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Method 'setCrossCountryPosition' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter crossCountryPosition should be final. | 115 | |
| 'crossCountryPosition' hides a field. | 115 | |
| Method 'getFlightInstructingPosition' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Method 'setFlightInstructingPosition' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter flightInstructingPosition should be final. | 123 | |
| 'flightInstructingPosition' hides a field. | 123 | |
| Method 'getSafetyPilotPosition' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'setSafetyPilotPosition' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter safetyPilotPosition should be final. | 131 | |
| 'safetyPilotPosition' hides a field. | 131 | |
| Method 'getDualReceivedPosition' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Method 'setDualReceivedPosition' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter dualReceivedPosition should be final. | 139 | |
| 'dualReceivedPosition' hides a field. | 139 | |
| Method 'getSoloPosition' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Method 'setSoloPosition' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter soloPosition should be final. | 147 | |
| 'soloPosition' hides a field. | 147 | |
| Method 'getDayTakoffPosition' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Method 'setDayTakoffPosition' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter dayTakoffPosition should be final. | 155 | |
| 'dayTakoffPosition' hides a field. | 155 | |
| Method 'getDayLandingPosition' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Method 'setDayLandingPosition' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter dayLandingPosition should be final. | 163 | |
| 'dayLandingPosition' hides a field. | 163 | |
| Method 'getNightTakeoffPosition' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Method 'setNightTakeoffPosition' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter nightTakeoffPosition should be final. | 171 | |
| 'nightTakeoffPosition' hides a field. | 171 | |
| Method 'getNightLandingPosition' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Method 'setNightLandingPosition' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Missing a Javadoc comment. | 179 | |
| Parameter nightLandingPosition should be final. | 179 | |
| 'nightLandingPosition' hides a field. | 179 | |
| Method 'getInstrumentApproachesPosition' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Line is longer than 80 characters. | 187 | |
| Method 'setInstrumentApproachesPosition' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Parameter instrumentApproachesPosition should be final. | 187 | |
| 'instrumentApproachesPosition' hides a field. | 187 | |
| Method 'getConditionNightPosition' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Method 'setConditionNightPosition' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter conditionNightPosition should be final. | 195 | |
| 'conditionNightPosition' hides a field. | 195 | |
| Method 'getActualIMCPosition' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Method 'setActualIMCPosition' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Parameter actualIMCPosition should be final. | 203 | |
| 'actualIMCPosition' hides a field. | 203 | |
| Method 'getSimulatedIMCPosition' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Method 'setSimulatedIMCPosition' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Parameter simulatedIMCPosition should be final. | 211 | |
| 'simulatedIMCPosition' hides a field. | 211 | |
| Method 'getFlightSimPosition' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Method 'setFlightSimPosition' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter flightSimPosition should be final. | 219 | |
| 'flightSimPosition' hides a field. | 219 | |
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.wcb.gui.forms.report.*. | 3 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 12 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 17 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| '{' is not preceded with whitespace. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Parameter rType should be final. | 53 | |
| Missing a Javadoc comment. | 57 | |
| Parameter rType should be final. | 57 | |
| Parameter sVal should be final. | 57 | |
| Method 'addActionListener' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter listener should be final. | 66 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 74 | |
| Parameter rType should be final. | 74 | |
| '{' should be on the previous line. | 76 | |
| '3' is a magic number. | 86 | |
| '4' is a magic number. | 89 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 106 | |
| '0x522aec' is a magic number. | 106 | |
| Line is longer than 80 characters. | 107 | |
| '10' is a magic number. | 107 | |
| '.5f' is a magic number. | 107 | |
| '15' is a magic number. | 107 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter evt should be final. | 135 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.awt.*. | 10 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 11 | |
| Using the '.*' form of import should be avoided - java.awt.print.*. | 12 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 45 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Parameter c should be final. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Parameter componentToBePrinted should be final. | 52 | |
| 'componentToBePrinted' hides a field. | 52 | |
| Method 'print' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| 'if' construct must use '{}'s. | 59 | |
| 'catch' is not followed by whitespace. | 62 | |
| ',' is not followed by whitespace. | 63 | |
| Method 'print' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter g should be final. | 67 | |
| Parameter pageFormat should be final. | 67 | |
| Parameter pageIndex should be final. | 67 | |
| 'return' is not followed by whitespace. | 69 | |
| 'cast' is not followed by whitespace. | 71 | |
| Line is longer than 80 characters. | 72 | |
| 'return' is not followed by whitespace. | 76 | |
| Missing a Javadoc comment. | 80 | |
| Parameter c should be final. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Parameter c should be final. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| Variable 'LOG' must be private and have accessor methods. | 92 | |
| Line is longer than 80 characters. | 94 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| Line is longer than 80 characters. | 100 | |
| '}' should be on the same line. | 101 | |
| ',' is not followed by whitespace. | 103 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Parameter b should be final. | 60 | |
| Method 'installUI' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter c should be final. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Method 'getSelectColor' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| '0x005092' is a magic number. | 70 | |
| Method 'paintButtonPressed' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter g should be final. | 74 | |
| Parameter b should be final. | 74 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter g should be final. | 87 | |
| Parameter c should be final. | 87 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 102 | |
| '4' is a magic number. | 102 | |
| '-2' is a magic number. | 102 | |
| '4' is a magic number. | 102 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '150' is a magic number. | 117 | |
| '183' is a magic number. | 117 | |
| '210' is a magic number. | 117 | |
| '124' is a magic number. | 117 | |
| '165' is a magic number. | 117 | |
| '199' is a magic number. | 117 | |
| '}' should be on the same line. | 119 | |
| '245' is a magic number. | 121 | |
| '245' is a magic number. | 121 | |
| '245' is a magic number. | 121 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 127 | |
| '92' is a magic number. | 127 | |
| '143' is a magic number. | 127 | |
| '185' is a magic number. | 127 | |
| '51' is a magic number. | 127 | |
| '115' is a magic number. | 127 | |
| '168' is a magic number. | 127 | |
| '}' should be on the same line. | 129 | |
| '227' is a magic number. | 131 | |
| '227' is a magic number. | 131 | |
| '227' is a magic number. | 131 | |
| Line is longer than 80 characters. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter g should be final. | 141 | |
| Parameter b should be final. | 141 | |
| Parameter viewRect should be final. | 141 | |
| Parameter textRect should be final. | 141 | |
| Parameter iconRect should be final. | 141 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter c should be final. | 150 | |
| Parameter g should be final. | 150 | |
| Parameter x should be final. | 150 | |
| Parameter y should be final. | 150 | |
| Parameter w should be final. | 150 | |
| Parameter h should be final. | 150 | |
| '}' should be on the same line. | 166 | |
| '}' should be on the same line. | 169 | |
| '}' should be on the same line. | 172 | |
| Line is longer than 80 characters. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter g should be final. | 178 | |
| Parameter x should be final. | 178 | |
| Parameter y should be final. | 178 | |
| Parameter w should be final. | 178 | |
| Parameter h should be final. | 178 | |
| '1.25f' is a magic number. | 184 | |
| Line is longer than 80 characters. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Parameter g should be final. | 188 | |
| Parameter x should be final. | 188 | |
| Parameter y should be final. | 188 | |
| Parameter w should be final. | 188 | |
| Parameter h should be final. | 188 | |
| '128' is a magic number. | 192 | |
| '80' is a magic number. | 195 | |
| '4' is a magic number. | 198 | |
| '4' is a magic number. | 201 | |
| Line is longer than 80 characters. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter g should be final. | 205 | |
| Parameter x should be final. | 205 | |
| Parameter y should be final. | 205 | |
| Parameter w should be final. | 205 | |
| Parameter h should be final. | 205 | |
| '215' is a magic number. | 208 | |
| '215' is a magic number. | 208 | |
| '215' is a magic number. | 208 | |
| Line is longer than 80 characters. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Parameter g should be final. | 211 | |
| Parameter x should be final. | 211 | |
| Parameter y should be final. | 211 | |
| Parameter w should be final. | 211 | |
| Parameter h should be final. | 211 | |
| Line is longer than 80 characters. | 213 | |
| '187' is a magic number. | 215 | |
| '200' is a magic number. | 215 | |
| '211' is a magic number. | 215 | |
| Missing a Javadoc comment. | 218 | |
| Parameter g should be final. | 218 | |
| Parameter x should be final. | 218 | |
| Parameter y should be final. | 218 | |
| Parameter w should be final. | 218 | |
| Parameter h should be final. | 218 | |
| Line is longer than 80 characters. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Parameter g should be final. | 225 | |
| Parameter x should be final. | 225 | |
| Parameter y should be final. | 225 | |
| Parameter w should be final. | 225 | |
| Parameter h should be final. | 225 | |
| '215' is a magic number. | 228 | |
| '215' is a magic number. | 228 | |
| '215' is a magic number. | 228 | |
| '215' is a magic number. | 229 | |
| '215' is a magic number. | 229 | |
| '215' is a magic number. | 229 | |
| Missing a Javadoc comment. | 232 | |
| Parameter color should be final. | 232 | |
| '1.1f' is a magic number. | 233 | |
| Missing a Javadoc comment. | 236 | |
| Parameter color should be final. | 236 | |
| Parameter factor should be final. | 236 | |
| '3' is a magic number. | 237 | |
| Missing a Javadoc comment. | 250 | |
| More than 7 parameters. | 250 | |
| Parameter g should be final. | 251 | |
| Parameter x should be final. | 252 | |
| Parameter y should be final. | 252 | |
| Parameter w should be final. | 252 | |
| Parameter h should be final. | 252 | |
| Parameter backgroundColor should be final. | 253 | |
| Parameter edgeColor should be final. | 254 | |
| Parameter cornerColor should be final. | 255 | |
| Missing a Javadoc comment. | 278 | |
| Parameter g should be final. | 279 | |
| Parameter x should be final. | 280 | |
| Parameter y should be final. | 280 | |
| Parameter w should be final. | 280 | |
| Parameter h should be final. | 280 | |
| Parameter baseColor should be final. | 281 | |
| '90' is a magic number. | 283 | |
| '120' is a magic number. | 284 | |
| '200' is a magic number. | 285 | |
| '4' is a magic number. | 289 | |
| '4' is a magic number. | 292 | |
| '4' is a magic number. | 293 | |
| '5' is a magic number. | 294 | |
| '5' is a magic number. | 294 | |
| '4' is a magic number. | 297 | |
| Missing a Javadoc comment. | 301 | |
| Parameter baseColor should be final. | 301 | |
| Parameter alpha should be final. | 301 | |
| Missing a Javadoc comment. | 308 | |
| Parameter c should be final. | 308 | |
| Missing a Javadoc comment. | 310 | |
| Parameter c should be final. | 310 | |
| Parameter newInsets should be final. | 310 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 23 | |
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Parameter f should be final. | 39 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 45 | |
| First sentence should end with a period. | 52 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter f should be final. | 66 | |
| '{' should be on the previous line. | 70 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Method 'getWindDirection' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Method 'setWindDirection' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter wd should be final. | 26 | |
| Method 'getRunwayDirection' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setRunwayDirection' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter rnwy should be final. | 34 | |
| '36' is a magic number. | 36 | |
| '{' should be on the previous line. | 37 | |
| '10' is a magic number. | 38 | |
| '10' is a magic number. | 40 | |
| Method 'getWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Method 'setWindSpeed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter ws should be final. | 47 | |
| Method 'calculate' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Method 'getHeadwindResult' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'getHeadwindDirection' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| '{' should be on the previous line. | 64 | |
| Method 'getCrosswindResult' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'getCrossWindDirection' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| '{' should be on the previous line. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 11 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Method 'addActionListener' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter listener should be final. | 48 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 59 | |
| '0x522aec' is a magic number. | 59 | |
| Line is longer than 80 characters. | 60 | |
| '10' is a magic number. | 60 | |
| '.5f' is a magic number. | 60 | |
| '15' is a magic number. | 60 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 3 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 39 | |
| Method 'showHorizontalScroll' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter show should be final. | 42 | |
| Expected @param tag for 'show'. | 42 | |
| '{' is not preceded with whitespace. | 42 | |
| '{' is not preceded with whitespace. | 43 | |
| '}' should be on the same line. | 45 | |
| 'else' is not followed by whitespace. | 46 | |
| '{' is not preceded with whitespace. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| interfaces should describe a type and hence have methods. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'static' modifier. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'static' modifier. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'static' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'static' modifier. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'static' modifier. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'static' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'static' modifier. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'static' modifier. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'static' modifier. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'static' modifier. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'static' modifier. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'static' modifier. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'static' modifier. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'static' modifier. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'static' modifier. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'static' modifier. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'static' modifier. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'static' modifier. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Redundant 'static' modifier. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'static' modifier. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'static' modifier. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'static' modifier. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'static' modifier. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'static' modifier. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'static' modifier. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'static' modifier. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'static' modifier. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'static' modifier. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'static' modifier. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'static' modifier. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'static' modifier. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'static' modifier. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'static' modifier. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Redundant 'static' modifier. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Redundant 'static' modifier. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Redundant 'static' modifier. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Redundant 'static' modifier. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'static' modifier. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Redundant 'static' modifier. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'static' modifier. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Redundant 'static' modifier. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'static' modifier. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Redundant 'static' modifier. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Redundant 'static' modifier. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Redundant 'static' modifier. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Redundant 'static' modifier. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Redundant 'static' modifier. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Redundant 'static' modifier. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Redundant 'static' modifier. | 73 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| Missing a Javadoc comment. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| '<' is not preceded with whitespace. | 65 | |
| '<' is not followed by whitespace. | 65 | |
| '>' is not preceded with whitespace. | 65 | |
| Missing a Javadoc comment. | 67 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 20 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 36 | |
| Method 'marshall' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Parameter result should be final. | 39 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '>' is not followed by whitespace. | 41 | |
| First sentence should end with a period. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Method 'processLine' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter line should be final. | 58 | |
| '3' is a magic number. | 65 | |
| '4' is a magic number. | 66 | |
| Line is longer than 80 characters. | 68 | |
| '5' is a magic number. | 68 | |
| '6' is a magic number. | 68 | |
| '7' is a magic number. | 68 | |
| '8' is a magic number. | 68 | |
| Line is longer than 80 characters. | 69 | |
| '9' is a magic number. | 69 | |
| '10' is a magic number. | 69 | |
| '11' is a magic number. | 69 | |
| '12' is a magic number. | 69 | |
| First sentence should end with a period. | 73 | |
| Method 'parseAirportName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter preName should be final. | 80 | |
| First sentence should end with a period. | 84 | |
| Method 'parseCityName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter preCity should be final. | 91 | |
| First sentence should end with a period. | 94 | |
| Method 'parseLatitude' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter valLat should be final. | 100 | |
| ',' is not followed by whitespace. | 102 | |
| '3' is a magic number. | 102 | |
| ';' is not followed by whitespace. | 102 | |
| '3' is a magic number. | 104 | |
| ',' is not followed by whitespace. | 104 | |
| '5' is a magic number. | 104 | |
| ';' is not followed by whitespace. | 104 | |
| '5' is a magic number. | 106 | |
| ',' is not followed by whitespace. | 106 | |
| '7' is a magic number. | 106 | |
| ';' is not followed by whitespace. | 106 | |
| '7' is a magic number. | 108 | |
| ',' is not followed by whitespace. | 108 | |
| ';' is not followed by whitespace. | 109 | |
| ',' is not followed by whitespace. | 110 | |
| First sentence should end with a period. | 114 | |
| Method 'parseLongitude' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter valLat should be final. | 120 | |
| ',' is not followed by whitespace. | 122 | |
| '4' is a magic number. | 122 | |
| ';' is not followed by whitespace. | 122 | |
| '4' is a magic number. | 124 | |
| ',' is not followed by whitespace. | 124 | |
| '6' is a magic number. | 124 | |
| ';' is not followed by whitespace. | 124 | |
| '6' is a magic number. | 126 | |
| ',' is not followed by whitespace. | 126 | |
| '8' is a magic number. | 126 | |
| ';' is not followed by whitespace. | 126 | |
| '8' is a magic number. | 128 | |
| ',' is not followed by whitespace. | 128 | |
| ';' is not followed by whitespace. | 129 | |
| ',' is not followed by whitespace. | 130 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 11 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 14 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 45 | |
| '0x3779ff' is a magic number. | 46 | |
| Line is longer than 80 characters. | 47 | |
| '5' is a magic number. | 47 | |
| '.3f' is a magic number. | 47 | |
| '15' is a magic number. | 47 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| '+' should be on a new line. | 74 | |
| Line is longer than 80 characters. | 75 | |
| '+' should be on a new line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| '+' should be on a new line. | 76 | |
| Line is longer than 80 characters. | 77 | |
| '+' should be on a new line. | 77 | |
| '3' is a magic number. | 84 | |
| ',' is not followed by whitespace. | 85 | |
| '5' is a magic number. | 85 | |
| ',' is not followed by whitespace. | 85 | |
| '5' is a magic number. | 85 | |
| ',' is not followed by whitespace. | 85 | |
| Line is longer than 80 characters. | 86 | |
| ',' is not followed by whitespace. | 92 | |
| '5' is a magic number. | 92 | |
| ',' is not followed by whitespace. | 92 | |
| ',' is not followed by whitespace. | 92 | |
| '5' is a magic number. | 92 | |
| ',' is not followed by whitespace. | 99 | |
| ',' is not followed by whitespace. | 99 | |
| ',' is not followed by whitespace. | 99 | |
| '3' is a magic number. | 99 | |
| '3' is a magic number. | 110 | |
| ',' is not followed by whitespace. | 113 | |
| '5' is a magic number. | 113 | |
| ',' is not followed by whitespace. | 113 | |
| '5' is a magic number. | 113 | |
| ',' is not followed by whitespace. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '3' is a magic number. | 124 | |
| '3' is a magic number. | 126 | |
| ',' is not followed by whitespace. | 127 | |
| '5' is a magic number. | 127 | |
| ',' is not followed by whitespace. | 127 | |
| ',' is not followed by whitespace. | 127 | |
| ',' is not followed by whitespace. | 132 | |
| Method 'getFilePathName' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Method 'getFieldDelimiter' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Parameter evt should be final. | 160 | |
| 'if' is not followed by whitespace. | 163 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 176 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.io.*. | 9 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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. | 48 | |
| Name 'COMMA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| Variable 'COMMA' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Name 'TAB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| Variable 'TAB' must be private and have accessor methods. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Name 'PIPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| Variable 'PIPE' must be private and have accessor methods. | 50 | |
| '3' is a magic number. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Name 'SEMICOLON' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Variable 'SEMICOLON' must be private and have accessor methods. | 51 | |
| '4' is a magic number. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Method 'setLogService' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter svc should be final. | 59 | |
| Method 'getLogService' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 75 | |
| Method 'processFile' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter outFile should be final. | 75 | |
| Parameter exportVO should be final. | 75 | |
| Expected @param tag for 'exportVO'. | 75 | |
| Parameter separatorType should be final. | 75 | |
| Expected @param tag for 'separatorType'. | 75 | |
| Expected @throws tag for 'ServiceException'. | 75 | |
| Line is longer than 80 characters. | 83 | |
| '}' should be on the same line. | 85 | |
| Must have at least one statement. | 90 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter out should be final. | 96 | |
| Parameter voState should be final. | 96 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| '=' is not preceded with whitespace. | 99 | |
| 'for' is not followed by whitespace. | 100 | |
| ':' is not preceded with whitespace. | 100 | |
| ':' is not followed by whitespace. | 100 | |
| First sentence should end with a period. | 106 | |
| Parameter voState should be final. | 112 | |
| Expected @param tag for 'voState'. | 112 | |
| Line is longer than 80 characters. | 113 | |
| 'if' is not followed by whitespace. | 114 | |
| 'if' is not followed by whitespace. | 118 | |
| 'if' is not followed by whitespace. | 122 | |
| '{' should be on the previous line. | 123 | |
| 'if' is not followed by whitespace. | 127 | |
| '{' should be on the previous line. | 128 | |
| 'if' is not followed by whitespace. | 132 | |
| '{' should be on the previous line. | 133 | |
| 'if' is not followed by whitespace. | 137 | |
| '{' should be on the previous line. | 138 | |
| 'if' is not followed by whitespace. | 142 | |
| 'if' is not followed by whitespace. | 146 | |
| '{' should be on the previous line. | 147 | |
| 'if' is not followed by whitespace. | 151 | |
| 'if' is not followed by whitespace. | 155 | |
| '{' should be on the previous line. | 156 | |
| 'if' is not followed by whitespace. | 160 | |
| 'if' is not followed by whitespace. | 164 | |
| 'if' is not followed by whitespace. | 168 | |
| 'if' is not followed by whitespace. | 172 | |
| 'if' is not followed by whitespace. | 176 | |
| 'if' is not followed by whitespace. | 180 | |
| 'if' is not followed by whitespace. | 184 | |
| Missing a Javadoc comment. | 210 | |
| Parameter entry should be final. | 210 | |
| Parameter voState should be final. | 210 | |
| 'if' is not followed by whitespace. | 212 | |
| 'if' is not followed by whitespace. | 216 | |
| 'if' is not followed by whitespace. | 220 | |
| '{' should be on the previous line. | 221 | |
| 'if' is not followed by whitespace. | 225 | |
| '{' should be on the previous line. | 226 | |
| 'if' is not followed by whitespace. | 232 | |
| '{' should be on the previous line. | 233 | |
| 'if' is not followed by whitespace. | 237 | |
| '{' should be on the previous line. | 238 | |
| 'if' is not followed by whitespace. | 242 | |
| 'if' is not followed by whitespace. | 246 | |
| '{' should be on the previous line. | 247 | |
| 'if' is not followed by whitespace. | 251 | |
| 'if' is not followed by whitespace. | 255 | |
| '{' should be on the previous line. | 256 | |
| 'if' is not followed by whitespace. | 260 | |
| 'if' is not followed by whitespace. | 264 | |
| 'if' is not followed by whitespace. | 268 | |
| 'if' is not followed by whitespace. | 272 | |
| 'if' is not followed by whitespace. | 276 | |
| 'if' is not followed by whitespace. | 280 | |
| 'if' is not followed by whitespace. | 284 | |
| '3' is a magic number. | 321 | |
| '4' is a magic number. | 323 | |
| Parameter userDate should be final. | 335 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '}' should be on the same line. | 38 | |
| '1.9' is a magic number. | 43 | |
| '1.9' is a magic number. | 47 | |
| '.5' is a magic number. | 48 | |
| '1.9' is a magic number. | 49 | |
| '1.8' is a magic number. | 51 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter item should be final. | 55 | |
| '}' should be on the same line. | 59 | |
| Method 'findSingleEntry' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Method 'all' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 85 | |
| Parameter args should be final. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 48 | |
| Parameter columns should be final. | 48 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter delegate should be final. | 58 | |
| 'delegate' hides a field. | 58 | |
| Method 'refreshModel' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter column should be final. | 68 | |
| Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter rowVal should be final. | 72 | |
| Parameter column should be final. | 72 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter rowLine should be final. | 84 | |
| Parameter column should be final. | 84 | |
| '7' is a magic number. | 86 | |
| '{' should be on the previous line. | 88 | |
| '3' is a magic number. | 93 | |
| '4' is a magic number. | 95 | |
| '{' should be on the previous line. | 102 | |
| '3' is a magic number. | 109 | |
| Method 'getItemAt' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter rowId should be final. | 118 | |
| Method 'removeRow' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter rowId should be final. | 127 | |
| '{' should be on the previous line. | 128 | |
| Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter columnIndex should be final. | 133 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| 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 | |
| Method 'isAdditionalRatings' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'setAdditionalRatings' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter additionalRatings should be final. | 52 | |
| 'additionalRatings' hides a field. | 52 | |
| Method 'isStudent' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'setStudent' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter student should be final. | 60 | |
| 'student' hides a field. | 60 | |
| Method 'isPrivatePilot' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Method 'setPrivatePilot' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter privatePilot should be final. | 68 | |
| 'privatePilot' hides a field. | 68 | |
| Method 'isInstrumentRating' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Method 'setInstrumentRating' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter instrumentRating should be final. | 76 | |
| 'instrumentRating' hides a field. | 76 | |
| Method 'isRecreationalPilot' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setRecreationalPilot' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter recreationalPilot should be final. | 84 | |
| 'recreationalPilot' hides a field. | 84 | |
| Method 'isCommercialPilot' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'setCommercialPilot' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter commercialPilot should be final. | 92 | |
| 'commercialPilot' hides a field. | 92 | |
| Method 'isGliderPilot' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Method 'setGliderPilot' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter gliderPilot should be final. | 100 | |
| 'gliderPilot' hides a field. | 100 | |
| Method 'isAirplaneSEL' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'setAirplaneSEL' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter airplaneSEL should be final. | 108 | |
| 'airplaneSEL' hides a field. | 108 | |
| Method 'isAirplaneMEL' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Method 'setAirplaneMEL' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter airplaneMEL should be final. | 116 | |
| 'airplaneMEL' hides a field. | 116 | |
| Method 'isAirshipRating' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Method 'setAirshipRating' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Parameter airshipRating should be final. | 124 | |
| 'airshipRating' hides a field. | 124 | |
| Method 'isRotocraftRating' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Method 'setRotocraftRating' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter rotocraftRating should be final. | 132 | |
| 'rotocraftRating' hides a field. | 132 | |
| Method 'isBalloonRating' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Method 'setBalloonRating' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter balloonRating should be final. | 140 | |
| 'balloonRating' hides a field. | 140 | |
| Method 'isPoweredLift' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Method 'setPoweredLift' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter poweredLift should be final. | 148 | |
| 'poweredLift' hides a field. | 148 | |
| Method 'isAirlineTransportRating' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Method 'setAirlineTransportRating' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter airlineTransportRating should be final. | 156 | |
| 'airlineTransportRating' hides a field. | 156 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 8 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 11 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 34 | |
| Extra HTML tag found: </small> | 35 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Parameter frame should be final. | 45 | |
| 'frame' hides a field. | 45 | |
| '800' is a magic number. | 49 | |
| ',' is not followed by whitespace. | 49 | |
| '400' is a magic number. | 49 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter evt should be final. | 52 | |
| Line is longer than 80 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 11 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Parameter message should be final. | 51 | |
| Parameter cause should be final. | 60 | |
| Parameter message should be final. | 69 | |
| Parameter cause should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 13 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| 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 | |
| Name 'MAX_STEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| '=' is not preceded with whitespace. | 52 | |
| '=' is not followed by whitespace. | 52 | |
| Missing a Javadoc comment. | 54 | |
| '(' is preceded with whitespace. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 74 | |
| ',' is not followed by whitespace. | 79 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter evt should be final. | 92 | |
| 'if' is not followed by whitespace. | 95 | |
| 'if' is not followed by whitespace. | 102 | |
| 'if' is not followed by whitespace. | 110 | |
| Parameter panelName should be final. | 125 | |
| Expected @param tag for 'panelName'. | 125 | |
| Missing a Javadoc comment. | 130 | |
| Line is longer than 80 characters. | 131 | |
| '{' should be on the previous line. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| '}' should be on the same line. | 136 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 139 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 13 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| 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 | |
| Name 'MAX_STEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| '=' is not preceded with whitespace. | 51 | |
| '=' is not followed by whitespace. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 72 | |
| ',' is not followed by whitespace. | 75 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter evt should be final. | 92 | |
| 'if' is not followed by whitespace. | 95 | |
| 'if' is not followed by whitespace. | 102 | |
| 'if' is not followed by whitespace. | 110 | |
| Parameter panelName should be final. | 125 | |
| Missing a Javadoc comment. | 130 | |
| Line is longer than 80 characters. | 131 | |
| '{' should be on the previous line. | 133 | |
| Line is longer than 80 characters. | 134 | |
| '}' should be on the same line. | 135 | |
| '{' should be on the previous line. | 137 | |
| Line is longer than 80 characters. | 138 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.persistence.*. | 5 | |
| Line is longer than 80 characters. | 21 | |
| '=' is not followed by whitespace. | 31 | |
| First sentence should end with a period. | 34 | |
| First sentence should end with a period. | 37 | |
| First sentence should end with a period. | 40 | |
| First sentence should end with a period. | 43 | |
| Parameter registrationNumber should be final. | 44 | |
| 'registrationNumber' hides a field. | 44 | |
| Expected @param tag for 'registrationNumber'. | 44 | |
| Parameter typeId should be final. | 44 | |
| 'typeId' hides a field. | 44 | |
| Expected @param tag for 'typeId'. | 44 | |
| First sentence should end with a period. | 49 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| '=' is not preceded with whitespace. | 58 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter id should be final. | 63 | |
| 'id' hides a field. | 63 | |
| Method 'getRegistrationNumber' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| '=' is not preceded with whitespace. | 71 | |
| '=' is not followed by whitespace. | 71 | |
| '=' is not preceded with whitespace. | 71 | |
| '7' is a magic number. | 71 | |
| '=' is not followed by whitespace. | 71 | |
| Method 'setRegistrationNumber' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter registrationNumber should be final. | 76 | |
| 'registrationNumber' hides a field. | 76 | |
| Method 'getTypeId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| '=' is not preceded with whitespace. | 84 | |
| '=' is not followed by whitespace. | 84 | |
| '=' is not preceded with whitespace. | 84 | |
| '11' is a magic number. | 84 | |
| '=' is not followed by whitespace. | 84 | |
| Method 'setTypeId' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter typeId should be final. | 89 | |
| 'typeId' hides a field. | 89 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 44 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Parameter sValue should be final. | 44 | |
| Parameter vo should be final. | 44 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Parameter result should be final. | 49 | |
| Parameter vo should be final. | 49 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| '>' is not followed by whitespace. | 51 | |
| '}' should be on the same line. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter line should be final. | 64 | |
| Parameter vo should be final. | 64 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 130 | |
| Missing a Javadoc comment. | 136 | |
| Parameter value should be final. | 136 | |
| Missing a Javadoc comment. | 140 | |
| Parameter sVal should be final. | 140 | |
| '{' should be on the previous line. | 142 | |
| '}' should be on the same line. | 144 | |
| Missing a Javadoc comment. | 150 | |
| Parameter sVal should be final. | 150 | |
| '{' should be on the previous line. | 152 | |
| '}' should be on the same line. | 154 | |
| Missing a Javadoc comment. | 161 | |
| Parameter sValue should be final. | 161 | |
| '}' should be on the same line. | 165 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 7 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 12 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 33 | |
| '{' should be on the previous line. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Parameter table should be final. | 49 | |
| Parameter column should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| '60' is a magic number. | 58 | |
| Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Parameter table should be final. | 62 | |
| Parameter value should be final. | 62 | |
| Parameter isSelected should be final. | 62 | |
| Parameter hasFocus should be final. | 62 | |
| Parameter row should be final. | 62 | |
| Parameter column should be final. | 62 | |
| 'if' is not followed by whitespace. | 64 | |
| '{' should be on the previous line. | 65 | |
| '{' should be on the previous line. | 70 | |
| '}' should be on the same line. | 73 | |
| '{' should be on the previous line. | 75 | |
| '}' should be on the same line. | 78 | |
| '{' should be on the previous line. | 80 | |
| Method 'getTableCellEditorComponent' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter table should be final. | 88 | |
| Parameter value should be final. | 88 | |
| Parameter isSelected should be final. | 88 | |
| Parameter row should be final. | 88 | |
| Parameter column should be final. | 88 | |
| 'if' is not followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 94 | |
| Method 'getCellEditorValue' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| '{' should be on the previous line. | 99 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 10 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 15 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 41 | |
| '{' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Method 'addActionListener' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter listener should be final. | 57 | |
| Line is longer than 80 characters. | 62 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| '800' is a magic number. | 79 | |
| ',' is not followed by whitespace. | 79 | |
| '400' is a magic number. | 79 | |
| Line is longer than 80 characters. | 81 | |
| '0x522aec' is a magic number. | 81 | |
| Line is longer than 80 characters. | 82 | |
| '10' is a magic number. | 82 | |
| '.5f' is a magic number. | 82 | |
| '15' is a magic number. | 82 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter evt should be final. | 110 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 19 | |
| interfaces should describe a type and hence have methods. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| 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. | 54 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 63 | |
| Method 'paintBorder' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter c should be final. | 63 | |
| Parameter g should be final. | 63 | |
| Parameter x should be final. | 63 | |
| Parameter y should be final. | 63 | |
| Parameter width should be final. | 63 | |
| Parameter height should be final. | 63 | |
| '8' is a magic number. | 64 | |
| '14' is a magic number. | 66 | |
| '8' is a magic number. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '5' is a magic number. | 74 | |
| '5' is a magic number. | 74 | |
| '4' is a magic number. | 86 | |
| Line is longer than 80 characters. | 90 | |
| '6' is a magic number. | 90 | |
| Comment matches to-do format 'TODO:'. | 93 | |
| Line is longer than 80 characters. | 93 | |
| '90' is a magic number. | 95 | |
| '180' is a magic number. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 99 | |
| '6' is a magic number. | 99 | |
| Line is longer than 80 characters. | 102 | |
| '270' is a magic number. | 102 | |
| '180' is a magic number. | 102 | |
| '4' is a magic number. | 113 | |
| Method 'getBorderInsets' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter c should be final. | 118 | |
| '3' is a magic number. | 119 | |
| '24' is a magic number. | 119 | |
| '14' is a magic number. | 119 | |
| Method 'isBorderOpaque' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 34 | |
| 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 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 71 | |
| Method 'paintBorder' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter c should be final. | 71 | |
| Parameter g should be final. | 71 | |
| Parameter x should be final. | 71 | |
| Parameter y should be final. | 71 | |
| Parameter width should be final. | 71 | |
| Parameter height should be final. | 71 | |
| Line is longer than 80 characters. | 101 | |
| Method 'getBorderInsets' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter c should be final. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Method 'isBorderOpaque' is not designed for extension - needs to be abstract, final or empty. | 128 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 12 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Method 'getLogbookService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| 'if' is not followed by whitespace. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Method 'setLogbookService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter logbookService should be final. | 49 | |
| 'logbookService' hides a field. | 49 | |
| Method 'getValidatorService' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| 'if' is not followed by whitespace. | 54 | |
| '(' is followed by whitespace. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Method 'setValidatorService' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter svc should be final. | 60 | |
| Line is longer than 80 characters. | 70 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter entry should be final. | 72 | |
| Line is longer than 80 characters. | 79 | |
| Method 'saveLogEntry' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter entry should be final. | 83 | |
| '{' should be on the previous line. | 85 | |
| '}' should be on the same line. | 87 | |
| '{' should be on the previous line. | 89 | |
| Method 'getAllLogbookEntries' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| '{' should be on the previous line. | 100 | |
| '}' should be on the same line. | 102 | |
| '{' should be on the previous line. | 104 | |
| 'if' is not followed by whitespace. | 105 | |
| Line is longer than 80 characters. | 106 | |
| '+' should be on a new line. | 106 | |
| '+' should be on a new line. | 107 | |
| Line is longer than 80 characters. | 108 | |
| 'if' is not followed by whitespace. | 109 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '>' is not followed by whitespace. | 114 | |
| Method 'findByRegistration' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| '<' is not preceded with whitespace. | 125 | |
| '<' is not followed by whitespace. | 125 | |
| '>' is not preceded with whitespace. | 125 | |
| Parameter registration should be final. | 125 | |
| Expected @param tag for 'registration'. | 125 | |
| '{' should be on the previous line. | 127 | |
| '}' should be on the same line. | 129 | |
| '{' should be on the previous line. | 131 | |
| Method 'isAirplaneInLogbook' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter registration should be final. | 137 | |
| '<' is not preceded with whitespace. | 138 | |
| '<' is not followed by whitespace. | 138 | |
| '>' is not preceded with whitespace. | 138 | |
| First sentence should end with a period. | 142 | |
| Method 'findLogEntry' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Parameter pkId should be final. | 147 | |
| '{' should be on the previous line. | 149 | |
| '}' should be on the same line. | 151 | |
| '{' should be on the previous line. | 153 | |
| First sentence should end with a period. | 159 | |
| Expected an @return tag. | 163 | |
| Method 'deleteLogEntry' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Parameter entry should be final. | 163 | |
| '{' should be on the previous line. | 165 | |
| '}' should be on the same line. | 167 | |
| '{' should be on the previous line. | 169 | |
| Method 'getAircraftForLogEntry' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter lineitem should be final. | 176 | |
| '{' should be on the previous line. | 179 | |
| '}' should be on the same line. | 183 | |
| '{' should be on the previous line. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Method 'getAircraftType' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Missing a Javadoc comment. | 192 | |
| Parameter aircraft should be final. | 192 | |
| '{' should be on the previous line. | 194 | |
| Line is longer than 80 characters. | 195 | |
| '}' should be on the same line. | 196 | |
| '{' should be on the previous line. | 198 | |
| ',' is not followed by whitespace. | 199 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Using the '.*' form of import should be avoided - javax.swing.*. | 29 | |
| Using the '.*' form of import should be avoided - java.awt.event.*. | 30 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 31 | |
| Class WindowStateSaver should be declared as final. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 54 | |
| Parameter evt should be final. | 54 | |
| 'catch' is not followed by whitespace. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Parameter frame should be final. | 68 | |
| '10' is a magic number. | 70 | |
| '10' is a magic number. | 71 | |
| '800' is a magic number. | 72 | |
| '620' is a magic number. | 73 | |
| 'if' is not followed by whitespace. | 74 | |
| '(' is followed by whitespace. | 74 | |
| '10' is a magic number. | 74 | |
| '10' is a magic number. | 74 | |
| Missing a Javadoc comment. | 84 | |
| Parameter frame should be final. | 84 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - javax.swing.*. | 12 | |
| Using the '.*' form of import should be avoided - java.awt.*. | 13 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 50 | |
| '0x3779ff' is a magic number. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '5' is a magic number. | 52 | |
| '.3f' is a magic number. | 52 | |
| '15' is a magic number. | 52 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line has trailing spaces. | 70 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter evt should be final. | 89 | |
| '{' should be on the previous line. | 92 | |
| '{' should be on the previous line. | 117 | |
| Method 'getForm' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 |