The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 43 | 0 | 398 | 433 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 8 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| JavadocMethod | 146 | |
| JavadocType | 3 | |
| JavadocVariable | 8 | |
| JavadocStyle | 193 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 40 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 4 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| FileLength | 0 | |
LineLength
| 4 | |
MethodLength
| 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | Ignore |
| NoWhitespaceBefore | 0 | Ignore |
| OperatorWrap | 0 | |
| ParenPad | 6 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | Ignore |
| WhitespaceAround | 0 | Ignore |
| ModifierOrder | 4 | |
| RedundantModifier | 31 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
LeftCurly
| 14 | |
| NeedBraces | 0 | |
RightCurly
| 0 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 19 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 79 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 4 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 76 | |
GenericIllegalRegexp
| 183 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 15 | |
| First sentence should end with a period. | 21 | |
| Name 'm_DoubleClickAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| First sentence should end with a period. | 24 | |
| Name 'm_ActionCommand' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
| First sentence should end with a period. | 27 | |
| First sentence should end with a period. | 38 | |
| Parameter dblClickAction should be final. | 42 | |
| Expected @param tag for 'dblClickAction'. | 42 | |
| Line has trailing spaces. | 46 | |
| Method 'mouseClicked' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter e should be final. | 50 | |
| Expected @param tag for 'e'. | 50 | |
| Line has trailing spaces. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| '{' should be on a new line. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'item' must be private and have accessor methods. | 38 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 60 | |
| Expected an @return tag. | 62 | |
| Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| '{' should be on a new line. | 62 | |
| '{' should be on a new line. | 63 |
| Violation | Message | Line |
|---|---|---|
| Unused import - net.sf.advjavacalendar.CalendarApplication. | 7 | |
| Unused import - net.sf.advjavacalendar.view.CalendarTableViewModel. | 13 | |
| First sentence should end with a period. | 17 | |
| First sentence should end with a period. | 23 | |
| Line has trailing spaces. | 30 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter e should be final. | 34 | |
| Expected @param tag for 'e'. | 34 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 15 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 17 | |
| Line has trailing spaces. | 19 | |
| '{' should be on a new line. | 22 | |
| First sentence should end with a period. | 25 | |
| Line is longer than 120 characters. | 26 | |
| Line has trailing spaces. | 27 | |
| '{' should be on a new line. | 29 | |
| First sentence should end with a period. | 32 | |
| Line has trailing spaces. | 34 | |
| Expected an @return tag. | 36 | |
| Method 'createItem' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| '{' should be on a new line. | 36 | |
| First sentence should end with a period. | 40 | |
| Line has trailing spaces. | 42 | |
| Expected an @return tag. | 44 | |
| Method 'createAjcData' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| '{' should be on a new line. | 44 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 9 | |
| Line has trailing spaces. | 11 | |
| Utility classes should not have a public or default constructor. | 13 | |
| First sentence should end with a period. | 15 | |
| 'static' modifier out of order with the JLS suggestions. | 16 | |
| Line has trailing spaces. | 17 | |
| First sentence should end with a period. | 18 | |
| Line has trailing spaces. | 18 | |
| Name 'm_Properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 38 | |
| First sentence should end with a period. | 39 | |
| Expected an @return tag. | 43 | |
| Line has trailing spaces. | 47 | |
| First sentence should end with a period. | 48 | |
| Expected an @return tag. | 52 | |
| Line has trailing spaces. | 61 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 8 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| First sentence should end with a period. | 15 | |
| Redundant 'public' modifier. | 16 | |
| Line has trailing spaces. | 17 | |
| First sentence should end with a period. | 18 | |
| Redundant 'public' modifier. | 19 | |
| Line has trailing spaces. | 20 | |
| First sentence should end with a period. | 21 | |
| Redundant 'public' modifier. | 22 | |
| Line has trailing spaces. | 23 | |
| First sentence should end with a period. | 24 | |
| Redundant 'public' modifier. | 25 | |
| Line has trailing spaces. | 26 | |
| First sentence should end with a period. | 27 | |
| Redundant 'public' modifier. | 28 | |
| Line has trailing spaces. | 29 | |
| First sentence should end with a period. | 30 | |
| Redundant 'public' modifier. | 31 | |
| Line has trailing spaces. | 32 | |
| First sentence should end with a period. | 33 | |
| Redundant 'public' modifier. | 34 | |
| Line has trailing spaces. | 35 | |
| First sentence should end with a period. | 36 | |
| Expected an @return tag. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Line has trailing spaces. | 41 | |
| First sentence should end with a period. | 42 | |
| Expected an @return tag. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Line has trailing spaces. | 47 | |
| First sentence should end with a period. | 48 | |
| Redundant 'public' modifier. | 52 | |
| Expected @param tag for 'name'. | 52 | |
| Line has trailing spaces. | 53 | |
| First sentence should end with a period. | 54 | |
| Expected an @return tag. | 58 | |
| Redundant 'public' modifier. | 58 | |
| Line has trailing spaces. | 59 | |
| First sentence should end with a period. | 60 | |
| Redundant 'public' modifier. | 64 | |
| Expected @param tag for 'start'. | 64 | |
| Line has trailing spaces. | 65 | |
| First sentence should end with a period. | 66 | |
| Expected an @return tag. | 70 | |
| Redundant 'public' modifier. | 70 | |
| Line has trailing spaces. | 71 | |
| First sentence should end with a period. | 72 | |
| Redundant 'public' modifier. | 76 | |
| Expected @param tag for 'duration'. | 76 | |
| Line has trailing spaces. | 77 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 17 | |
| Line has trailing spaces. | 19 | |
| First sentence should end with a period. | 25 | |
| Name 'm_TableView' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| First sentence should end with a period. | 28 | |
| Expected an @return tag. | 48 | |
| Method 'getTableModel' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| First sentence should end with a period. | 53 | |
| Line has trailing spaces. | 55 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 23 | |
| Line has trailing spaces. | 25 | |
| First sentence should end with a period. | 31 | |
| Name 'm_MonthBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| First sentence should end with a period. | 34 | |
| Name 'm_YearBox' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| First sentence should end with a period. | 37 | |
| Name 'm_SearchField' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| First sentence should end with a period. | 40 | |
| Method 'addKeyEvents' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Expected an @return tag. | 65 | |
| Method 'buildView' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Line is longer than 120 characters. | 69 | |
| '4' is a magic number. | 74 | |
| '6' is a magic number. | 75 | |
| '8' is a magic number. | 76 | |
| Method 'initComponents' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 98 | |
| Parameter e should be final. | 98 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Line has trailing spaces. | 5 | |
| Parameter message should be final. | 14 | |
| Expected @param tag for 'message'. | 14 | |
| Parameter cause should be final. | 22 | |
| Expected @param tag for 'cause'. | 22 | |
| Parameter message should be final. | 31 | |
| Expected @param tag for 'message'. | 31 | |
| Parameter cause should be final. | 31 | |
| Expected @param tag for 'cause'. | 31 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 7 | |
| First sentence should end with a period. | 14 | |
| Name 'm_Month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| First sentence should end with a period. | 17 | |
| Name 'm_Year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| First sentence should end with a period. | 20 | |
| Name 'm_Search' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
| Line has trailing spaces. | 22 | |
| First sentence should end with a period. | 23 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 33 | |
| Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter month should be final. | 45 | |
| Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter year should be final. | 63 | |
| Method 'getSearch' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'setSearch' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter search should be final. | 81 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 11 | |
| Redundant 'public' modifier. | 15 | |
| Expected @param tag for 'event'. | 15 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 17 | |
| First sentence should end with a period. | 18 | |
| Line has trailing spaces. | 18 | |
| Redundant 'public' modifier. | 22 | |
| Expected @param tag for 'event'. | 22 | |
| Line has trailing spaces. | 23 | |
| First sentence should end with a period. | 24 | |
| Redundant 'public' modifier. | 28 | |
| Expected @param tag for 'event'. | 28 | |
| Line has trailing spaces. | 29 | |
| First sentence should end with a period. | 30 | |
| Redundant 'public' modifier. | 34 | |
| Expected @param tag for 'event'. | 34 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 7 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 14 | |
| Redundant 'public' modifier. | 15 | |
| 'static' modifier out of order with the JLS suggestions. | 15 | |
| Line has trailing spaces. | 16 | |
| First sentence should end with a period. | 17 | |
| Line has trailing spaces. | 19 | |
| Expected an @return tag. | 22 | |
| Redundant 'public' modifier. | 22 | |
| First sentence should end with a period. | 24 | |
| Line has trailing spaces. | 26 | |
| Expected an @return tag. | 29 | |
| Redundant 'public' modifier. | 29 | |
| First sentence should end with a period. | 31 | |
| Redundant 'public' modifier. | 34 | |
| Expected @throws tag for 'DataException'. | 34 | |
| First sentence should end with a period. | 36 | |
| Redundant 'public' modifier. | 39 | |
| Expected @throws tag for 'DataException'. | 39 | |
| First sentence should end with a period. | 41 | |
| Redundant 'public' modifier. | 44 | |
| Expected @throws tag for 'DataException'. | 44 | |
| First sentence should end with a period. | 46 | |
| Line has trailing spaces. | 48 | |
| Expected an @return tag. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Expected @param tag for 'searchString'. | 52 | |
| Expected @throws tag for 'DataException'. | 52 | |
| First sentence should end with a period. | 54 | |
| Expected an @return tag. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Expected @throws tag for 'DataException'. | 59 | |
| Line has trailing spaces. | 60 | |
| First sentence should end with a period. | 61 | |
| Line has trailing spaces. | 63 | |
| Redundant 'public' modifier. | 66 | |
| Expected @param tag for 'item'. | 66 | |
| Expected @throws tag for 'DataException'. | 66 | |
| First sentence should end with a period. | 68 | |
| Line has trailing spaces. | 70 | |
| Redundant 'public' modifier. | 73 | |
| Expected @param tag for 'item'. | 73 | |
| Expected @throws tag for 'DataException'. | 73 | |
| First sentence should end with a period. | 75 | |
| Line has trailing spaces. | 77 | |
| Redundant 'public' modifier. | 80 | |
| Expected @param tag for 'item'. | 80 | |
| Expected @throws tag for 'DataException'. | 80 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 8 | |
| Line has trailing spaces. | 10 | |
| First sentence should end with a period. | 14 | |
| Name 'm_Focused' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Line has trailing spaces. | 16 | |
| First sentence should end with a period. | 17 | |
| Parameter ccomponent should be final. | 21 | |
| Expected @param tag for 'ccomponent'. | 21 | |
| ')' is preceded with whitespace. | 21 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 25 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter e should be final. | 29 | |
| Expected @param tag for 'e'. | 29 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 17 | |
| Line has trailing spaces. | 19 | |
| Class CalendarApplication should be declared as final. | 22 | |
| First sentence should end with a period. | 24 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
| First sentence should end with a period. | 27 | |
| Name 'm_UsedLocale' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| First sentence should end with a period. | 30 | |
| Name 'm_Resources' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| First sentence should end with a period. | 33 | |
| Name 'm_Frame' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| First sentence should end with a period. | 36 | |
| First sentence should end with a period. | 48 | |
| Line has trailing spaces. | 50 | |
| Expected an @return tag. | 53 | |
| First sentence should end with a period. | 63 | |
| Line has trailing spaces. | 65 | |
| Expected an @return tag. | 68 | |
| First sentence should end with a period. | 79 | |
| Line has trailing spaces. | 81 | |
| Expected an @return tag. | 85 | |
| Parameter key should be final. | 85 | |
| Expected @param tag for 'key'. | 85 | |
| First sentence should end with a period. | 90 | |
| Line has trailing spaces. | 92 | |
| Expected an @return tag. | 96 | |
| Parameter key should be final. | 96 | |
| Expected @param tag for 'key'. | 96 | |
| First sentence should end with a period. | 103 | |
| Line has trailing spaces. | 105 | |
| Parameter locale should be final. | 108 | |
| Expected @param tag for 'locale'. | 108 | |
| First sentence should end with a period. | 118 | |
| Line has trailing spaces. | 120 | |
| Expected an @return tag. | 123 | |
| First sentence should end with a period. | 128 | |
| First sentence should end with a period. | 143 | |
| First sentence should end with a period. | 151 | |
| Line has trailing spaces. | 153 | |
| Expected an @return tag. | 156 | |
| First sentence should end with a period. | 161 | |
| First sentence should end with a period. | 170 | |
| First sentence should end with a period. | 181 | |
| '800' is a magic number. | 188 | |
| '600' is a magic number. | 189 | |
| First sentence should end with a period. | 193 | |
| '18' is a magic number. | 199 | |
| '18' is a magic number. | 199 | |
| First sentence should end with a period. | 213 | |
| First sentence should end with a period. | 221 | |
| First sentence should end with a period. | 229 | |
| Line has trailing spaces. | 231 | |
| First sentence should end with a period. | 236 | |
| Line has trailing spaces. | 238 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 8 | |
| Utility classes should not have a public or default constructor. | 12 | |
| Parameter args should be final. | 17 | |
| Expected @param tag for 'args'. | 17 | |
| Line has trailing spaces. | 21 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| First sentence should end with a period. | 17 | |
| Name 'm_Holder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| Line has trailing spaces. | 19 | |
| First sentence should end with a period. | 20 | |
| Name 'm_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
| First sentence should end with a period. | 23 | |
| Parameter holder should be final. | 28 | |
| Expected @param tag for 'holder'. | 28 | |
| Parameter value should be final. | 28 | |
| Expected @param tag for 'value'. | 28 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Parameter e should be final. | 37 | |
| Expected @param tag for 'e'. | 37 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 10 | |
| Line has trailing spaces. | 14 | |
| Type Javadoc comment is missing an @param <E> tag. | 14 | |
| First sentence should end with a period. | 16 | |
| Name 'm_Instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
| Line has trailing spaces. | 18 | |
| First sentence should end with a period. | 19 | |
| Name 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| Line has trailing spaces. | 21 | |
| First sentence should end with a period. | 22 | |
| Parameter model should be final. | 25 | |
| Expected @param tag for 'model'. | 25 | |
| Line has trailing spaces. | 30 | |
| First sentence should end with a period. | 31 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Line has trailing spaces. | 40 | |
| First sentence should end with a period. | 41 | |
| Expected an @return tag. | 51 | |
| Expected an @return tag. | 58 | |
| Method 'key' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter key should be final. | 58 | |
| Expected @param tag for 'key'. | 58 | |
| Line has trailing spaces. | 67 | |
| Method 'addNotify' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Line has trailing spaces. | 75 | |
| First sentence should end with a period. | 76 | |
| Line has trailing spaces. | 82 | |
| First sentence should end with a period. | 83 | |
| Expected an @return tag. | 87 | |
| Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 87 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 5 | |
| Line has trailing spaces. | 7 | |
| First sentence should end with a period. | 12 | |
| Name 'm_Item' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Line has trailing spaces. | 14 | |
| First sentence should end with a period. | 15 | |
| First sentence should end with a period. | 23 | |
| Parameter item should be final. | 27 | |
| Expected @param tag for 'item'. | 27 | |
| First sentence should end with a period. | 32 | |
| Expected an @return tag. | 36 | |
| Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 36 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 16 | |
| First sentence should end with a period. | 23 | |
| Name 'm_NavigationSettings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| First sentence should end with a period. | 26 | |
| Line has trailing spaces. | 33 | |
| First sentence should end with a period. | 34 | |
| Parameter existing should be final. | 37 | |
| Expected @param tag for 'existing'. | 37 | |
| Line has trailing spaces. | 41 | |
| First sentence should end with a period. | 42 | |
| Expected an @return tag. | 46 | |
| Method 'getNavigationSettings' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| First sentence should end with a period. | 51 | |
| Expected an @return tag. | 55 | |
| Method 'getMonthBoxAdapter' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line has trailing spaces. | 59 | |
| First sentence should end with a period. | 63 | |
| Expected an @return tag. | 67 | |
| Method 'gerYearComboBoxList' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Line has trailing spaces. | 70 | |
| '(' is followed by whitespace. | 72 | |
| '10' is a magic number. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 80 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 18 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Parameter e should be final. | 29 | |
| Expected @param tag for 'e'. | 29 | |
| Line has trailing spaces. | 33 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Line has trailing spaces. | 6 | |
| First sentence should end with a period. | 11 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 14 | |
| First sentence should end with a period. | 17 | |
| Line has trailing spaces. | 18 | |
| Redundant 'public' modifier. | 21 | |
| Expected @param tag for 'value'. | 21 | |
| First sentence should end with a period. | 23 | |
| Expected an @return tag. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 14 | |
| Line has trailing spaces. | 16 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| '{' should be on a new line. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'duration' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'name' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'start' must be private and have accessor methods. | 41 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 49 | |
| Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| '{' should be on a new line. | 51 | |
| Line has trailing spaces. | 57 | |
| Line has trailing spaces. | 61 | |
| Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter value should be final. | 63 | |
| '{' should be on a new line. | 63 | |
| Line has trailing spaces. | 69 | |
| Line has trailing spaces. | 73 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| '{' should be on a new line. | 75 | |
| Line has trailing spaces. | 81 | |
| Line has trailing spaces. | 85 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter value should be final. | 87 | |
| '{' should be on a new line. | 87 | |
| Line has trailing spaces. | 93 | |
| Line has trailing spaces. | 97 | |
| Method 'getStart' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| '{' should be on a new line. | 99 | |
| Line has trailing spaces. | 105 | |
| Line has trailing spaces. | 109 | |
| Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Parameter value should be final. | 111 | |
| '{' should be on a new line. | 111 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 12 | |
| Line has trailing spaces. | 14 | |
| First sentence should end with a period. | 19 | |
| Name 'm_Registry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| First sentence should end with a period. | 22 | |
| Name 'm_Instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
| First sentence should end with a period. | 25 | |
| Name 'm_Listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| First sentence should end with a period. | 28 | |
| Name 'm_Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| First sentence should end with a period. | 31 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Expected an @return tag. | 47 | |
| First sentence should end with a period. | 57 | |
| Line has trailing spaces. | 59 | |
| Expected an @return tag. | 62 | |
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| First sentence should end with a period. | 67 | |
| Line has trailing spaces. | 69 | |
| Method 'addDataEventListener' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter listener should be final. | 72 | |
| Expected @param tag for 'listener'. | 72 | |
| First sentence should end with a period. | 80 | |
| Line has trailing spaces. | 82 | |
| Method 'removeDataEventListener' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter listener should be final. | 85 | |
| Expected @param tag for 'listener'. | 85 | |
| First sentence should end with a period. | 93 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Method 'start' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Line has trailing spaces. | 158 | |
| Method 'searchItems' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Parameter searchString should be final. | 163 | |
| Expected @param tag for 'searchString'. | 163 | |
| Expected @throws tag for 'DataException'. | 163 | |
| Line has trailing spaces. | 169 | |
| ')' is preceded with whitespace. | 171 | |
| Avoid inline conditionals. | 181 | |
| First sentence should end with a period. | 196 | |
| Line has trailing spaces. | 198 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Parameter item should be final. | 202 | |
| Expected @param tag for 'item'. | 202 | |
| Expected @throws tag for 'DataException'. | 202 | |
| First sentence should end with a period. | 207 | |
| Line has trailing spaces. | 209 | |
| Method 'insert' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Parameter item should be final. | 213 | |
| Expected @param tag for 'item'. | 213 | |
| Expected @throws tag for 'DataException'. | 213 | |
| First sentence should end with a period. | 218 | |
| Line has trailing spaces. | 220 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Parameter item should be final. | 224 | |
| Expected @param tag for 'item'. | 224 | |
| Expected @throws tag for 'DataException'. | 224 | |
| First sentence should end with a period. | 229 | |
| Line has trailing spaces. | 231 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Parameter data should be final. | 236 | |
| Expected @param tag for 'data'. | 236 | |
| Parameter item should be final. | 236 | |
| Expected @param tag for 'item'. | 236 | |
| Expected @throws tag for 'DataException'. | 236 | |
| First sentence should end with a period. | 241 | |
| Line has trailing spaces. | 243 | |
| Method 'insert' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter data should be final. | 248 | |
| Expected @param tag for 'data'. | 248 | |
| Parameter item should be final. | 248 | |
| Expected @param tag for 'item'. | 248 | |
| Expected @throws tag for 'DataException'. | 248 | |
| First sentence should end with a period. | 254 | |
| Line has trailing spaces. | 256 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Parameter data should be final. | 261 | |
| Expected @param tag for 'data'. | 261 | |
| Parameter item should be final. | 261 | |
| Expected @param tag for 'item'. | 261 | |
| Expected @throws tag for 'DataException'. | 261 | |
| First sentence should end with a period. | 266 | |
| Line has trailing spaces. | 268 | |
| Parameter toAdd should be final. | 271 | |
| Expected @param tag for 'toAdd'. | 271 | |
| First sentence should end with a period. | 276 | |
| Line has trailing spaces. | 278 | |
| Method 'fireDataInsertedEvent' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Parameter item should be final. | 281 | |
| Expected @param tag for 'item'. | 281 | |
| Method 'fireDataReleoadEvent' is not designed for extension - needs to be abstract, final or empty. | 296 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 8 | |
| Line has trailing spaces. | 10 | |
| First sentence should end with a period. | 14 | |
| Line has trailing spaces. | 14 | |
| Name 'm_Dialog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| First sentence should end with a period. | 17 | |
| Parameter dlg should be final. | 21 | |
| Expected @param tag for 'dlg'. | 21 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter e should be final. | 29 | |
| Expected @param tag for 'e'. | 29 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 | |
| Line has trailing spaces. | 5 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 16 | |
| Type Javadoc comment is missing an @param <E> tag. | 20 | |
| First sentence should end with a period. | 22 | |
| Name 'm_Instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
| First sentence should end with a period. | 25 | |
| Name 'm_CommandValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| First sentence should end with a period. | 28 | |
| Name 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| First sentence should end with a period. | 31 | |
| Parameter model should be final. | 34 | |
| Expected @param tag for 'model'. | 34 | |
| First sentence should end with a period. | 56 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| '4' is a magic number. | 76 | |
| First sentence should end with a period. | 79 | |
| Expected an @return tag. | 89 | |
| First sentence should end with a period. | 91 | |
| Line has trailing spaces. | 92 | |
| Expected @param tag for 'builder'. | 95 | |
| Expected an @return tag. | 102 | |
| Method 'key' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter key should be final. | 102 | |
| Expected @param tag for 'key'. | 102 | |
| First sentence should end with a period. | 107 | |
| Expected an @return tag. | 111 | |
| Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Expected an @return tag. | 119 | |
| Method 'getCommandValue' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Line is longer than 120 characters. | 125 | |
| Method 'setCommandValue' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter value should be final. | 127 | |
| Expected @param tag for 'value'. | 127 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Line has trailing spaces. | 25 | |
| First sentence should end with a period. | 31 | |
| Name 'm_Table' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| First sentence should end with a period. | 34 | |
| Line has trailing spaces. | 36 | |
| Expected an @return tag. | 51 | |
| Method 'buildView' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'initComponents' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| '240' is a magic number. | 73 | |
| '240' is a magic number. | 73 | |
| '255' is a magic number. | 73 | |
| Missing a Javadoc comment. | 78 | |
| First sentence should end with a period. | 81 | |
| Line has trailing spaces. | 83 | |
| Parameter listModel should be final. | 86 | |
| Expected @param tag for 'listModel'. | 86 | |
| Parameter columnNames should be final. | 86 | |
| Expected @param tag for 'columnNames'. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Parameter rowIndex should be final. | 91 | |
| Parameter columnIndex should be final. | 91 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 21 | |
| Line has trailing spaces. | 23 | |
| First sentence should end with a period. | 28 | |
| 'static' modifier out of order with the JLS suggestions. | 29 | |
| First sentence should end with a period. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 32 | |
| First sentence should end with a period. | 34 | |
| Name 'm_Factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| First sentence should end with a period. | 37 | |
| Name 'm_Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| Parameter item should be final. | 43 | |
| Expected @param tag for 'item'. | 43 | |
| Expected an @return tag. | 49 | |
| Method 'find' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter searchString should be final. | 49 | |
| Expected @param tag for 'searchString'. | 49 | |
| Expected an @return tag. | 67 | |
| Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Expected @throws tag for 'DataException'. | 67 | |
| Expected an @return tag. | 80 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Expected @throws tag for 'DataException'. | 88 | |
| Method 'insert' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter item should be final. | 117 | |
| Expected @param tag for 'item'. | 117 | |
| Expected @throws tag for 'DataException'. | 117 | |
| Expected an @return tag. | 133 | |
| Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Expected @throws tag for 'DataException'. | 141 | |
| Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Expected @throws tag for 'DataException'. | 147 | |
| Must have at least one statement. | 173 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Parameter item should be final. | 182 | |
| Expected @param tag for 'item'. | 182 | |
| Expected @throws tag for 'DataException'. | 182 | |
| Line has trailing spaces. | 195 | |
| Line has trailing spaces. | 199 | |
| First sentence should end with a period. | 205 | |
| Line has trailing spaces. | 207 | |
| Expected an @return tag. | 211 | |
| Parameter item should be final. | 211 | |
| Expected @param tag for 'item'. | 211 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 17 | |
| Line has trailing spaces. | 19 | |
| First sentence should end with a period. | 25 | |
| Name 'm_List' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| First sentence should end with a period. | 28 | |
| Name 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| First sentence should end with a period. | 31 | |
| Name 'm_DoubleClickHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| First sentence should end with a period. | 46 | |
| Line has trailing spaces. | 48 | |
| Expected an @return tag. | 51 | |
| Method 'getDoubleClickHandler' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter event should be final. | 59 | |
| Expected @param tag for 'event'. | 59 | |
| Method 'dataInserted' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter event should be final. | 65 | |
| Expected @param tag for 'event'. | 65 | |
| Method 'dataReloaded' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter event should be final. | 73 | |
| Expected @param tag for 'event'. | 73 | |
| Parameter event should be final. | 90 | |
| Expected @param tag for 'event'. | 90 | |
| First sentence should end with a period. | 93 | |
| Line has trailing spaces. | 95 | |
| Expected an @return tag. | 98 | |
| Method 'getList' is not designed for extension - needs to be abstract, final or empty. | 98 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 14 | |
| Utility classes should not have a public or default constructor. | 17 | |
| First sentence should end with a period. | 19 | |
| Line has trailing spaces. | 21 | |
| Expected an @return tag. | 24 | |
| First sentence should end with a period. | 42 | |
| Line has trailing spaces. | 44 | |
| Expected an @return tag. | 47 | |
| First sentence should end with a period. | 57 | |
| Line has trailing spaces. | 59 | |
| Expected an @return tag. | 63 | |
| Parameter toFormat should be final. | 63 | |
| Expected @param tag for 'toFormat'. | 63 | |
| Parameter length should be final. | 63 | |
| Expected @param tag for 'length'. | 63 | |
| First sentence should end with a period. | 69 | |
| Line has trailing spaces. | 71 | |
| Expected an @return tag. | 75 | |
| Parameter longValue should be final. | 75 | |
| Expected @param tag for 'longValue'. | 75 | |
| Line has trailing spaces. | 105 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 14 | |
| Line has trailing spaces. | 16 | |
| First sentence should end with a period. | 22 | |
| Name 'm_Trigger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
| First sentence should end with a period. | 25 | |
| Name 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| First sentence should end with a period. | 28 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 42 | |
| First sentence should end with a period. | 43 | |
| First sentence should end with a period. | 52 | |
| Line has trailing spaces. | 54 | |
| Parameter item should be final. | 57 | |
| Expected @param tag for 'item'. | 57 | |
| First sentence should end with a period. | 63 | |
| Line has trailing spaces. | 65 | |
| Expected an @return tag. | 68 | |
| Method 'getDurations' is not designed for extension - needs to be abstract, final or empty. | 68 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 7 | |
| First sentence should end with a period. | 15 | |
| Line has trailing spaces. | 22 | |
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Parameter e should be final. | 26 | |
| Expected @param tag for 'e'. | 26 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 28 | |
| Line has trailing spaces. | 30 | |
| First sentence should end with a period. | 36 | |
| Name 'm_DurationCombo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| First sentence should end with a period. | 39 | |
| Name 'm_dateField' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| First sentence should end with a period. | 42 | |
| Name 'm_nameField' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| First sentence should end with a period. | 45 | |
| Line has trailing spaces. | 47 | |
| First sentence should end with a period. | 56 | |
| Line has trailing spaces. | 58 | |
| Parameter calendarItem should be final. | 61 | |
| Expected @param tag for 'calendarItem'. | 61 | |
| Expected an @return tag. | 70 | |
| Method 'buildView' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Line is longer than 120 characters. | 72 | |
| '4' is a magic number. | 77 | |
| '6' is a magic number. | 78 | |
| '4' is a magic number. | 80 | |
| '4' is a magic number. | 81 | |
| '4' is a magic number. | 81 | |
| '4' is a magic number. | 82 | |
| '6' is a magic number. | 82 | |
| Method 'initButtonBar' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter builder should be final. | 90 | |
| Expected @param tag for 'builder'. | 90 | |
| Method 'initComponents' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| First sentence should end with a period. | 120 | |
| Line has trailing spaces. | 122 | |
| Missing a Javadoc comment. | 127 | |
| Parameter list should be final. | 128 | |
| Parameter value should be final. | 128 | |
| Parameter index should be final. | 128 | |
| Parameter isSelected should be final. | 128 | |
| Parameter cellHasFocus should be final. | 129 | |
| Line has trailing spaces. | 136 | |
| Line has trailing spaces. | 143 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 9 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| First sentence should end with a period. | 17 | |
| Name 'm_Start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| Line has trailing spaces. | 19 | |
| First sentence should end with a period. | 20 | |
| Name 'm_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
| Line has trailing spaces. | 22 | |
| First sentence should end with a period. | 23 | |
| Name 'm_Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| First sentence should end with a period. | 26 | |
| Name 'm_Source' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| Line has trailing spaces. | 28 | |
| First sentence should end with a period. | 29 | |
| Line has trailing spaces. | 35 | |
| First sentence should end with a period. | 36 | |
| Parameter source should be final. | 39 | |
| Expected @param tag for 'source'. | 39 | |
| Method 'getStart' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter date should be final. | 55 | |
| ')' is preceded with whitespace. | 59 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter name should be final. | 73 | |
| Line has trailing spaces. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Parameter duration should be final. | 91 | |
| Line has trailing spaces. | 95 | |
| Expected an @return tag. | 101 | |
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 101 |