Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
53 108

Files

Files Errors
com/zanthan/sequence/SequenceAcessor.java 8
com/zanthan/sequence/package.html 1
org/jdiseq/EventRecorder.java 1
org/jdiseq/EventRecorder.java 9
org/jdiseq/Filter.java 8
org/jdiseq/JdiConnectionException.java 1
org/jdiseq/JdiEvent.java 6
org/jdiseq/JdiEventListener.java 1
org/jdiseq/JdiRemoteVMConnector.java 8
org/jdiseq/Main.java 12
org/jdiseq/Sequencer.java 7
org/jdiseq/dummy/Bar.java 1
org/jdiseq/dummy/Foo.java 1
org/jdiseq/dummy/Main.java 3
org/jdiseq/dummy/package.html 1
org/jdiseq/filter/Filter.java 6
org/jdiseq/filter/FilterFactory.java 4
org/jdiseq/filter/FilterPersistence.java 4
org/jdiseq/filter/FilterPersistenceImpl.java 11
org/jdiseq/filter/FilterSet.java 2
org/jdiseq/filter/FilterType.java 2
org/jdiseq/filter/InvalidConfigurationException.java 1
org/jdiseq/filter/MethodFilter.java 1
org/jdiseq/filter/PackageFilter.java 1
org/jdiseq/filter/Persister.java 1
org/jdiseq/package.html 1
org/jdiseq/util/MessageUtil.java 4
org/jdiseq/util/SettingUtil.java 2

com/zanthan/sequence/SequenceAcessor.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Using the '.*' form of import should be avoided - javax.swing.*. 8
Using the '.*' form of import should be avoided - java.awt.*. 11
Utility classes should not have a public or default constructor. 31
Missing a Javadoc comment. 35
Missing a Javadoc comment. 45
Line contains a tab character. 57
Line contains a tab character. 67

com/zanthan/sequence/package.html

Error Line
Missing package documentation file. 0

org/jdiseq/EventRecorder.java

Error Line
File does not end with a newline. 0

org/jdiseq/EventRecorder.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Using the '.*' form of import should be avoided - com.sun.jdi.*. 7
Using the '.*' form of import should be avoided - com.sun.jdi.event.*. 8
'vmConnector' hides a field. 59
'filter' hides a field. 59
Unable to get class information for JdiConnectionException. 70
Expression can be simplified. 71
Comment matches to-do format 'TODO:'. 115
Comment matches to-do format 'TODO:'. 129

org/jdiseq/Filter.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
'triggerMethod' hides a field. 43
'classIncludes' hides a field. 43
'classExcludes' hides a field. 43
'methodIncludes' hides a field. 44
'methodExcludes' hides a field. 44
Avoid inline conditionals. 46
Avoid inline conditionals. 47

org/jdiseq/JdiConnectionException.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/JdiEvent.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
'methodEntry' hides a field. 48
'method' hides a field. 48
'threadReference' hides a field. 48
'objectReference' hides a field. 48
'declaringType' hides a field. 48

org/jdiseq/JdiEventListener.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/JdiRemoteVMConnector.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Using the '.*' form of import should be avoided - com.sun.jdi.*. 8
'host' hides a field. 63
'port' hides a field. 63
'startSuspended' hides a field. 63
Unable to get class information for JdiConnectionException. 63
Unable to get class information for JdiConnectionException. 75
Unable to get class information for JdiConnectionException. 105

org/jdiseq/Main.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Utility classes should not have a public or default constructor. 29
Missing a Javadoc comment. 30
Missing a Javadoc comment. 31
Missing a Javadoc comment. 33
'+' should be on a new line. 36
'+' should be on a new line. 37
'+' should be on a new line. 38
'+' should be on a new line. 39
'+' should be on a new line. 40
'+' should be on a new line. 41
'+' should be on a new line. 42

org/jdiseq/Sequencer.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Using the '.*' form of import should be avoided - java.util.*. 10
Missing a Javadoc comment. 31
Missing a Javadoc comment. 32
Missing a Javadoc comment. 42
Missing a Javadoc comment. 49
Missing a Javadoc comment. 53

org/jdiseq/dummy/Bar.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/dummy/Foo.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/dummy/Main.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Missing a Javadoc comment. 43
Missing a Javadoc comment. 50

org/jdiseq/dummy/package.html

Error Line
Missing package documentation file. 0

org/jdiseq/filter/Filter.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
'element' hides a field. 33
Missing a Javadoc comment. 47
Missing a Javadoc comment. 55
Missing a Javadoc comment. 62
Missing a Javadoc comment. 110

org/jdiseq/filter/FilterFactory.java

Error Line
Missing a header - not enough lines in file. 1
Missing a Javadoc comment. 16
Missing a Javadoc comment. 20
Missing a Javadoc comment. 30

org/jdiseq/filter/FilterPersistence.java

Error Line
Missing a header - not enough lines in file. 1
Unable to get class information for InvalidConfigurationException. 12
Unable to get class information for InvalidConfigurationException. 14
Unable to get class information for InvalidConfigurationException. 16

org/jdiseq/filter/FilterPersistenceImpl.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
'static' modifier out of order with the JLS suggestions. 27
Name 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 27
Unable to get class information for InvalidConfigurationException. 37
Unable to get class information for InvalidConfigurationException. 49
Unable to get class information for InvalidConfigurationException. 62
Unable to get class information for InvalidConfigurationException. 67
Unable to get class information for InvalidConfigurationException. 73
Unable to get class information for InvalidConfigurationException. 83
Unable to get class information for InvalidConfigurationException. 115
Unable to get class information for InvalidConfigurationException. 136

org/jdiseq/filter/FilterSet.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Missing a Javadoc comment. 15

org/jdiseq/filter/FilterType.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
'cast' is not followed by whitespace. 36

org/jdiseq/filter/InvalidConfigurationException.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/filter/MethodFilter.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/filter/PackageFilter.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/filter/Persister.java

Error Line
Missing a header - not enough lines in file. 1

org/jdiseq/package.html

Error Line
Missing package documentation file. 0

org/jdiseq/util/MessageUtil.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
'locale' hides a field. 28
'locale' hides a field. 61
'locale' hides a field. 84

org/jdiseq/util/SettingUtil.java

Error Line
Line does not match expected header line of '/* ===================================================================='. 1
Name 'log' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 21