The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 507 | 0 | 0 | 649 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 4 | |
| NewlineAtEndOfFile | 20 | |
| Translation | 0 | |
JavadocMethod
|
138 | |
JavadocType
|
5 | |
| JavadocVariable | 14 | |
| ConstantName | 4 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
Header
|
0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 65 | |
| FileLength | 0 | |
LineLength
|
48 | |
| MethodLength | 0 | |
| ParameterNumber | 4 | |
| EmptyForIteratorPad | 0 | |
| NoWhitespaceAfter | 11 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 1 | |
| ParenPad | 0 | |
| TabCharacter | 148 | |
| WhitespaceAfter | 0 | |
WhitespaceAround
|
13 | |
| ModifierOrder | 1 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 5 | |
LeftCurly
|
11 | |
| NeedBraces | 1 | |
RightCurly
|
0 | |
| CovariantEquals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 8 | |
| MagicNumber | 55 | |
| MissingSwitchDefault | 4 | |
RedundantThrows
|
7 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| StringLiteralEquality | 0 | |
| SuperClone | 0 | |
| SuperFinalize | 0 | |
| IllegalType | 15 | |
| DeclarationOrder | 23 | |
| ExplicitInitialization | 0 | |
| DefaultComesLast | 0 | |
| FallThrough | 0 | |
| MultipleVariableDeclarations | 8 | |
| UnnecessaryParentheses | 3 | |
| FinalClass | 21 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
4 | |
| ArrayTypeStyle | 0 | |
GenericIllegalRegexp
|
3 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 562 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| switch without "default" clause. | 109 | |
| switch without "default" clause. | 162 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 426 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 156 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 52 | |
| Unnecessary parentheses around identifier 'y'. | 105 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 77 | |
| '/' is not preceded with whitespace. | 81 | |
| '/' is not followed by whitespace. | 81 | |
| '2.54' is a magic number. | 81 | |
| Missing a Javadoc comment. | 97 | |
| '8' is a magic number. | 101 | |
| '4' is a magic number. | 101 | |
| Name 'unitNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 43 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 21 | |
| Unused import - net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder. | 25 | |
| Line is longer than 100 characters. | 105 | |
| Line is longer than 100 characters. | 205 | |
| Line is longer than 100 characters. | 330 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'editable'. | 130 | |
| Expected @param tag for 'multi'. | 132 | |
| Expected an @return tag. | 252 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'container'. | 386 | |
| Inner assignments should be avoided. | 390 | |
| Expected @param tag for 'cellGroups'. | 634 | |
| Unnecessary parentheses around identifier 'vert'. | 771 | |
| Each variable declaration must be in its own statement. | 799 | |
| 'if' is not followed by whitespace. | 951 | |
| 'for' construct must use '{}'s. | 1015 | |
| Empty statement. | 1017 | |
| More than 7 parameters. | 1134 | |
| Each variable declaration must be in its own statement. | 1147 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 71 | |
| Expected an @return tag. | 153 | |
| Expected an @return tag. | 171 | |
| Expected an @return tag. | 215 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 240 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 271 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 354 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 384 |
| Violation | Message | Line |
|---|---|---|
| Class ListModelUtils should be declared as final. | 44 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 90 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 81 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 212 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 45 | |
| '{' is followed by whitespace. | 50 | |
| '{' is followed by whitespace. | 56 | |
| '{' is followed by whitespace. | 60 | |
| '{' is followed by whitespace. | 65 | |
| '{' is followed by whitespace. | 69 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Class ReflectionUtils should be declared as final. | 46 | |
| Expected @param tag for '<T>'. | 135 | |
| Line is longer than 100 characters. | 399 | |
| '17' is a magic number. | 581 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.ComponentBuilderData. | 19 | |
| Unused import - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment. | 22 | |
| Expected an @return tag. | 153 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 162 | |
| Line is longer than 100 characters. | 211 | |
| 'abstract' modifier out of order with the JLS suggestions. | 238 |
| Violation | Message | Line |
|---|---|---|
| Class ClassDependency should be declared as final. | 34 |
| Violation | Message | Line |
|---|---|---|
| 'if' is not followed by whitespace. | 183 | |
| Line is longer than 100 characters. | 185 | |
| Line is longer than 100 characters. | 189 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 27 | |
| Line is longer than 100 characters. | 153 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ConversionHelper. | 28 | |
| Name 'anonymousCounter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 99 | |
| Line is longer than 100 characters. | 205 | |
| Line is longer than 100 characters. | 513 | |
| Unused @param tag for 'names'. | 537 | |
| Expected an @return tag. | 570 | |
| Expected an @return tag. | 590 | |
| Line is longer than 100 characters. | 938 | |
| Line is longer than 100 characters. | 1003 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 1119 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 1153 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 38 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 140 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 23 | |
| Expected @throws tag for 'JellyTagException'. | 398 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.transform.ChainValidator. | 21 | |
| Type Javadoc comment is missing an @param <T> tag. | 48 | |
| switch without "default" clause. | 116 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.BeanProvider. | 19 | |
| Unused import - net.sf.jguiraffe.di.BeanStore. | 20 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'filters'. | 160 | |
| Expected @param tag for 'childFilters'. | 164 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'c'. | 146 | |
| Expected @param tag for 's'. | 148 | |
| Unused @param tag for 'c'. | 158 | |
| Expected @param tag for 's'. | 160 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 103 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 51 |
| Violation | Message | Line |
|---|---|---|
| Class SwingEventConstantMapper should be declared as final. | 62 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InvocationHelper. | 22 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.NoSuchElementException. | 19 | |
| Line is longer than 100 characters. | 35 | |
| Expected @param tag for 'names'. | 184 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 150 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'cmd'. | 398 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'shortEvaluation'. | 88 | |
| Expected @param tag for 'ctx'. | 194 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.action.ActionBuilder. | 19 | |
| Unused import - net.sf.jguiraffe.gui.builder.components.ComponentBuilderData. | 20 | |
| Line is longer than 100 characters. | 65 |
| Violation | Message | Line |
|---|---|---|
| Class Accelerator should be declared as final. | 80 | |
| Unused @param tag for 'key'. | 329 | |
| Expected @param tag for 'keyCode'. | 335 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 80 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 111 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
| Violation | Message | Line |
|---|---|---|
| Class ByteArrayLocator should be declared as final. | 52 |
| Violation | Message | Line |
|---|---|---|
| Variable access definition in wrong order. | 48 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 150 | |
| Expected an @return tag. | 166 | |
| Expected an @return tag. | 290 |
| Violation | Message | Line |
|---|---|---|
| Class FileLocator should be declared as final. | 45 |
| Violation | Message | Line |
|---|---|---|
| Class NameDependency should be declared as final. | 34 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 21 | |
| Unused import - net.sf.jguiraffe.di.InvocationHelper. | 22 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 170 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 32 | |
| Class DefaultValidationResult should be declared as final. | 53 | |
| 'for' is not followed by whitespace. | 88 | |
| 'if' is not followed by whitespace. | 90 | |
| 'if' is not followed by whitespace. | 94 | |
| 'if' is not followed by whitespace. | 164 | |
| '17' is a magic number. | 223 | |
| '23' is a magic number. | 224 | |
| Expected an @return tag. | 396 | |
| Expected an @return tag. | 416 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 133 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.forms.BindingStrategy. | 37 | |
| 'if' is not followed by whitespace. | 730 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'MissingAttributeException'. | 190 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 92 |
| Violation | Message | Line |
|---|---|---|
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 50 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 76 |
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 105 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 85 | |
| 'if' is not followed by whitespace. | 95 | |
| Expected @param tag for 'name'. | 116 | |
| Expected @param tag for 'defAlignment'. | 116 |
| Violation | Message | Line |
|---|---|---|
| Variable access definition in wrong order. | 68 | |
| Variable access definition in wrong order. | 74 | |
| Variable access definition in wrong order. | 80 | |
| Variable access definition in wrong order. | 86 | |
| More than 7 parameters. | 123 | |
| Expected an @return tag. | 211 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'the'. | 180 | |
| Expected @param tag for 'tip'. | 183 | |
| Unused @param tag for 'the'. | 192 | |
| Expected @param tag for 'tip'. | 194 | |
| Unused @param tag for 'the'. | 205 | |
| Expected @param tag for 'tip'. | 208 | |
| Expected an @return tag. | 276 | |
| Variable 'standardTip' must be private and have accessor methods. | 321 | |
| Variable 'additionalTip' must be private and have accessor methods. | 324 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'output'. | 130 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 265 | |
| Expected an @return tag. | 275 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 145 | |
| '{' is followed by whitespace. | 149 | |
| Expected @throws tag for 'JellyTagException'. | 466 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 95 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.BeanStore. | 20 | |
| Line is longer than 100 characters. | 46 | |
| Line is longer than 100 characters. | 55 | |
| Line is longer than 100 characters. | 84 | |
| Line is longer than 100 characters. | 109 | |
| Line is longer than 100 characters. | 124 | |
| Line is longer than 100 characters. | 142 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 320 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment. | 22 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 19 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 50 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 95 | |
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 113 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 108 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 219 | |
| Missing a Javadoc comment. | 224 | |
| Missing a Javadoc comment. | 229 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 261 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'the'. | 291 | |
| Expected @param tag for 'container'. | 295 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for '<T>'. | 88 | |
| Expected @param tag for '<T>'. | 102 | |
| Line has trailing spaces. | 257 | |
| Line has trailing spaces. | 265 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 24 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'FormBuilderException'. | 56 | |
| '32' is a magic number. | 103 | |
| '255' is a magic number. | 166 | |
| '255' is a magic number. | 166 | |
| '255' is a magic number. | 166 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandler. | 24 | |
| ':' should be on a new line. | 87 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 77 | |
| Expected @param tag for 'data'. | 98 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.MissingResourceException. | 20 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 115 | |
| Line is longer than 100 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.MissingResourceException. | 22 | |
| '17' is a magic number. | 315 |
| Violation | Message | Line |
|---|---|---|
| Class LocatorUtils should be declared as final. | 46 | |
| 'if' is not followed by whitespace. | 104 | |
| 'if' is not followed by whitespace. | 109 |
| Violation | Message | Line |
|---|---|---|
| Variable access definition in wrong order. | 51 | |
| Expected an @return tag. | 226 | |
| '64' is a magic number. | 229 | |
| '17' is a magic number. | 245 | |
| '32' is a magic number. | 249 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 24 |
| Violation | Message | Line |
|---|---|---|
| Each variable declaration must be in its own statement. | 117 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 51 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 71 |
| Violation | Message | Line |
|---|---|---|
| Class ActionHelper should be declared as final. | 39 | |
| Expected @param tag for 'enabled'. | 204 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 170 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 123 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 20 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for '<T>'. | 237 | |
| Expected @param tag for '<T>'. | 251 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'MissingAttributeException' is subclass of 'JellyTagException'. | 56 |
| Violation | Message | Line |
|---|---|---|
| Class URLLocator should be declared as final. | 43 |
| Violation | Message | Line |
|---|---|---|
| Class TableColumnWidthController should be declared as final. | 40 | |
| '100' is a magic number. | 246 | |
| '100' is a magic number. | 288 | |
| '100' is a magic number. | 337 | |
| '100' is a magic number. | 375 | |
| '100' is a magic number. | 384 | |
| '100' is a magic number. | 401 | |
| Expected an @return tag. | 421 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 38 | |
| Line has trailing spaces. | 100 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 36 |
| Violation | Message | Line |
|---|---|---|
| switch without "default" clause. | 137 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.MissingResourceException. | 22 |
| Violation | Message | Line |
|---|---|---|
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 66 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 179 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 197 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 240 | |
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 265 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.EmptyStackException. | 20 | |
| Unused import - net.sf.jguiraffe.di.BeanStore. | 28 | |
| Unused import - net.sf.jguiraffe.gui.builder.BuilderData. | 31 | |
| Variable access definition in wrong order. | 194 | |
| Unused Javadoc tag. | 854 | |
| Expected @param tag for 'names'. | 856 | |
| Variable 'componentStore' must be private and have accessor methods. | 1212 | |
| Variable 'callBacks' must be private and have accessor methods. | 1215 |
| Violation | Message | Line |
|---|---|---|
| Variable access definition in wrong order. | 57 | |
| Variable access definition in wrong order. | 60 | |
| '3' is a magic number. | 238 | |
| '3' is a magic number. | 239 | |
| Each variable declaration must be in its own statement. | 283 | |
| '50' is a magic number. | 323 | |
| '100' is a magic number. | 327 | |
| '{' should be on a new line. | 339 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused @param tag for 'locale'. | 100 | |
| Expected @param tag for 'loc'. | 105 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 31 | |
| Line is longer than 100 characters. | 197 | |
| Unused @throws tag for 'ApplicationException'. | 700 | |
| Expected @throws tag for 'ApplicationRuntimeException'. | 703 | |
| Line is longer than 100 characters. | 1157 |
| Violation | Message | Line |
|---|---|---|
| Must have at least one statement. | 111 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.BeanContext. | 19 | |
| Unused import - net.sf.jguiraffe.di.InjectionException. | 20 | |
| Unused import - net.sf.jguiraffe.gui.builder.action.ActionStore. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'an'. | 62 | |
| Expected @param tag for 'params'. | 67 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'loaderRef'. | 78 | |
| Expected @param tag for 'name'. | 82 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 18 | |
| Line is longer than 100 characters. | 276 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'FormActionException'. | 193 |
| Violation | Message | Line |
|---|---|---|
| Name 'txCounter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| Unused @param tag for 'the'. | 186 | |
| Expected @param tag for 'name'. | 189 | |
| Expected @param tag for '<T>'. | 272 | |
| Expected @param tag for '<T>'. | 285 |
| Violation | Message | Line |
|---|---|---|
| Class CellConstraints should be declared as final. | 113 | |
| '32' is a magic number. | 212 | |
| '17' is a magic number. | 290 | |
| '3' is a magic number. | 476 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 19 |
| Violation | Message | Line |
|---|---|---|
| 'catch' is not followed by whitespace. | 232 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 153 | |
| Expected @throws tag for 'JellyTagException'. | 206 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 46 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.transform.ValidationMessageHandler. | 29 |
| Violation | Message | Line |
|---|---|---|
| Class ConstantBeanProvider should be declared as final. | 62 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 20 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 41 | |
| Expected an @return tag. | 54 |
| Violation | Message | Line |
|---|---|---|
| Inner assignments should be avoided. | 320 |
| Violation | Message | Line |
|---|---|---|
| Class ColorHelper should be declared as final. | 49 | |
| Variable access definition in wrong order. | 55 | |
| Variable access definition in wrong order. | 58 | |
| Variable access definition in wrong order. | 65 | |
| '16' is a magic number. | 160 | |
| '16' is a magic number. | 161 | |
| '8' is a magic number. | 161 | |
| '0xFF' is a magic number. | 161 | |
| '0xFF' is a magic number. | 162 | |
| '{' should be on a new line. | 234 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Missing a Javadoc comment. | 240 | |
| Missing a Javadoc comment. | 240 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.ClassLoaderProvider. | 19 | |
| Line is longer than 100 characters. | 56 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'MissingAttributeException'. | 126 |
| Violation | Message | Line |
|---|---|---|
| Variable access definition in wrong order. | 111 | |
| Variable access definition in wrong order. | 114 | |
| Variable access definition in wrong order. | 118 | |
| Variable access definition in wrong order. | 122 | |
| Variable access definition in wrong order. | 126 | |
| Unused @param tag for 'the'. | 211 | |
| Expected an @return tag. | 213 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 60 | |
| Expected @throws tag for 'Exception'. | 165 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 24 | |
| Unused @param tag for 'initinv'. | 67 | |
| Expected @param tag for 'initInv'. | 74 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'fields'. | 458 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.BeanContext. | 19 | |
| Unused import - net.sf.jguiraffe.di.InjectionException. | 21 |
| Violation | Message | Line |
|---|---|---|
| Class DummyBindingStrategy should be declared as final. | 41 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 323 |
| Violation | Message | Line |
|---|---|---|
| Class InvocationData should be declared as final. | 55 | |
| Expected @throws tag for 'JellyTagException'. | 199 |
| Violation | Message | Line |
|---|---|---|
| Declaring variables, return values or parameters of type 'LinkedList' is not allowed. | 68 |
| Violation | Message | Line |
|---|---|---|
| Variable access definition in wrong order. | 49 | |
| Variable access definition in wrong order. | 52 | |
| Variable access definition in wrong order. | 55 | |
| Variable access definition in wrong order. | 58 | |
| Variable access definition in wrong order. | 61 | |
| '7' is a magic number. | 272 | |
| '7' is a magic number. | 272 | |
| '7' is a magic number. | 273 | |
| '7' is a magic number. | 273 | |
| Each variable declaration must be in its own statement. | 281 | |
| '5' is a magic number. | 299 | |
| '5' is a magic number. | 309 | |
| '3' is a magic number. | 359 | |
| '100' is a magic number. | 360 | |
| '4' is a magic number. | 361 | |
| '5' is a magic number. | 363 | |
| '6' is a magic number. | 365 | |
| '3' is a magic number. | 373 | |
| '100' is a magic number. | 374 | |
| '4' is a magic number. | 375 | |
| '5' is a magic number. | 377 | |
| '6' is a magic number. | 379 | |
| '3' is a magic number. | 394 | |
| '3' is a magic number. | 409 | |
| '3' is a magic number. | 427 | |
| '3' is a magic number. | 427 | |
| '3' is a magic number. | 442 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Redundant 'public' modifier. | 96 |
| Violation | Message | Line |
|---|---|---|
| Duplicate @return tag. | 172 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 102 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.BeanStore. | 19 | |
| Unused import - net.sf.jguiraffe.di.ConversionHelper. | 21 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'equal'. | 358 | |
| Unused @param tag for 'datePart'. | 453 | |
| Expected @param tag for 'timePart'. | 457 | |
| Must have at least one statement. | 559 | |
| Must have at least one statement. | 568 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 23 | |
| Unused import - net.sf.jguiraffe.gui.forms.FieldHandler. | 31 | |
| Unused import - net.sf.jguiraffe.transform.Transformer. | 34 | |
| Line is longer than 100 characters. | 813 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment. | 22 | |
| Expected an @return tag. | 131 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 426 | |
| Expected @throws tag for 'ExpandVetoException'. | 449 | |
| Line is longer than 100 characters. | 453 | |
| Expected @throws tag for 'ExpandVetoException'. | 463 | |
| Line is longer than 100 characters. | 478 | |
| Line is longer than 100 characters. | 520 |
| Violation | Message | Line |
|---|---|---|
| Class PercentData should be declared as final. | 69 | |
| Variable access definition in wrong order. | 77 | |
| More than 7 parameters. | 119 | |
| Unnecessary parentheses around identifier 'vert'. | 226 | |
| '17' is a magic number. | 325 | |
| Inner assignments should be avoided. | 617 | |
| Inner assignments should be avoided. | 617 | |
| Inner assignments should be avoided. | 617 | |
| Inner assignments should be avoided. | 618 | |
| Inner assignments should be avoided. | 619 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 234 | |
| Expected @param tag for 'context'. | 234 | |
| '17' is a magic number. | 342 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.di.InjectionException. | 23 | |
| Line is longer than 100 characters. | 469 | |
| Expected an @return tag. | 485 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 442 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 48 |
| Violation | Message | Line |
|---|---|---|
| Must have at least one statement. | 446 | |
| Each variable declaration must be in its own statement. | 589 | |
| Inner assignments should be avoided. | 594 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 78 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.NoSuchElementException. | 19 | |
| Unused import - net.sf.jguiraffe.di.BeanProvider. | 22 | |
| Unused import - net.sf.jguiraffe.di.ConversionHelper. | 25 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException. | 23 |
| Violation | Message | Line |
|---|---|---|
| Declaring variables, return values or parameters of type 'AbstractButton' is not allowed. | 57 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.NoSuchElementException. | 22 | |
| Must have at least one statement. | 249 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException. | 19 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| 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. | 86 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.event.FormEventManager. | 28 | |
| Unused @param tag for 'eventFilter'. | 188 | |
| Expected @param tag for 'filterName'. | 190 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.jelly.MissingAttributeException. | 22 | |
| Unused @throws tag for 'MissingAttributeException'. | 273 | |
| Expected an @return tag. | 275 | |
| Expected @throws tag for 'JellyTagException'. | 277 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 258 |
| Violation | Message | Line |
|---|---|---|
| Class EnumConverter should be declared as final. | 45 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| Expected an @return tag. | 78 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 133 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 100 characters. | 209 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'GUIRuntimeException'. | 59 |
| Violation | Message | Line |
|---|---|---|
| Class ClassPathLocator should be declared as final. | 43 | |
| Expected an @return tag. | 115 | |
| Expected @param tag for 'obj'. | 116 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.tags.IconTag. | 19 | |
| Unused import - net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag. | 20 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 36 |
| Violation | Message | Line |
|---|---|---|
| '{' is followed by whitespace. | 989 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment. | 21 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'bold'. | 258 | |
| Expected @param tag for 'italic'. | 260 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.jguiraffe.gui.builder.components.model.StaticTextData. | 23 | |
| Unused import - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment. | 24 | |
| Expected an @return tag. | 157 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Expected an @return tag. | 100 | |
| Expected an @return tag. | 110 | |
| Each variable declaration must be in its own statement. | 169 | |
| Unused @param tag for 'containter'. | 232 | |
| Expected @param tag for 'container'. | 235 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment. | 26 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on a new line. | 42 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 85 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.MissingResourceException. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 68 |