Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
430398433

Rules

RulesViolationsSeverity
PackageHtml8error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod146warning Warning
JavadocType3warning Warning
JavadocVariable8warning Warning
JavadocStyle193warning Warning
ConstantName0warning Warning
LocalFinalVariableName0warning Warning
LocalVariableName0warning Warning
MemberName40warning Warning
MethodName0warning Warning
PackageName0warning Warning
ParameterName0warning Warning
StaticVariableName4warning Warning
TypeName0warning Warning
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports2error Error
FileLength0error Error
LineLength
  • max: "120"
4warning Warning
MethodLength
  • countEmpty: "false"
0warning Warning
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0 Ignore
NoWhitespaceBefore0 Ignore
OperatorWrap0error Error
ParenPad6error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0 Ignore
WhitespaceAround0 Ignore
ModifierOrder4error Error
RedundantModifier31error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly
  • option: "nl"
14error Error
NeedBraces0error Error
RightCurly
  • option: "alone"
0error Error
AvoidInlineConditionals1error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber19error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension79error Error
FinalClass1error Error
HideUtilityClassConstructor3error Error
InterfaceIsType0error Error
VisibilityModifier4error Error
ArrayTypeStyle0error Error
FinalParameters76error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
183error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
net/sf/advjavacalendar/util/TableDoubleClickHandler.java095
net/sf/advjavacalendar/data/xml/AjcData.java0215
net/sf/advjavacalendar/common/package.html001
net/sf/advjavacalendar/action/AddItemAction.java037
net/sf/advjavacalendar/data/xml/ObjectFactory.java0620
net/sf/advjavacalendar/package.html001
net/sf/advjavacalendar/util/Version.java0810
net/sf/advjavacalendar/common/CalendarItem.java02230
net/sf/advjavacalendar/common/View.java010
net/sf/advjavacalendar/CalendarFrame.java063
net/sf/advjavacalendar/view/CalendarNavigationView.java0119
net/sf/advjavacalendar/data/DataException.java055
net/sf/advjavacalendar/common/NavigationSettings.java0812
net/sf/advjavacalendar/data/DataEventListener.java0811
net/sf/advjavacalendar/data/Data.java02821
net/sf/advjavacalendar/action/FocusGrabber.java068
net/sf/advjavacalendar/CalendarApplication.java03618
net/sf/advjavacalendar/CalendarLauncher.java023
net/sf/advjavacalendar/action/ButtonHandler.java087
net/sf/advjavacalendar/view/package.html001
net/sf/advjavacalendar/common/AbstractView.java01614
net/sf/advjavacalendar/data/DataEvent.java084
net/sf/advjavacalendar/view/CalendarNavigationViewModel.java01213
net/sf/advjavacalendar/dialog/package.html001
net/sf/advjavacalendar/action/package.html001
net/sf/advjavacalendar/action/EditItemAction.java023
net/sf/advjavacalendar/data/package.html001
net/sf/advjavacalendar/common/CommandHolder.java0104
net/sf/advjavacalendar/util/package.html001
net/sf/advjavacalendar/data/xml/Item.java0335
net/sf/advjavacalendar/data/DataRegistry.java04646
net/sf/advjavacalendar/action/DialogCloser.java065
net/sf/advjavacalendar/common/Model.java011
net/sf/advjavacalendar/data/xml/package.html001
net/sf/advjavacalendar/common/AbstractDialogView.java02210
net/sf/advjavacalendar/view/CalendarTableView.java01012
net/sf/advjavacalendar/data/xml/XMLDataImpl.java02420
net/sf/advjavacalendar/view/CalendarTableViewModel.java01511
net/sf/advjavacalendar/util/CalendarUtil.java0129
net/sf/advjavacalendar/dialog/CalendarItemDialogModel.java0117
net/sf/advjavacalendar/action/ExitAction.java033
net/sf/advjavacalendar/dialog/CalendarItemDialog.java01523
net/sf/advjavacalendar/common/CalendarItemUI.java01321

Details

net/sf/advjavacalendar/util/TableDoubleClickHandler.java

ViolationMessageLine
warningFirst sentence should end with a period.15
warningFirst sentence should end with a period.21
warningName 'm_DoubleClickAction' must match pattern '^[a-z][a-zA-Z0-9]*$'.22
warningFirst sentence should end with a period.24
warningName 'm_ActionCommand' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
warningFirst sentence should end with a period.27
warningFirst sentence should end with a period.38
errorParameter dblClickAction should be final.42
warningExpected @param tag for 'dblClickAction'.42
errorLine has trailing spaces.46
errorMethod 'mouseClicked' is not designed for extension - needs to be abstract, final or empty.50
errorParameter e should be final.50
warningExpected @param tag for 'e'.50
errorLine has trailing spaces.72

net/sf/advjavacalendar/data/xml/AjcData.java

ViolationMessageLine
errorLine has trailing spaces.14
errorLine has trailing spaces.16
errorLine has trailing spaces.28
errorLine has trailing spaces.29
error'{' should be on a new line.36
warningMissing a Javadoc comment.38
errorVariable 'item' must be private and have accessor methods.38
errorLine has trailing spaces.42
errorLine has trailing spaces.48
errorLine has trailing spaces.54
errorLine has trailing spaces.55
errorLine has trailing spaces.59
errorLine has trailing spaces.60
warningExpected an @return tag.62
errorMethod 'getItem' is not designed for extension - needs to be abstract, final or empty.62
error'{' should be on a new line.62
error'{' should be on a new line.63

net/sf/advjavacalendar/common/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/action/AddItemAction.java

ViolationMessageLine
errorUnused import - net.sf.advjavacalendar.CalendarApplication.7
errorUnused import - net.sf.advjavacalendar.view.CalendarTableViewModel.13
warningFirst sentence should end with a period.17
warningFirst sentence should end with a period.23
errorLine has trailing spaces.30
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.34
errorParameter e should be final.34
warningExpected @param tag for 'e'.34
errorLine has trailing spaces.38
errorLine has trailing spaces.44

net/sf/advjavacalendar/data/xml/ObjectFactory.java

ViolationMessageLine
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
errorLine has trailing spaces.14
errorLine has trailing spaces.15
errorLine has trailing spaces.16
errorLine has trailing spaces.17
errorLine has trailing spaces.19
error'{' should be on a new line.22
warningFirst sentence should end with a period.25
warningLine is longer than 120 characters.26
errorLine has trailing spaces.27
error'{' should be on a new line.29
warningFirst sentence should end with a period.32
errorLine has trailing spaces.34
warningExpected an @return tag.36
errorMethod 'createItem' is not designed for extension - needs to be abstract, final or empty.36
error'{' should be on a new line.36
warningFirst sentence should end with a period.40
errorLine has trailing spaces.42
warningExpected an @return tag.44
errorMethod 'createAjcData' is not designed for extension - needs to be abstract, final or empty.44
error'{' should be on a new line.44

net/sf/advjavacalendar/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/util/Version.java

ViolationMessageLine
warningFirst sentence should end with a period.9
errorLine has trailing spaces.11
errorUtility classes should not have a public or default constructor.13
warningFirst sentence should end with a period.15
error'static' modifier out of order with the JLS suggestions.16
errorLine has trailing spaces.17
warningFirst sentence should end with a period.18
errorLine has trailing spaces.18
warningName 'm_Properties' must match pattern '^[a-z][a-zA-Z0-9]*$'.19
errorLine has trailing spaces.20
errorLine has trailing spaces.24
errorLine has trailing spaces.38
warningFirst sentence should end with a period.39
warningExpected an @return tag.43
errorLine has trailing spaces.47
warningFirst sentence should end with a period.48
warningExpected an @return tag.52
errorLine has trailing spaces.61

net/sf/advjavacalendar/common/CalendarItem.java

ViolationMessageLine
warningFirst sentence should end with a period.8
errorLine has trailing spaces.10
errorLine has trailing spaces.11
warningFirst sentence should end with a period.15
errorRedundant 'public' modifier.16
errorLine has trailing spaces.17
warningFirst sentence should end with a period.18
errorRedundant 'public' modifier.19
errorLine has trailing spaces.20
warningFirst sentence should end with a period.21
errorRedundant 'public' modifier.22
errorLine has trailing spaces.23
warningFirst sentence should end with a period.24
errorRedundant 'public' modifier.25
errorLine has trailing spaces.26
warningFirst sentence should end with a period.27
errorRedundant 'public' modifier.28
errorLine has trailing spaces.29
warningFirst sentence should end with a period.30
errorRedundant 'public' modifier.31
errorLine has trailing spaces.32
warningFirst sentence should end with a period.33
errorRedundant 'public' modifier.34
errorLine has trailing spaces.35
warningFirst sentence should end with a period.36
warningExpected an @return tag.40
errorRedundant 'public' modifier.40
errorLine has trailing spaces.41
warningFirst sentence should end with a period.42
warningExpected an @return tag.46
errorRedundant 'public' modifier.46
errorLine has trailing spaces.47
warningFirst sentence should end with a period.48
errorRedundant 'public' modifier.52
warningExpected @param tag for 'name'.52
errorLine has trailing spaces.53
warningFirst sentence should end with a period.54
warningExpected an @return tag.58
errorRedundant 'public' modifier.58
errorLine has trailing spaces.59
warningFirst sentence should end with a period.60
errorRedundant 'public' modifier.64
warningExpected @param tag for 'start'.64
errorLine has trailing spaces.65
warningFirst sentence should end with a period.66
warningExpected an @return tag.70
errorRedundant 'public' modifier.70
errorLine has trailing spaces.71
warningFirst sentence should end with a period.72
errorRedundant 'public' modifier.76
warningExpected @param tag for 'duration'.76
errorLine has trailing spaces.77

net/sf/advjavacalendar/common/View.java

ViolationMessageLine
warningFirst sentence should end with a period.3

net/sf/advjavacalendar/CalendarFrame.java

ViolationMessageLine
warningFirst sentence should end with a period.17
errorLine has trailing spaces.19
warningFirst sentence should end with a period.25
warningName 'm_TableView' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
warningFirst sentence should end with a period.28
warningExpected an @return tag.48
errorMethod 'getTableModel' is not designed for extension - needs to be abstract, final or empty.48
warningFirst sentence should end with a period.53
errorLine has trailing spaces.55

net/sf/advjavacalendar/view/CalendarNavigationView.java

ViolationMessageLine
errorFile does not end with a newline.0
warningFirst sentence should end with a period.23
errorLine has trailing spaces.25
warningFirst sentence should end with a period.31
warningName 'm_MonthBox' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
warningFirst sentence should end with a period.34
warningName 'm_YearBox' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
warningFirst sentence should end with a period.37
warningName 'm_SearchField' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
warningFirst sentence should end with a period.40
errorMethod 'addKeyEvents' is not designed for extension - needs to be abstract, final or empty.52
warningExpected an @return tag.65
errorMethod 'buildView' is not designed for extension - needs to be abstract, final or empty.65
warningLine is longer than 120 characters.69
error'4' is a magic number.74
error'6' is a magic number.75
error'8' is a magic number.76
errorMethod 'initComponents' is not designed for extension - needs to be abstract, final or empty.83
warningMissing a Javadoc comment.98
errorParameter e should be final.98

net/sf/advjavacalendar/data/DataException.java

ViolationMessageLine
warningFirst sentence should end with a period.3
errorLine has trailing spaces.5
errorParameter message should be final.14
warningExpected @param tag for 'message'.14
errorParameter cause should be final.22
warningExpected @param tag for 'cause'.22
errorParameter message should be final.31
warningExpected @param tag for 'message'.31
errorParameter cause should be final.31
warningExpected @param tag for 'cause'.31

net/sf/advjavacalendar/common/NavigationSettings.java

ViolationMessageLine
warningFirst sentence should end with a period.7
warningFirst sentence should end with a period.14
warningName 'm_Month' must match pattern '^[a-z][a-zA-Z0-9]*$'.15
warningFirst sentence should end with a period.17
warningName 'm_Year' must match pattern '^[a-z][a-zA-Z0-9]*$'.18
warningFirst sentence should end with a period.20
warningName 'm_Search' must match pattern '^[a-z][a-zA-Z0-9]*$'.21
errorLine has trailing spaces.22
warningFirst sentence should end with a period.23
errorLine has trailing spaces.30
errorLine has trailing spaces.33
errorMethod 'getMonth' is not designed for extension - needs to be abstract, final or empty.37
errorMethod 'setMonth' is not designed for extension - needs to be abstract, final or empty.45
errorParameter month should be final.45
errorMethod 'getYear' is not designed for extension - needs to be abstract, final or empty.55
errorMethod 'setYear' is not designed for extension - needs to be abstract, final or empty.63
errorParameter year should be final.63
errorMethod 'getSearch' is not designed for extension - needs to be abstract, final or empty.73
errorMethod 'setSearch' is not designed for extension - needs to be abstract, final or empty.81
errorParameter search should be final.81

net/sf/advjavacalendar/data/DataEventListener.java

ViolationMessageLine
warningFirst sentence should end with a period.3
errorLine has trailing spaces.5
errorLine has trailing spaces.11
errorRedundant 'public' modifier.15
warningExpected @param tag for 'event'.15
errorLine has trailing spaces.16
errorLine has trailing spaces.17
warningFirst sentence should end with a period.18
errorLine has trailing spaces.18
errorRedundant 'public' modifier.22
warningExpected @param tag for 'event'.22
errorLine has trailing spaces.23
warningFirst sentence should end with a period.24
errorRedundant 'public' modifier.28
warningExpected @param tag for 'event'.28
errorLine has trailing spaces.29
warningFirst sentence should end with a period.30
errorRedundant 'public' modifier.34
warningExpected @param tag for 'event'.34

net/sf/advjavacalendar/data/Data.java

ViolationMessageLine
warningFirst sentence should end with a period.7
errorLine has trailing spaces.9
warningFirst sentence should end with a period.14
errorRedundant 'public' modifier.15
error'static' modifier out of order with the JLS suggestions.15
errorLine has trailing spaces.16
warningFirst sentence should end with a period.17
errorLine has trailing spaces.19
warningExpected an @return tag.22
errorRedundant 'public' modifier.22
warningFirst sentence should end with a period.24
errorLine has trailing spaces.26
warningExpected an @return tag.29
errorRedundant 'public' modifier.29
warningFirst sentence should end with a period.31
errorRedundant 'public' modifier.34
warningExpected @throws tag for 'DataException'.34
warningFirst sentence should end with a period.36
errorRedundant 'public' modifier.39
warningExpected @throws tag for 'DataException'.39
warningFirst sentence should end with a period.41
errorRedundant 'public' modifier.44
warningExpected @throws tag for 'DataException'.44
warningFirst sentence should end with a period.46
errorLine has trailing spaces.48
warningExpected an @return tag.52
errorRedundant 'public' modifier.52
warningExpected @param tag for 'searchString'.52
warningExpected @throws tag for 'DataException'.52
warningFirst sentence should end with a period.54
warningExpected an @return tag.59
errorRedundant 'public' modifier.59
warningExpected @throws tag for 'DataException'.59
errorLine has trailing spaces.60
warningFirst sentence should end with a period.61
errorLine has trailing spaces.63
errorRedundant 'public' modifier.66
warningExpected @param tag for 'item'.66
warningExpected @throws tag for 'DataException'.66
warningFirst sentence should end with a period.68
errorLine has trailing spaces.70
errorRedundant 'public' modifier.73
warningExpected @param tag for 'item'.73
warningExpected @throws tag for 'DataException'.73
warningFirst sentence should end with a period.75
errorLine has trailing spaces.77
errorRedundant 'public' modifier.80
warningExpected @param tag for 'item'.80
warningExpected @throws tag for 'DataException'.80

net/sf/advjavacalendar/action/FocusGrabber.java

ViolationMessageLine
warningFirst sentence should end with a period.8
errorLine has trailing spaces.10
warningFirst sentence should end with a period.14
warningName 'm_Focused' must match pattern '^[a-z][a-zA-Z0-9]*$'.15
errorLine has trailing spaces.16
warningFirst sentence should end with a period.17
errorParameter ccomponent should be final.21
warningExpected @param tag for 'ccomponent'.21
error')' is preceded with whitespace.21
errorLine has trailing spaces.23
errorLine has trailing spaces.25
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.29
errorParameter e should be final.29
warningExpected @param tag for 'e'.29

net/sf/advjavacalendar/CalendarApplication.java

ViolationMessageLine
warningFirst sentence should end with a period.17
errorLine has trailing spaces.19
errorClass CalendarApplication should be declared as final.22
warningFirst sentence should end with a period.24
warningName 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
warningFirst sentence should end with a period.27
warningName 'm_UsedLocale' must match pattern '^[a-z][a-zA-Z0-9]*$'.28
warningFirst sentence should end with a period.30
warningName 'm_Resources' must match pattern '^[a-z][a-zA-Z0-9]*$'.31
warningFirst sentence should end with a period.33
warningName 'm_Frame' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
warningFirst sentence should end with a period.36
warningFirst sentence should end with a period.48
errorLine has trailing spaces.50
warningExpected an @return tag.53
warningFirst sentence should end with a period.63
errorLine has trailing spaces.65
warningExpected an @return tag.68
warningFirst sentence should end with a period.79
errorLine has trailing spaces.81
warningExpected an @return tag.85
errorParameter key should be final.85
warningExpected @param tag for 'key'.85
warningFirst sentence should end with a period.90
errorLine has trailing spaces.92
warningExpected an @return tag.96
errorParameter key should be final.96
warningExpected @param tag for 'key'.96
warningFirst sentence should end with a period.103
errorLine has trailing spaces.105
errorParameter locale should be final.108
warningExpected @param tag for 'locale'.108
warningFirst sentence should end with a period.118
errorLine has trailing spaces.120
warningExpected an @return tag.123
warningFirst sentence should end with a period.128
warningFirst sentence should end with a period.143
warningFirst sentence should end with a period.151
errorLine has trailing spaces.153
warningExpected an @return tag.156
warningFirst sentence should end with a period.161
warningFirst sentence should end with a period.170
warningFirst sentence should end with a period.181
error'800' is a magic number.188
error'600' is a magic number.189
warningFirst sentence should end with a period.193
error'18' is a magic number.199
error'18' is a magic number.199
warningFirst sentence should end with a period.213
warningFirst sentence should end with a period.221
warningFirst sentence should end with a period.229
errorLine has trailing spaces.231
warningFirst sentence should end with a period.236
errorLine has trailing spaces.238

net/sf/advjavacalendar/CalendarLauncher.java

ViolationMessageLine
warningFirst sentence should end with a period.8
errorUtility classes should not have a public or default constructor.12
errorParameter args should be final.17
warningExpected @param tag for 'args'.17
errorLine has trailing spaces.21

net/sf/advjavacalendar/action/ButtonHandler.java

ViolationMessageLine
errorLine has trailing spaces.11
errorLine has trailing spaces.12
warningFirst sentence should end with a period.17
warningName 'm_Holder' must match pattern '^[a-z][a-zA-Z0-9]*$'.18
errorLine has trailing spaces.19
warningFirst sentence should end with a period.20
warningName 'm_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'.21
warningFirst sentence should end with a period.23
errorParameter holder should be final.28
warningExpected @param tag for 'holder'.28
errorParameter value should be final.28
warningExpected @param tag for 'value'.28
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.37
errorParameter e should be final.37
warningExpected @param tag for 'e'.37

net/sf/advjavacalendar/view/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/common/AbstractView.java

ViolationMessageLine
warningFirst sentence should end with a period.10
errorLine has trailing spaces.14
warningType Javadoc comment is missing an @param <E> tag.14
warningFirst sentence should end with a period.16
warningName 'm_Instance' must match pattern '^[a-z][a-zA-Z0-9]*$'.17
errorLine has trailing spaces.18
warningFirst sentence should end with a period.19
warningName 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'.20
errorLine has trailing spaces.21
warningFirst sentence should end with a period.22
errorParameter model should be final.25
warningExpected @param tag for 'model'.25
errorLine has trailing spaces.30
warningFirst sentence should end with a period.31
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.34
errorLine has trailing spaces.40
warningFirst sentence should end with a period.41
warningExpected an @return tag.51
warningExpected an @return tag.58
errorMethod 'key' is not designed for extension - needs to be abstract, final or empty.58
errorParameter key should be final.58
warningExpected @param tag for 'key'.58
errorLine has trailing spaces.67
errorMethod 'addNotify' is not designed for extension - needs to be abstract, final or empty.70
errorLine has trailing spaces.75
warningFirst sentence should end with a period.76
errorLine has trailing spaces.82
warningFirst sentence should end with a period.83
warningExpected an @return tag.87
errorMethod 'getModel' is not designed for extension - needs to be abstract, final or empty.87

net/sf/advjavacalendar/data/DataEvent.java

ViolationMessageLine
warningFirst sentence should end with a period.5
errorLine has trailing spaces.7
warningFirst sentence should end with a period.12
warningName 'm_Item' must match pattern '^[a-z][a-zA-Z0-9]*$'.13
errorLine has trailing spaces.14
warningFirst sentence should end with a period.15
warningFirst sentence should end with a period.23
errorParameter item should be final.27
warningExpected @param tag for 'item'.27
warningFirst sentence should end with a period.32
warningExpected an @return tag.36
errorMethod 'getItem' is not designed for extension - needs to be abstract, final or empty.36

net/sf/advjavacalendar/view/CalendarNavigationViewModel.java

ViolationMessageLine
warningFirst sentence should end with a period.16
warningFirst sentence should end with a period.23
warningName 'm_NavigationSettings' must match pattern '^[a-z][a-zA-Z0-9]*$'.24
warningFirst sentence should end with a period.26
errorLine has trailing spaces.33
warningFirst sentence should end with a period.34
errorParameter existing should be final.37
warningExpected @param tag for 'existing'.37
errorLine has trailing spaces.41
warningFirst sentence should end with a period.42
warningExpected an @return tag.46
errorMethod 'getNavigationSettings' is not designed for extension - needs to be abstract, final or empty.46
warningFirst sentence should end with a period.51
warningExpected an @return tag.55
errorMethod 'getMonthBoxAdapter' is not designed for extension - needs to be abstract, final or empty.55
errorLine has trailing spaces.59
warningFirst sentence should end with a period.63
warningExpected an @return tag.67
errorMethod 'gerYearComboBoxList' is not designed for extension - needs to be abstract, final or empty.67
errorLine has trailing spaces.70
error'(' is followed by whitespace.72
error'10' is a magic number.72
error')' is preceded with whitespace.72
errorLine has trailing spaces.77
errorLine has trailing spaces.80

net/sf/advjavacalendar/dialog/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/action/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/action/EditItemAction.java

ViolationMessageLine
warningFirst sentence should end with a period.18
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.28
errorParameter e should be final.29
warningExpected @param tag for 'e'.29
errorLine has trailing spaces.33

net/sf/advjavacalendar/data/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/common/CommandHolder.java

ViolationMessageLine
warningFirst sentence should end with a period.3
errorLine has trailing spaces.6
warningFirst sentence should end with a period.11
warningMissing a Javadoc comment.14
warningMissing a Javadoc comment.14
warningMissing a Javadoc comment.14
warningMissing a Javadoc comment.14
warningFirst sentence should end with a period.17
errorLine has trailing spaces.18
errorRedundant 'public' modifier.21
warningExpected @param tag for 'value'.21
warningFirst sentence should end with a period.23
warningExpected an @return tag.27
errorRedundant 'public' modifier.27

net/sf/advjavacalendar/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/data/xml/Item.java

ViolationMessageLine
errorLine has trailing spaces.14
errorLine has trailing spaces.16
errorLine has trailing spaces.28
errorLine has trailing spaces.29
error'{' should be on a new line.34
warningMissing a Javadoc comment.36
errorVariable 'duration' must be private and have accessor methods.37
warningMissing a Javadoc comment.38
errorVariable 'name' must be private and have accessor methods.39
warningMissing a Javadoc comment.40
errorVariable 'start' must be private and have accessor methods.41
errorLine has trailing spaces.45
errorLine has trailing spaces.49
errorMethod 'getDuration' is not designed for extension - needs to be abstract, final or empty.51
error'{' should be on a new line.51
errorLine has trailing spaces.57
errorLine has trailing spaces.61
errorMethod 'setDuration' is not designed for extension - needs to be abstract, final or empty.63
errorParameter value should be final.63
error'{' should be on a new line.63
errorLine has trailing spaces.69
errorLine has trailing spaces.73
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.75
error'{' should be on a new line.75
errorLine has trailing spaces.81
errorLine has trailing spaces.85
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.87
errorParameter value should be final.87
error'{' should be on a new line.87
errorLine has trailing spaces.93
errorLine has trailing spaces.97
errorMethod 'getStart' is not designed for extension - needs to be abstract, final or empty.99
error'{' should be on a new line.99
errorLine has trailing spaces.105
errorLine has trailing spaces.109
errorMethod 'setStart' is not designed for extension - needs to be abstract, final or empty.111
errorParameter value should be final.111
error'{' should be on a new line.111

net/sf/advjavacalendar/data/DataRegistry.java

ViolationMessageLine
warningFirst sentence should end with a period.12
errorLine has trailing spaces.14
warningFirst sentence should end with a period.19
warningName 'm_Registry' must match pattern '^[a-z][a-zA-Z0-9]*$'.20
warningFirst sentence should end with a period.22
warningName 'm_Instance' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
warningFirst sentence should end with a period.25
warningName 'm_Listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
warningFirst sentence should end with a period.28
warningName 'm_Data' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
warningFirst sentence should end with a period.31
warningFirst sentence should end with a period.42
errorLine has trailing spaces.44
warningExpected an @return tag.47
warningFirst sentence should end with a period.57
errorLine has trailing spaces.59
warningExpected an @return tag.62
errorMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.62
warningFirst sentence should end with a period.67
errorLine has trailing spaces.69
errorMethod 'addDataEventListener' is not designed for extension - needs to be abstract, final or empty.72
errorParameter listener should be final.72
warningExpected @param tag for 'listener'.72
warningFirst sentence should end with a period.80
errorLine has trailing spaces.82
errorMethod 'removeDataEventListener' is not designed for extension - needs to be abstract, final or empty.85
errorParameter listener should be final.85
warningExpected @param tag for 'listener'.85
warningFirst sentence should end with a period.93
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.96
errorMethod 'stop' is not designed for extension - needs to be abstract, final or empty.114
errorMethod 'start' is not designed for extension - needs to be abstract, final or empty.132
errorLine has trailing spaces.158
errorMethod 'searchItems' is not designed for extension - needs to be abstract, final or empty.163
errorParameter searchString should be final.163
warningExpected @param tag for 'searchString'.163
warningExpected @throws tag for 'DataException'.163
errorLine has trailing spaces.169
error')' is preceded with whitespace.171
errorAvoid inline conditionals.181
warningFirst sentence should end with a period.196
errorLine has trailing spaces.198
errorMethod 'delete' is not designed for extension - needs to be abstract, final or empty.202
errorParameter item should be final.202
warningExpected @param tag for 'item'.202
warningExpected @throws tag for 'DataException'.202
warningFirst sentence should end with a period.207
errorLine has trailing spaces.209
errorMethod 'insert' is not designed for extension - needs to be abstract, final or empty.213
errorParameter item should be final.213
warningExpected @param tag for 'item'.213
warningExpected @throws tag for 'DataException'.213
warningFirst sentence should end with a period.218
errorLine has trailing spaces.220
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.224
errorParameter item should be final.224
warningExpected @param tag for 'item'.224
warningExpected @throws tag for 'DataException'.224
warningFirst sentence should end with a period.229
errorLine has trailing spaces.231
errorMethod 'delete' is not designed for extension - needs to be abstract, final or empty.236
errorParameter data should be final.236
warningExpected @param tag for 'data'.236
errorParameter item should be final.236
warningExpected @param tag for 'item'.236
warningExpected @throws tag for 'DataException'.236
warningFirst sentence should end with a period.241
errorLine has trailing spaces.243
errorMethod 'insert' is not designed for extension - needs to be abstract, final or empty.248
errorParameter data should be final.248
warningExpected @param tag for 'data'.248
errorParameter item should be final.248
warningExpected @param tag for 'item'.248
warningExpected @throws tag for 'DataException'.248
warningFirst sentence should end with a period.254
errorLine has trailing spaces.256
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.261
errorParameter data should be final.261
warningExpected @param tag for 'data'.261
errorParameter item should be final.261
warningExpected @param tag for 'item'.261
warningExpected @throws tag for 'DataException'.261
warningFirst sentence should end with a period.266
errorLine has trailing spaces.268
errorParameter toAdd should be final.271
warningExpected @param tag for 'toAdd'.271
warningFirst sentence should end with a period.276
errorLine has trailing spaces.278
errorMethod 'fireDataInsertedEvent' is not designed for extension - needs to be abstract, final or empty.281
errorParameter item should be final.281
warningExpected @param tag for 'item'.281
errorMethod 'fireDataReleoadEvent' is not designed for extension - needs to be abstract, final or empty.296

net/sf/advjavacalendar/action/DialogCloser.java

ViolationMessageLine
warningFirst sentence should end with a period.8
errorLine has trailing spaces.10
warningFirst sentence should end with a period.14
errorLine has trailing spaces.14
warningName 'm_Dialog' must match pattern '^[a-z][a-zA-Z0-9]*$'.15
warningFirst sentence should end with a period.17
errorParameter dlg should be final.21
warningExpected @param tag for 'dlg'.21
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.29
errorParameter e should be final.29
warningExpected @param tag for 'e'.29

net/sf/advjavacalendar/common/Model.java

ViolationMessageLine
warningFirst sentence should end with a period.3
errorLine has trailing spaces.5

net/sf/advjavacalendar/data/xml/package.html

ViolationMessageLine
errorMissing package documentation file.0

net/sf/advjavacalendar/common/AbstractDialogView.java

ViolationMessageLine
warningFirst sentence should end with a period.16
warningType Javadoc comment is missing an @param <E> tag.20
warningFirst sentence should end with a period.22
warningName 'm_Instance' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
warningFirst sentence should end with a period.25
warningName 'm_CommandValue' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
warningFirst sentence should end with a period.28
warningName 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
warningFirst sentence should end with a period.31
errorParameter model should be final.34
warningExpected @param tag for 'model'.34
warningFirst sentence should end with a period.56
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.59
error'4' is a magic number.76
warningFirst sentence should end with a period.79
warningExpected an @return tag.89
warningFirst sentence should end with a period.91
errorLine has trailing spaces.92
warningExpected @param tag for 'builder'.95
warningExpected an @return tag.102
errorMethod 'key' is not designed for extension - needs to be abstract, final or empty.102
errorParameter key should be final.102
warningExpected @param tag for 'key'.102
warningFirst sentence should end with a period.107
warningExpected an @return tag.111
errorMethod 'getModel' is not designed for extension - needs to be abstract, final or empty.111
warningExpected an @return tag.119
errorMethod 'getCommandValue' is not designed for extension - needs to be abstract, final or empty.119
warningLine is longer than 120 characters.125
errorMethod 'setCommandValue' is not designed for extension - needs to be abstract, final or empty.127
errorParameter value should be final.127
warningExpected @param tag for 'value'.127

net/sf/advjavacalendar/view/CalendarTableView.java

ViolationMessageLine
warningFirst sentence should end with a period.23
errorLine has trailing spaces.25
warningFirst sentence should end with a period.31
warningName 'm_Table' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
warningFirst sentence should end with a period.34
errorLine has trailing spaces.36
warningExpected an @return tag.51
errorMethod 'buildView' is not designed for extension - needs to be abstract, final or empty.51
errorMethod 'initComponents' is not designed for extension - needs to be abstract, final or empty.64
error'240' is a magic number.73
error'240' is a magic number.73
error'255' is a magic number.73
warningMissing a Javadoc comment.78
warningFirst sentence should end with a period.81
errorLine has trailing spaces.83
errorParameter listModel should be final.86
warningExpected @param tag for 'listModel'.86
errorParameter columnNames should be final.86
warningExpected @param tag for 'columnNames'.86
warningMissing a Javadoc comment.91
errorParameter rowIndex should be final.91
errorParameter columnIndex should be final.91

net/sf/advjavacalendar/data/xml/XMLDataImpl.java

ViolationMessageLine
warningFirst sentence should end with a period.21
errorLine has trailing spaces.23
warningFirst sentence should end with a period.28
error'static' modifier out of order with the JLS suggestions.29
warningFirst sentence should end with a period.31
error'static' modifier out of order with the JLS suggestions.32
warningFirst sentence should end with a period.34
warningName 'm_Factory' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
warningFirst sentence should end with a period.37
warningName 'm_Data' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
errorParameter item should be final.43
warningExpected @param tag for 'item'.43
warningExpected an @return tag.49
errorMethod 'find' is not designed for extension - needs to be abstract, final or empty.49
errorParameter searchString should be final.49
warningExpected @param tag for 'searchString'.49
warningExpected an @return tag.67
errorMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.67
warningExpected @throws tag for 'DataException'.67
warningExpected an @return tag.80
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.80
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.88
warningExpected @throws tag for 'DataException'.88
errorMethod 'insert' is not designed for extension - needs to be abstract, final or empty.117
errorParameter item should be final.117
warningExpected @param tag for 'item'.117
warningExpected @throws tag for 'DataException'.117
warningExpected an @return tag.133
errorMethod 'isWritable' is not designed for extension - needs to be abstract, final or empty.133
warningExpected @throws tag for 'DataException'.141
errorMethod 'stop' is not designed for extension - needs to be abstract, final or empty.147
warningExpected @throws tag for 'DataException'.147
errorMust have at least one statement.173
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.182
errorParameter item should be final.182
warningExpected @param tag for 'item'.182
warningExpected @throws tag for 'DataException'.182
errorLine has trailing spaces.195
errorLine has trailing spaces.199
warningFirst sentence should end with a period.205
errorLine has trailing spaces.207
warningExpected an @return tag.211
errorParameter item should be final.211
warningExpected @param tag for 'item'.211

net/sf/advjavacalendar/view/CalendarTableViewModel.java

ViolationMessageLine
warningFirst sentence should end with a period.17
errorLine has trailing spaces.19
warningFirst sentence should end with a period.25
warningName 'm_List' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
warningFirst sentence should end with a period.28
warningName 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'.29
warningFirst sentence should end with a period.31
warningName 'm_DoubleClickHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
warningFirst sentence should end with a period.46
errorLine has trailing spaces.48
warningExpected an @return tag.51
errorMethod 'getDoubleClickHandler' is not designed for extension - needs to be abstract, final or empty.51
errorParameter event should be final.59
warningExpected @param tag for 'event'.59
errorMethod 'dataInserted' is not designed for extension - needs to be abstract, final or empty.65
errorParameter event should be final.65
warningExpected @param tag for 'event'.65
errorMethod 'dataReloaded' is not designed for extension - needs to be abstract, final or empty.73
errorParameter event should be final.73
warningExpected @param tag for 'event'.73
errorParameter event should be final.90
warningExpected @param tag for 'event'.90
warningFirst sentence should end with a period.93
errorLine has trailing spaces.95
warningExpected an @return tag.98
errorMethod 'getList' is not designed for extension - needs to be abstract, final or empty.98

net/sf/advjavacalendar/util/CalendarUtil.java

ViolationMessageLine
warningFirst sentence should end with a period.14
errorUtility classes should not have a public or default constructor.17
warningFirst sentence should end with a period.19
errorLine has trailing spaces.21
warningExpected an @return tag.24
warningFirst sentence should end with a period.42
errorLine has trailing spaces.44
warningExpected an @return tag.47
warningFirst sentence should end with a period.57
errorLine has trailing spaces.59
warningExpected an @return tag.63
errorParameter toFormat should be final.63
warningExpected @param tag for 'toFormat'.63
errorParameter length should be final.63
warningExpected @param tag for 'length'.63
warningFirst sentence should end with a period.69
errorLine has trailing spaces.71
warningExpected an @return tag.75
errorParameter longValue should be final.75
warningExpected @param tag for 'longValue'.75
errorLine has trailing spaces.105

net/sf/advjavacalendar/dialog/CalendarItemDialogModel.java

ViolationMessageLine
warningFirst sentence should end with a period.14
errorLine has trailing spaces.16
warningFirst sentence should end with a period.22
warningName 'm_Trigger' must match pattern '^[a-z][a-zA-Z0-9]*$'.23
warningFirst sentence should end with a period.25
warningName 'm_Model' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
warningFirst sentence should end with a period.28
errorLine has trailing spaces.30
errorLine has trailing spaces.42
warningFirst sentence should end with a period.43
warningFirst sentence should end with a period.52
errorLine has trailing spaces.54
errorParameter item should be final.57
warningExpected @param tag for 'item'.57
warningFirst sentence should end with a period.63
errorLine has trailing spaces.65
warningExpected an @return tag.68
errorMethod 'getDurations' is not designed for extension - needs to be abstract, final or empty.68

net/sf/advjavacalendar/action/ExitAction.java

ViolationMessageLine
warningFirst sentence should end with a period.7
warningFirst sentence should end with a period.15
errorLine has trailing spaces.22
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.26
errorParameter e should be final.26
warningExpected @param tag for 'e'.26

net/sf/advjavacalendar/dialog/CalendarItemDialog.java

ViolationMessageLine
warningFirst sentence should end with a period.28
errorLine has trailing spaces.30
warningFirst sentence should end with a period.36
warningName 'm_DurationCombo' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
warningFirst sentence should end with a period.39
warningName 'm_dateField' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
warningFirst sentence should end with a period.42
warningName 'm_nameField' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
warningFirst sentence should end with a period.45
errorLine has trailing spaces.47
warningFirst sentence should end with a period.56
errorLine has trailing spaces.58
errorParameter calendarItem should be final.61
warningExpected @param tag for 'calendarItem'.61
warningExpected an @return tag.70
errorMethod 'buildView' is not designed for extension - needs to be abstract, final or empty.70
warningLine is longer than 120 characters.72
error'4' is a magic number.77
error'6' is a magic number.78
error'4' is a magic number.80
error'4' is a magic number.81
error'4' is a magic number.81
error'4' is a magic number.82
error'6' is a magic number.82
errorMethod 'initButtonBar' is not designed for extension - needs to be abstract, final or empty.90
errorParameter builder should be final.90
warningExpected @param tag for 'builder'.90
errorMethod 'initComponents' is not designed for extension - needs to be abstract, final or empty.110
warningFirst sentence should end with a period.120
errorLine has trailing spaces.122
warningMissing a Javadoc comment.127
errorParameter list should be final.128
errorParameter value should be final.128
errorParameter index should be final.128
errorParameter isSelected should be final.128
errorParameter cellHasFocus should be final.129
errorLine has trailing spaces.136
errorLine has trailing spaces.143

net/sf/advjavacalendar/common/CalendarItemUI.java

ViolationMessageLine
warningFirst sentence should end with a period.9
errorLine has trailing spaces.11
errorLine has trailing spaces.12
warningFirst sentence should end with a period.17
warningName 'm_Start' must match pattern '^[a-z][a-zA-Z0-9]*$'.18
errorLine has trailing spaces.19
warningFirst sentence should end with a period.20
warningName 'm_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.21
errorLine has trailing spaces.22
warningFirst sentence should end with a period.23
warningName 'm_Duration' must match pattern '^[a-z][a-zA-Z0-9]*$'.24
warningFirst sentence should end with a period.26
warningName 'm_Source' must match pattern '^[a-z][a-zA-Z0-9]*$'.27
errorLine has trailing spaces.28
warningFirst sentence should end with a period.29
errorLine has trailing spaces.35
warningFirst sentence should end with a period.36
errorParameter source should be final.39
warningExpected @param tag for 'source'.39
errorMethod 'getStart' is not designed for extension - needs to be abstract, final or empty.47
errorMethod 'setStart' is not designed for extension - needs to be abstract, final or empty.55
errorParameter date should be final.55
error')' is preceded with whitespace.59
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.65
errorMethod 'setName' is not designed for extension - needs to be abstract, final or empty.73
errorParameter name should be final.73
errorLine has trailing spaces.77
error')' is preceded with whitespace.77
errorMethod 'getDuration' is not designed for extension - needs to be abstract, final or empty.83
errorMethod 'setDuration' is not designed for extension - needs to be abstract, final or empty.91
errorParameter duration should be final.91
errorLine has trailing spaces.95
warningExpected an @return tag.101
errorMethod 'getSource' is not designed for extension - needs to be abstract, final or empty.101