Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
25 314

Files

Files Errors
net\sourceforge\selfesteem\applet\AbstractCellEditor.java 12
net\sourceforge\selfesteem\applet\JTreeTable.java 20
net\sourceforge\selfesteem\applet\MyCellRenderer.java 11
net\sourceforge\selfesteem\applet\MyTreeNode.java 9
net\sourceforge\selfesteem\applet\Parser.java 3
net\sourceforge\selfesteem\applet\ProgressBarRenderer.java 12
net\sourceforge\selfesteem\applet\SelfEsteem.java 8
net\sourceforge\selfesteem\applet\Source.java 2
net\sourceforge\selfesteem\applet\test\ParserTest.java 3
net\sourceforge\selfesteem\applet\TreeTableModel.java 6
net\sourceforge\selfesteem\applet\TreeTableModelAdapter.java 14
net\sourceforge\selfesteem\CompositeNode.java 19
net\sourceforge\selfesteem\IterationNode.java 3
net\sourceforge\selfesteem\Node.java 5
net\sourceforge\selfesteem\RootNode.java 22
net\sourceforge\selfesteem\SelfEsteemException.java 6
net\sourceforge\selfesteem\Serializer.java 20
net\sourceforge\selfesteem\StoryNode.java 4
net\sourceforge\selfesteem\StoryParser.java 18
net\sourceforge\selfesteem\test\AllTests.java 2
net\sourceforge\selfesteem\test\CompositeNodeTest.java 32
net\sourceforge\selfesteem\test\ParseStoriesTest.java 39
net\sourceforge\selfesteem\test\TestNodeTest.java 7
net\sourceforge\selfesteem\test\WriterTest.java 9
net\sourceforge\selfesteem\TestNode.java 28

net\sourceforge\selfesteem\applet\AbstractCellEditor.java

Error Line
Avoid using the '.*' form of import. 17
variable 'listenerList' missing Javadoc. 35
variable 'listenerList' must be private and have accessor methods. 35
method is missing a Javadoc comment. 37
method is missing a Javadoc comment. 41
method is missing a Javadoc comment. 45
method is missing a Javadoc comment. 49
method is missing a Javadoc comment. 53
method is missing a Javadoc comment. 56
method is missing a Javadoc comment. 60
line longer than 80 characters 76
line longer than 80 characters 93

net\sourceforge\selfesteem\applet\JTreeTable.java

Error Line
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 23
variable 'tree' missing Javadoc. 37
variable 'tree' must be private and have accessor methods. 37
method is missing a Javadoc comment. 39
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 80
line longer than 80 characters 81
line longer than 80 characters 88
type is missing a Javadoc comment. 88
variable 'visibleRow' missing Javadoc. 89
variable 'visibleRow' must be private and have accessor methods. 89
method is missing a Javadoc comment. 91
method is missing a Javadoc comment. 95
method is missing a Javadoc comment. 99
method is missing a Javadoc comment. 104
line longer than 80 characters 118
type is missing a Javadoc comment. 118
method is missing a Javadoc comment. 119
line longer than 80 characters 120

net\sourceforge\selfesteem\applet\MyCellRenderer.java

Error Line
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 5
type is missing a Javadoc comment. 7
variable 'FONTS' missing Javadoc. 8
variable 'ICONS' missing Javadoc. 16
variable 'FAILING_TESTS' missing Javadoc. 24
method is missing a Javadoc comment. 26
line longer than 80 characters 27
method is missing a Javadoc comment. 30
line longer than 80 characters 35
line longer than 80 characters 40

net\sourceforge\selfesteem\applet\MyTreeNode.java

Error Line
type is missing a Javadoc comment. 5
variable '_level' missing Javadoc. 6
variable '_level' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6
variable '_percent' missing Javadoc. 7
variable '_percent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
method is missing a Javadoc comment. 9
method is missing a Javadoc comment. 20
method is missing a Javadoc comment. 24
method is missing a Javadoc comment. 28

net\sourceforge\selfesteem\applet\Parser.java

Error Line
type is missing a Javadoc comment. 3
method is missing a Javadoc comment. 4
method is missing a Javadoc comment. 23

net\sourceforge\selfesteem\applet\ProgressBarRenderer.java

Error Line
Avoid using the '.*' form of import. 3
Avoid using the '.*' form of import. 6
line longer than 80 characters 8
type is missing a Javadoc comment. 8
variable '_emptyLabel' missing Javadoc. 9
variable '_emptyLabel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
variable '_progressPanel' missing Javadoc. 10
variable '_progressPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
method is missing a Javadoc comment. 13
method is missing a Javadoc comment. 26
line longer than 80 characters 27
'if' construct must use '{}'s. 29

net\sourceforge\selfesteem\applet\SelfEsteem.java

Error Line
Avoid using the '.*' form of import. 3
Unused import - javax.swing.tree.TreePath 5
Avoid using the '.*' form of import. 6
type is missing a Javadoc comment. 10
method is missing a Javadoc comment. 11
method is missing a Javadoc comment. 28
method is missing a Javadoc comment. 34
line longer than 80 characters 47

net\sourceforge\selfesteem\applet\Source.java

Error Line
type is missing a Javadoc comment. 3
method is missing a Javadoc comment. 4

net\sourceforge\selfesteem\applet\test\ParserTest.java

Error Line
type is missing a Javadoc comment. 11
method is missing a Javadoc comment. 12
method is missing a Javadoc comment. 16

net\sourceforge\selfesteem\applet\TreeTableModel.java

Error Line
method is missing a Javadoc comment. 33
method is missing a Javadoc comment. 35
method is missing a Javadoc comment. 37
method is missing a Javadoc comment. 39
method is missing a Javadoc comment. 41
method is missing a Javadoc comment. 43

net\sourceforge\selfesteem\applet\TreeTableModelAdapter.java

Error Line
Avoid using the '.*' form of import. 17
type is missing a Javadoc comment. 23
variable 'tree' missing Javadoc. 24
variable 'tree' must be private and have accessor methods. 24
method is missing a Javadoc comment. 26
method is missing a Javadoc comment. 44
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 52
method is missing a Javadoc comment. 56
method is missing a Javadoc comment. 60
method is missing a Javadoc comment. 65
Empty catch block. 74
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 84

net\sourceforge\selfesteem\CompositeNode.java

Error Line
type is missing a Javadoc comment. 7
variable '_name' missing Javadoc. 8
variable '_name' must be private and have accessor methods. 8
variable '_list' missing Javadoc. 9
variable '_list' must be private and have accessor methods. 9
method is missing a Javadoc comment. 11
method is missing a Javadoc comment. 15
'if' construct must use '{}'s. 16
'if' construct must use '{}'s. 19
method is missing a Javadoc comment. 24
method is missing a Javadoc comment. 28
method is missing a Javadoc comment. 32
method is missing a Javadoc comment. 36
method is missing a Javadoc comment. 40
'if' construct must use '{}'s. 43
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 52
line longer than 80 characters 55
method is missing a Javadoc comment. 58

net\sourceforge\selfesteem\IterationNode.java

Error Line
type is missing a Javadoc comment. 4
method is missing a Javadoc comment. 5
method is missing a Javadoc comment. 9

net\sourceforge\selfesteem\Node.java

Error Line
type is missing a Javadoc comment. 4
method is missing a Javadoc comment. 5
method is missing a Javadoc comment. 7
method is missing a Javadoc comment. 9
method is missing a Javadoc comment. 11

net\sourceforge\selfesteem\RootNode.java

Error Line
type is missing a Javadoc comment. 5
method is missing a Javadoc comment. 6
method is missing a Javadoc comment. 10
method is missing a Javadoc comment. 16
type is missing a Javadoc comment. 30
variable '_passingTests' missing Javadoc. 31
variable '_passingTests' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
variable '_tests' missing Javadoc. 32
variable '_tests' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
variable '_passingStories' missing Javadoc. 33
variable '_passingStories' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
variable '_stories' missing Javadoc. 34
variable '_stories' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
method is missing a Javadoc comment. 36
'if' construct must use '{}'s. 38
method is missing a Javadoc comment. 41
'if' construct must use '{}'s. 43
method is missing a Javadoc comment. 46
line longer than 80 characters 47
'+' should be on a new line. 47
'+' should be on a new line. 48
line longer than 80 characters 49

net\sourceforge\selfesteem\SelfEsteemException.java

Error Line
type is missing a Javadoc comment. 3
variable '_message' missing Javadoc. 4
variable '_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4
method is missing a Javadoc comment. 6
method is missing a Javadoc comment. 10
method is missing a Javadoc comment. 15

net\sourceforge\selfesteem\Serializer.java

Error Line
Avoid using the '.*' form of import. 5
type is missing a Javadoc comment. 7
line longer than 80 characters 8
variable 'DASHES' missing Javadoc. 8
variable '_lineCount' missing Javadoc. 9
variable '_lineCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
variable '_lines' missing Javadoc. 10
variable '_lines' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
variable 'REPLACE_TOKEN' missing Javadoc. 11
method is missing a Javadoc comment. 13
method is missing a Javadoc comment. 17
method is missing a Javadoc comment. 22
'for' is not followed by whitespace. 24
method is missing a Javadoc comment. 46
method is missing a Javadoc comment. 51
method is missing a Javadoc comment. 57
method is missing a Javadoc comment. 61
line longer than 80 characters 71
line longer than 80 characters 78
method is missing a Javadoc comment. 85

net\sourceforge\selfesteem\StoryNode.java

Error Line
type is missing a Javadoc comment. 5
method is missing a Javadoc comment. 6
method is missing a Javadoc comment. 10
method is missing a Javadoc comment. 14

net\sourceforge\selfesteem\StoryParser.java

Error Line
Avoid using the '.*' form of import. 8
Unused import - java.text.ParseException 12
type is missing a Javadoc comment. 14
variable '_stories' missing Javadoc. 15
variable '_stories' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
variable '_root' missing Javadoc. 16
variable '_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
method is missing a Javadoc comment. 18
method is missing a Javadoc comment. 24
method is missing a Javadoc comment. 45
line longer than 80 characters 47
method is missing a Javadoc comment. 52
method is missing a Javadoc comment. 56
method is missing a Javadoc comment. 66
line longer than 80 characters 70
method is missing a Javadoc comment. 75
method is missing a Javadoc comment. 85
line longer than 80 characters 86

net\sourceforge\selfesteem\test\AllTests.java

Error Line
type is missing a Javadoc comment. 6
method is missing a Javadoc comment. 7

net\sourceforge\selfesteem\test\CompositeNodeTest.java

Error Line
Avoid using the '.*' form of import. 4
type is missing a Javadoc comment. 6
variable '_testA' missing Javadoc. 7
variable '_testA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
variable '_testB' missing Javadoc. 8
variable '_testB' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8
method is missing a Javadoc comment. 10
method is missing a Javadoc comment. 14
method is missing a Javadoc comment. 21
method is missing a Javadoc comment. 34
method is missing a Javadoc comment. 46
method is missing a Javadoc comment. 55
line longer than 80 characters 61
method is missing a Javadoc comment. 64
line longer than 80 characters 67
method is missing a Javadoc comment. 70
type is missing a Javadoc comment. 73
method is missing a Javadoc comment. 76
line longer than 80 characters 84
'+' should be on a new line. 84
'+' should be on a new line. 85
'+' should be on a new line. 86
'+' should be on a new line. 87
'+' should be on a new line. 88
'+' should be on a new line. 89
'+' should be on a new line. 90
'+' should be on a new line. 91
'+' should be on a new line. 92
'+' should be on a new line. 93
'+' should be on a new line. 94
'+' should be on a new line. 95
method is missing a Javadoc comment. 100

net\sourceforge\selfesteem\test\ParseStoriesTest.java

Error Line
Avoid using the '.*' form of import. 4
type is missing a Javadoc comment. 14
variable '_parser' missing Javadoc. 15
variable '_parser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
method is missing a Javadoc comment. 17
method is missing a Javadoc comment. 21
'+' should be on a new line. 22
'+' should be on a new line. 23
'+' should be on a new line. 24
'+' should be on a new line. 25
'+' should be on a new line. 26
'+' should be on a new line. 27
method is missing a Javadoc comment. 37
method is missing a Javadoc comment. 42
'+' should be on a new line. 44
'+' should be on a new line. 45
line longer than 80 characters 50
method is missing a Javadoc comment. 54
'+' should be on a new line. 55
'+' should be on a new line. 56
'+' should be on a new line. 57
method is missing a Javadoc comment. 67
'+' should be on a new line. 68
'+' should be on a new line. 72
'+' should be on a new line. 73
'+' should be on a new line. 74
line longer than 80 characters 75
'+' should be on a new line. 75
'+' should be on a new line. 76
'+' should be on a new line. 77
line longer than 80 characters 78
'+' should be on a new line. 78
'+' should be on a new line. 79
method is missing a Javadoc comment. 90
method is missing a Javadoc comment. 94
line longer than 80 characters 99
method is missing a Javadoc comment. 103
line longer than 80 characters 108
method is missing a Javadoc comment. 112

net\sourceforge\selfesteem\test\TestNodeTest.java

Error Line
type is missing a Javadoc comment. 7
method is missing a Javadoc comment. 8
method is missing a Javadoc comment. 12
method is missing a Javadoc comment. 20
method is missing a Javadoc comment. 31
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 64

net\sourceforge\selfesteem\test\WriterTest.java

Error Line
Unused import - org.jdom.Document 6
type is missing a Javadoc comment. 9
method is missing a Javadoc comment. 10
method is missing a Javadoc comment. 14
'+' should be on a new line. 19
'+' should be on a new line. 20
method is missing a Javadoc comment. 25
'+' should be on a new line. 32
line longer than 80 characters 36

net\sourceforge\selfesteem\TestNode.java

Error Line
type is missing a Javadoc comment. 8
variable '_storyName' missing Javadoc. 9
variable '_storyName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
variable '_name' missing Javadoc. 10
variable '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
variable '_passing' missing Javadoc. 11
variable '_passing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
variable '_time' missing Javadoc. 12
variable '_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
variable '_errorMessage' missing Javadoc. 13
variable '_errorMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
variable '_stackTrace' missing Javadoc. 14
variable '_stackTrace' must match pattern '^[a-z][a-zA-Z0-9]*$'. 14
method is missing a Javadoc comment. 16
line longer than 80 characters 19
'+' should be on a new line. 19
method is missing a Javadoc comment. 29
line longer than 80 characters 30
line longer than 80 characters 34
method is missing a Javadoc comment. 42
method is missing a Javadoc comment. 46
method is missing a Javadoc comment. 50
method is missing a Javadoc comment. 54
method is missing a Javadoc comment. 58
method is missing a Javadoc comment. 62
method is missing a Javadoc comment. 66
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 74