Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
105001166

Files

FilesIWE
com/diasparsoftware/gsbase/Assert.java 001
com/diasparsoftware/gsbase/Assert.java 006
com/diasparsoftware/gsbase/Stopwatch.java 0010
com/diasparsoftware/gsbase/StreamUtil.java 0025
com/diasparsoftware/gsbase/SystemClockStopwatch.java 0016
com/diasparsoftware/gsbase/package.html 001
com/diasparsoftware/htmlunitx/FileSystemWebResponse.java 007
com/diasparsoftware/htmlunitx/InputStreamWebResponse.java 001
com/diasparsoftware/htmlunitx/InputStreamWebResponse.java 0027
com/diasparsoftware/htmlunitx/TestableWebConnection.java 001
com/diasparsoftware/htmlunitx/TestableWebConnection.java 0019
com/diasparsoftware/htmlunitx/TestableWebResponse.java 0056
com/diasparsoftware/htmlunitx/package.html 001
com/diasparsoftware/java/io/ReaderUtil.java 008
com/diasparsoftware/java/io/package.html 001
com/diasparsoftware/java/lang/ArrayUtil.java 0029
com/diasparsoftware/java/lang/MissingParameterException.java 008
com/diasparsoftware/java/lang/package.html 001
com/diasparsoftware/java/sql/PreparedStatementData.java 0022
com/diasparsoftware/java/sql/package.html 001
com/diasparsoftware/java/util/CalendarUtil.java 0013
com/diasparsoftware/java/util/CollectionUtil.java 00106
com/diasparsoftware/java/util/DateUtil.java 0062
com/diasparsoftware/java/util/ExceptionalClosure.java 002
com/diasparsoftware/java/util/ExceptionalMapEntryClosure.java 008
com/diasparsoftware/java/util/MapEntryClosure.java 007
com/diasparsoftware/java/util/Money.java 0070
com/diasparsoftware/java/util/Quantity.java 0041
com/diasparsoftware/java/util/Selector.java 003
com/diasparsoftware/java/util/package.html 001
com/diasparsoftware/javax/jms/JBossMapMessageSender.java 001
com/diasparsoftware/javax/jms/JBossMapMessageSender.java 0017
com/diasparsoftware/javax/jms/MapMessageSender.java 004
com/diasparsoftware/javax/jms/MessageBuilder.java 0010
com/diasparsoftware/javax/jms/MessagingException.java 005
com/diasparsoftware/javax/jms/package.html 001
com/diasparsoftware/javax/servlet/ForwardingServlet.java 0034
com/diasparsoftware/javax/servlet/ServletUtil.java 008
com/diasparsoftware/javax/servlet/http/FakeHttpSession.java 0019
com/diasparsoftware/javax/servlet/http/HttpSessionAdapter.java 0040
com/diasparsoftware/javax/servlet/http/HttpUtil.java 0033
com/diasparsoftware/javax/servlet/http/RequestDispatcherAdapter.java 009
com/diasparsoftware/javax/servlet/http/package.html 001
com/diasparsoftware/javax/servlet/package.html 001
com/diasparsoftware/jdbc/JdbcMapper.java 0013
com/diasparsoftware/jdbc/JdbcQueryBuilder.java 001
com/diasparsoftware/jdbc/JdbcQueryBuilder.java 0029
com/diasparsoftware/jdbc/JdbcQueryExecuter.java 001
com/diasparsoftware/jdbc/JdbcQueryExecuter.java 0068
com/diasparsoftware/jdbc/JdbcResourceRegistry.java 001
com/diasparsoftware/jdbc/JdbcResourceRegistry.java 0022
com/diasparsoftware/jdbc/JdbcRowMapper.java 009
com/diasparsoftware/jdbc/JdbcUtil.java 001
com/diasparsoftware/jdbc/JdbcUtil.java 0087
com/diasparsoftware/jdbc/PreparedStatementBuilder.java 001
com/diasparsoftware/jdbc/PreparedStatementBuilder.java 003
com/diasparsoftware/jdbc/PreparedStatementExecuter.java 001
com/diasparsoftware/jdbc/PreparedStatementExecuter.java 0017
com/diasparsoftware/jdbc/RowCountRowMapper.java 006
com/diasparsoftware/jdbc/package.html 001
com/diasparsoftware/store/DataMakesNoSenseException.java 004
com/diasparsoftware/store/DataStoreException.java 0010
com/diasparsoftware/store/package.html 001
com/diasparsoftware/util/jboss/testing/EntityBeanMetaDataTest.java 0039
com/diasparsoftware/util/jboss/testing/package.html 001
com/diasparsoftware/util/junit/GoldMasterFile.java 0020
com/diasparsoftware/util/junit/ParameterizedTestSuite.java 0037
com/diasparsoftware/util/junit/ValueObjectEqualsTest.java 001
com/diasparsoftware/util/junit/ValueObjectEqualsTest.java 0054
com/diasparsoftware/util/junit/package.html 001

com/diasparsoftware/gsbase/Assert.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/gsbase/Assert.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 13
Error Utility classes should not have a public or default constructor. 17
Error Line has trailing spaces. 22
Error Unused @throws tag for 'DetailedNullPointerException'. 27

com/diasparsoftware/gsbase/Stopwatch.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Line has trailing spaces. 11
Error Line has trailing spaces. 13
Error Line has trailing spaces. 26
Error Line has trailing spaces. 27
Error Line has trailing spaces. 33
Error Line has trailing spaces. 40
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 55
Error Line has trailing spaces. 57

com/diasparsoftware/gsbase/StreamUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 9
Error Using the '.*' form of import should be avoided - java.util.*. 10
Error Line has trailing spaces. 14
Error Utility classes should not have a public or default constructor. 18
Error Line has trailing spaces. 23
Error Unused @param tag for 'stream'. 24
Error Parameter characterStream should be final. 29
Error Expected @param tag for 'characterStream'. 29
Error 'if' construct must use '{}'s. 40
Error Line has trailing spaces. 52
Error Unused @param tag for 'stream'. 53
Error Parameter byteStream should be final. 58
Error Expected @param tag for 'byteStream'. 58
Error '}' should be on the same line. 81
Error Line has trailing spaces. 95
Error Line has trailing spaces. 98
Error Expected an @return tag. 106
Error Parameter byteSegments should be final. 107
Error Parameter eachSegmentButLastLength should be final. 108
Error Parameter lastSegmentLength should be final. 109
Error 'if' construct must use '{}'s. 111
Error Missing a Javadoc comment. 146
Error Parameter byteSegment should be final. 147
Error Parameter toSize should be final. 148

com/diasparsoftware/gsbase/SystemClockStopwatch.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Line has trailing spaces. 10
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Method 'getLastTime' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error '}' should be on the same line. 42

com/diasparsoftware/gsbase/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/htmlunitx/FileSystemWebResponse.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Parameter url should be final. 7
Error Parameter contentFile should be final. 7
Error Line has trailing spaces. 9

com/diasparsoftware/htmlunitx/InputStreamWebResponse.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/htmlunitx/InputStreamWebResponse.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Parameter url should be final. 11
Error Parameter contentAsStream should be final. 12
Error 'contentAsStream' hides a field. 12
Error Method 'getContentAsString' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Method 'getContentAsStream' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Method 'getLoadTimeInMilliSeconds' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'getResponseBody' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Method 'getContentAsBytes' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Redundant throws: 'UnsupportedEncodingException' is subclass of 'IOException'. 43
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter other should be final. 48
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Line is longer than 80 characters. 64

com/diasparsoftware/htmlunitx/TestableWebConnection.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/htmlunitx/TestableWebConnection.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Using the '.*' form of import should be avoided - com.gargoylesoftware.htmlunit.*. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error Parameter client should be final. 14
Error Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter url should be final. 18
Error Parameter submitMethod should be final. 19
Error Parameter parameters should be final. 19
Error Parameter requestHeaders should be final. 20
Error Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter response should be final. 25
Error Method 'getStateForUrl' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter url should be final. 29

com/diasparsoftware/htmlunitx/TestableWebResponse.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - com.diasparsoftware.gsbase.*. 6
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error '200' is a magic number. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Parameter url should be final. 20
Error 'url' hides a field. 20
Error Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Method 'getStatusCode' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 31
Error Method 'setStatusCode' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter statusCode should be final. 32
Error 'statusCode' hides a field. 32
Error Method 'getStatusMessage' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Method 'setStatusMessage' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter statusMessage should be final. 40
Error 'statusMessage' hides a field. 40
Error Method 'getResponseHeaderValue' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter headerName should be final. 44
Error Method 'addResponseHeaderValue' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter name should be final. 48
Error Parameter value should be final. 48
Error Method 'getContentCharSet' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Method 'setContentCharSet' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter contentCharSet should be final. 56
Error 'contentCharSet' hides a field. 56
Error Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter contentType should be final. 64
Error 'contentType' hides a field. 64
Error Line has trailing spaces. 67
Error Method 'getStopwatch' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Method 'setStopwatch' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter stopwatch should be final. 72
Error 'stopwatch' hides a field. 72

com/diasparsoftware/htmlunitx/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/java/io/ReaderUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Missing a Javadoc comment. 5
Error Utility classes should not have a public or default constructor. 5
Error Line has trailing spaces. 9
Error Expected an @return tag. 15
Error Parameter reader should be final. 15
Error Expected @param tag for 'reader'. 15

com/diasparsoftware/java/io/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/java/lang/ArrayUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Missing a Javadoc comment. 5
Error Utility classes should not have a public or default constructor. 5
Error Line contains a tab character. 8
Error Line has trailing spaces. 9
Error Line contains a tab character. 9
Error Line contains a tab character. 10
Error Line contains a tab character. 11
Error Line contains a tab character. 12
Error Expected an @return tag. 13
Error Parameter entries should be final. 13
Error Expected @param tag for 'entries'. 13
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line has trailing spaces. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Expected an @return tag. 31
Error Parameter entries should be final. 31
Error Expected @param tag for 'entries'. 31
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Expected an @return tag. 39
Error Parameter entries should be final. 39
Error Expected @param tag for 'entries'. 39

com/diasparsoftware/java/lang/MissingParameterException.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 4
Error Missing a Javadoc comment. 6
Error Parameter parameterName should be final. 6
Error 'parameterName' hides a field. 6
Error Method 'getParameterName' is not designed for extension - needs to be abstract, final or empty. 11
Error Missing a Javadoc comment. 11

com/diasparsoftware/java/lang/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/java/sql/PreparedStatementData.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Variable 'sqlString' must be private and have accessor methods. 6
Error Missing a Javadoc comment. 7
Error Variable 'parameters' must be private and have accessor methods. 7
Error Missing a Javadoc comment. 9
Error Line has trailing spaces. 13
Error Missing a Javadoc comment. 14
Error Parameter sqlString should be final. 14
Error 'sqlString' hides a field. 14
Error Parameter parameters should be final. 14
Error 'parameters' hides a field. 14
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter other should be final. 19
Error '}' should be on the same line. 24
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34

com/diasparsoftware/java/sql/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/java/util/CalendarUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Missing a Javadoc comment. 6
Error Utility classes should not have a public or default constructor. 6
Error Missing a Javadoc comment. 8
Error Parameter year should be final. 9
Error Parameter month should be final. 10
Error Parameter day should be final. 11
Error Parameter hour should be final. 12
Error Parameter minute should be final. 13
Error Parameter second should be final. 14
Error Parameter millisecond should be final. 15
Error Line has trailing spaces. 16

com/diasparsoftware/java/util/CollectionUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 5
Error Missing a Javadoc comment. 7
Error Utility classes should not have a public or default constructor. 7
Error Line contains a tab character. 10
Error Line contains a tab character. 11
Error Line has trailing spaces. 12
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Expected an @return tag. 20
Error Parameter collection should be final. 21
Error Parameter predicate should be final. 22
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Extra HTML tag found: </code> in here if we ignore case?" 35
Error Line contains a tab character. 36
Error Expected an @return tag. 37
Error Parameter stringCollection should be final. 38
Error Parameter parameters should be final. 43
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line has trailing spaces. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Parameter collection should be final. 60
Error Expected @param tag for 'collection'. 60
Error Parameter closure should be final. 61
Error Expected @param tag for 'closure'. 61
Error '}' should be on the same line. 67
Error Must have at least one statement. 68
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Parameter collection should be final. 81
Error Expected @param tag for 'collection'. 81
Error Parameter closure should be final. 82
Error Expected @param tag for 'closure'. 82
Error Expected @throws tag for 'Exception'. 83
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line has trailing spaces. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Parameter collection should be final. 100
Error Expected @param tag for 'collection'. 100
Error Parameter closure should be final. 101
Error Expected @param tag for 'closure'. 101
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line has trailing spaces. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Parameter map should be final. 117
Error Expected @param tag for 'map'. 117
Error Parameter closure should be final. 117
Error Expected @param tag for 'closure'. 117
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line has trailing spaces. 124
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Parameter map should be final. 130
Error Expected @param tag for 'map'. 130
Error Parameter closure should be final. 131
Error Expected @param tag for 'closure'. 131
Error Expected @throws tag for 'Exception'. 132
Error Line has trailing spaces. 141
Error Expected an @return tag. 146
Error Parameter set should be final. 146
Error Expected @param tag for 'set'. 146
Error Parameter selector should be final. 146
Error Expected @param tag for 'selector'. 146
Error 'if' construct must use '{}'s. 149
Error Line has trailing spaces. 152

com/diasparsoftware/java/util/DateUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Missing a Javadoc comment. 5
Error Utility classes should not have a public or default constructor. 5
Error Missing a Javadoc comment. 6
Error Line contains a tab character. 8
Error Line contains a tab character. 9
Error Line contains a tab character. 10
Error Line has trailing spaces. 11
Error Line contains a tab character. 11
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Expected an @return tag. 20
Error Parameter year should be final. 20
Error Parameter month should be final. 20
Error Parameter day should be final. 20
Error Missing a Javadoc comment. 34
Error Parameter year should be final. 35
Error Parameter month should be final. 36
Error Parameter day should be final. 37
Error Parameter hour should be final. 38
Error Parameter minute should be final. 39
Error Parameter second should be final. 40
Error Missing a Javadoc comment. 53
Error Parameter date should be final. 53
Error Missing a Javadoc comment. 58
Error Parameter date should be final. 58
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line has trailing spaces. 66
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Expected an @return tag. 74
Error Parameter date should be final. 74
Error Parameter daysLater should be final. 74
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line has trailing spaces. 85
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Expected an @return tag. 90
Error Parameter dateOfBirth should be final. 90
Error Expected @param tag for 'dateOfBirth'. 90
Error Parameter futureDate should be final. 90
Error Expected @param tag for 'futureDate'. 90
Error Avoid inline conditionals. 107

com/diasparsoftware/java/util/ExceptionalClosure.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 9

com/diasparsoftware/java/util/ExceptionalMapEntryClosure.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 5
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 8
Error Missing a Javadoc comment. 8
Error Parameter parameters should be final. 8
Error Missing a Javadoc comment. 14
Error Parameter key should be final. 14
Error Parameter value should be final. 14

com/diasparsoftware/java/util/MapEntryClosure.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8
Error Parameter each should be final. 8
Error Missing a Javadoc comment. 13
Error Parameter key should be final. 13
Error Parameter value should be final. 13

com/diasparsoftware/java/util/Money.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.text.*. 4
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8
Error Name 'ZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8
Error Variable 'ZERO' must be private and have accessor methods. 8
Error Missing a Javadoc comment. 10
Error Parameter cents should be final. 10
Error Missing a Javadoc comment. 14
Error Parameter dollars should be final. 14
Error Missing a Javadoc comment. 18
Error Parameter dollars should be final. 18
Error Parameter cents should be final. 18
Error Missing a Javadoc comment. 22
Error Parameter moneyAsString should be final. 22
Error '}' should be on the same line. 25
Error Missing a Javadoc comment. 32
Error Parameter moneyAsString should be final. 32
Error '100' is a magic number. 40
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 49
Error Parameter cents should be final. 49
Error 'cents' hides a field. 49
Error Missing a Javadoc comment. 53
Error Parameter dollars should be final. 53
Error Parameter cents should be final. 53
Error 'cents' hides a field. 53
Error '100' is a magic number. 54
Error Missing a Javadoc comment. 57
Error Parameter moneyAsString should be final. 57
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter augend should be final. 61
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter other should be final. 69
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'inCents' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 85
Error '100.0d' is a magic number. 86
Error Method 'isValid' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Method 'multipliedBy' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter times should be final. 93
Error Method 'multipliedBy' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter times should be final. 97
Error Method 'negate' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Method 'roundToNearestDollar' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Method 'split' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Parameter nWays should be final. 109
Error '}' should be on the same line. 118
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Method 'valueInCentsIs' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter expected should be final. 133
Error Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Parameter other should be final. 137

com/diasparsoftware/java/util/Quantity.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Name 'NULL_UNIT_OF_MEASURE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
Error Missing a Javadoc comment. 8
Error Name 'ZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8
Error Variable 'ZERO' must be private and have accessor methods. 8
Error Missing a Javadoc comment. 10
Error Variable 'magnitude' must be private and have accessor methods. 10
Error Missing a Javadoc comment. 11
Error Variable 'unitOfMeasure' must be private and have accessor methods. 11
Error Missing a Javadoc comment. 13
Error Parameter magnitude should be final. 13
Error 'magnitude' hides a field. 13
Error Parameter unitOfMeasure should be final. 13
Error 'unitOfMeasure' hides a field. 13
Error Missing a Javadoc comment. 17
Error Parameter magnitude should be final. 17
Error 'magnitude' hides a field. 17
Error Parameter unitOfMeasure should be final. 17
Error 'unitOfMeasure' hides a field. 17
Error Expected an @return tag. 30
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 30
Error Line has trailing spaces. 33
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter that should be final. 34
Error 'if' construct must use '{}'s. 35
Error Expression can be simplified. 35
Error Line has trailing spaces. 45
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter other should be final. 49
Error '}' should be on the same line. 54
Error Line has trailing spaces. 59
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 68
Error Parameter unitOfMeasure should be final. 68

com/diasparsoftware/java/util/Selector.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 4
Error Missing a Javadoc comment. 5

com/diasparsoftware/java/util/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/javax/jms/JBossMapMessageSender.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/javax/jms/JBossMapMessageSender.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - javax.jms.*. 5
Error Using the '.*' form of import should be avoided - javax.naming.*. 6
Error Using the '.*' form of import should be avoided - com.diasparsoftware.java.util.*. 8
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Method 'sendMapMessage' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter destinationQueueName should be final. 15
Error Parameter messageContent should be final. 16
Error '}' should be on the same line. 47
Error '}' should be on the same line. 50
Error Missing a Javadoc comment. 56
Error Parameter messageContent should be final. 57
Error Parameter key should be final. 62
Error Parameter value should be final. 62
Error '}' should be on the same line. 65

com/diasparsoftware/javax/jms/MapMessageSender.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Redundant throws: 'MessagingException' is unchecked exception. 9

com/diasparsoftware/javax/jms/MessageBuilder.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - javax.jms.*. 5
Error Using the '.*' form of import should be avoided - com.diasparsoftware.java.util.*. 7
Error Missing a Javadoc comment. 9
Error Method 'buildMapMessage' is not designed for extension - needs to be abstract, final or empty. 10
Error Missing a Javadoc comment. 10
Error Parameter messageContent should be final. 12
Error Parameter key should be final. 20
Error Parameter value should be final. 20
Error '}' should be on the same line. 26

com/diasparsoftware/javax/jms/MessagingException.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 4
Error Parameter message should be final. 4
Error Parameter cause should be final. 4

com/diasparsoftware/javax/jms/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/javax/servlet/ForwardingServlet.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 6
Error Line has trailing spaces. 12
Error Line has trailing spaces. 14
Error Line has trailing spaces. 18
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 35
Error Line has trailing spaces. 38
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 46
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter request should be final. 49
Error Parameter response should be final. 50
Error Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter request should be final. 57
Error Parameter response should be final. 58
Error Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter request should be final. 65
Error Parameter response should be final. 66
Error Line has trailing spaces. 78
Error Method 'setForwardUri' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter forwardUri should be final. 81
Error 'forwardUri' hides a field. 81
Error Expected @param tag for 'forwardUri'. 81
Error Method 'getForwardUri' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85

com/diasparsoftware/javax/servlet/ServletUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 7
Error Missing a Javadoc comment. 9
Error Utility classes should not have a public or default constructor. 9
Error Line has trailing spaces. 14
Error Parameter request should be final. 20
Error Parameter eachMapEntryAsObject should be final. 24

com/diasparsoftware/javax/servlet/http/FakeHttpSession.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error Parameter attributes should be final. 9
Error 'attributes' hides a field. 9
Error Line has trailing spaces. 12
Error Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Parameter name should be final. 13
Error Line has trailing spaces. 16
Error Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 20
Error Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Parameter name should be final. 21
Error Parameter value should be final. 21

com/diasparsoftware/javax/servlet/http/HttpSessionAdapter.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 6
Error Missing a Javadoc comment. 8
Error Method 'getCreationTime' is not designed for extension - needs to be abstract, final or empty. 9
Error Missing a Javadoc comment. 9
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Method 'getLastAccessedTime' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 25
Error Parameter maxInactiveInterval should be final. 25
Error Method 'getMaxInactiveInterval' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Method 'getSessionContext' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter name should be final. 36
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter name should be final. 40
Error Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Method 'getValueNames' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 52
Error Parameter name should be final. 52
Error Parameter value should be final. 52
Error Missing a Javadoc comment. 55
Error Parameter name should be final. 55
Error Parameter value should be final. 55
Error Missing a Javadoc comment. 58
Error Parameter name should be final. 58
Error Missing a Javadoc comment. 61
Error Parameter name should be final. 61
Error Missing a Javadoc comment. 64
Error Method 'isNew' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67

com/diasparsoftware/javax/servlet/http/HttpUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 6
Error Using the '.*' form of import should be avoided - com.diasparsoftware.java.util.*. 10
Error Missing a Javadoc comment. 12
Error Utility classes should not have a public or default constructor. 12
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line has trailing spaces. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Expected an @return tag. 21
Error Parameter uri should be final. 22
Error Expected @param tag for 'uri'. 22
Error Parameter parameters should be final. 23
Error Expected @param tag for 'parameters'. 23
Error Parameter create should be final. 28
Error Parameter path should be final. 32
Error Parameter key should be final. 41
Error Parameter value should be final. 41
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Parameter session should be final. 57
Error Expected @param tag for 'session'. 57
Error 'if' construct must use '{}'s. 68

com/diasparsoftware/javax/servlet/http/RequestDispatcherAdapter.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - javax.servlet.*. 5
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8
Error Parameter request should be final. 9
Error Parameter response should be final. 10
Error Missing a Javadoc comment. 14
Error Parameter request should be final. 15
Error Parameter response should be final. 16

com/diasparsoftware/javax/servlet/http/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/javax/servlet/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/jdbc/JdbcMapper.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Missing a Javadoc comment. 8
Error Line has trailing spaces. 14
Error Expected an @return tag. 20
Error Line is longer than 80 characters. 20
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 20
Error Parameter resultSet should be final. 20
Error Expected @param tag for 'resultSet'. 20
Error Parameter columnName should be final. 20
Error Expected @param tag for 'columnName'. 20
Error Expected @throws tag for 'SQLException'. 20
Error Line has trailing spaces. 21

com/diasparsoftware/jdbc/JdbcQueryBuilder.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/jdbc/JdbcQueryBuilder.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 5
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Parameter statementName should be final. 12
Error Parameter domainParameters should be final. 12
Error Missing a Javadoc comment. 13
Error Parameter statementName should be final. 13
Error Missing a Javadoc comment. 14
Error Method 'supportsStatement' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter statementName should be final. 16
Error Method 'getPreparedStatementData' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter statementName should be final. 20
Error Parameter domainParameters should be final. 21
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 29
Error '}' should be on the same line. 33
Error Missing a Javadoc comment. 40
Error Parameter tableName should be final. 40
Error Parameter orderedColumnNames should be final. 41
Error Missing a Javadoc comment. 57
Error Parameter tableName should be final. 57
Error Parameter orderedColumnNames should be final. 58
Error Parameter whereClause should be final. 58
Error Line has trailing spaces. 59
Error Parameter input should be final. 62

com/diasparsoftware/jdbc/JdbcQueryExecuter.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/jdbc/JdbcQueryExecuter.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Missing a Javadoc comment. 9
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error Parameter connection should be final. 14
Error 'connection' hides a field. 14
Error Method 'executeDeleteStatement' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Line is longer than 80 characters. 19
Error Parameter preparedStatementData should be final. 19
Error Redundant throws: 'DataStoreException' is unchecked exception. 19
Error '}' should be on the same line. 38
Error '}' should be on the same line. 41
Error 'if' construct must use '{}'s. 44
Error '}' should be on the same line. 46
Error Must have at least one statement. 47
Error Method 'executeUpdateStatement' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter preparedStatementData should be final. 54
Error '}' should be on the same line. 72
Error '}' should be on the same line. 75
Error 'if' construct must use '{}'s. 78
Error '}' should be on the same line. 80
Error Must have at least one statement. 81
Error Line is longer than 80 characters. 90
Error Method 'executeInsertStatement' is not designed for extension - needs to be abstract, final or empty. 90
Error Missing a Javadoc comment. 90
Error Parameter insertStatementData should be final. 90
Error ';' is followed by whitespace. 100
Error '}' should be on the same line. 109
Error '}' should be on the same line. 112
Error 'if' construct must use '{}'s. 115
Error '}' should be on the same line. 117
Error Must have at least one statement. 118
Error Method 'executeSelectStatement' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Line is longer than 80 characters. 124
Error Parameter selectStatementData should be final. 124
Error Parameter rowMapper should be final. 124
Error '}' should be on the same line. 144
Error '}' should be on the same line. 147
Error 'if' construct must use '{}'s. 150
Error 'if' construct must use '{}'s. 153
Error '}' should be on the same line. 155
Error Must have at least one statement. 156
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line has trailing spaces. 167
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Method 'executeCountStatement' is not designed for extension - needs to be abstract, final or empty. 172
Error Parameter countStatementData should be final. 172
Error Method 'executeSingleRowSelectStatement' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter selectStatementData should be final. 182
Error Parameter simpleMapper should be final. 183
Error '}' should be on the same line. 188
Error Method 'commit' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error '}' should be on the same line. 197

com/diasparsoftware/jdbc/JdbcResourceRegistry.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/jdbc/JdbcResourceRegistry.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Using the '.*' form of import should be avoided - com.diasparsoftware.java.util.*. 6
Error Line has trailing spaces. 11
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Method 'registerStatement' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter statement should be final. 19
Error Method 'registerResultSet' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter resultSet should be final. 23
Error Method 'registerConnection' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter connection should be final. 27
Error Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter each should be final. 37
Error Parameter each should be final. 48
Error Parameter each should be final. 59

com/diasparsoftware/jdbc/JdbcRowMapper.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Line has trailing spaces. 9
Error '{' should be on the previous line. 10
Error Line has trailing spaces. 13
Error Expected an @return tag. 18
Error Parameter row should be final. 18
Error Expected @param tag for 'row'. 18
Error Expected @throws tag for 'SQLException'. 19

com/diasparsoftware/jdbc/JdbcUtil.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/jdbc/JdbcUtil.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Using the '.*' form of import should be avoided - com.diasparsoftware.java.util.*. 9
Error Missing a Javadoc comment. 11
Error Utility classes should not have a public or default constructor. 11
Error Line contains a tab character. 14
Error Line has trailing spaces. 15
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line has trailing spaces. 17
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 19
Error Line has trailing spaces. 20
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Parameter resultSet should be final. 26
Error Expected @param tag for 'resultSet'. 26
Error Expected @throws tag for 'SQLException'. 27
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Expected an @return tag. 66
Error Parameter year should be final. 66
Error Expected @param tag for 'year'. 66
Error Parameter month should be final. 66
Error Expected @param tag for 'month'. 66
Error Parameter day should be final. 66
Error Expected @param tag for 'day'. 66
Error Missing a Javadoc comment. 73
Error Parameter date should be final. 73
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line has trailing spaces. 80
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Expected an @return tag. 90
Error Parameter year should be final. 90
Error Expected @param tag for 'year'. 90
Error Parameter month should be final. 90
Error Expected @param tag for 'month'. 90
Error Parameter day should be final. 90
Error Expected @param tag for 'day'. 90
Error Parameter hour should be final. 91
Error Expected @param tag for 'hour'. 91
Error Parameter minute should be final. 91
Error Expected @param tag for 'minute'. 91
Error Parameter second should be final. 91
Error Expected @param tag for 'second'. 91
Error Parameter millisecond should be final. 91
Error Expected @param tag for 'millisecond'. 91
Error Missing a Javadoc comment. 105
Error Parameter timestamp should be final. 105
Error Missing a Javadoc comment. 109
Error Line is longer than 80 characters. 110
Error Parameter preparedStatement should be final. 110
Error Parameter parameters should be final. 110
Error ';' is followed by whitespace. 113
Error Missing a Javadoc comment. 120
Error Parameter rowData should be final. 120
Error Parameter key should be final. 126
Error Parameter value should be final. 126
Error '}' should be on the same line. 131
Error Missing a Javadoc comment. 142
Error Parameter year should be final. 142
Error Parameter month should be final. 142
Error Parameter day should be final. 142

com/diasparsoftware/jdbc/PreparedStatementBuilder.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/jdbc/PreparedStatementBuilder.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8

com/diasparsoftware/jdbc/PreparedStatementExecuter.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/jdbc/PreparedStatementExecuter.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 9
Error Redundant throws: 'DataStoreException' is unchecked exception. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line has trailing spaces. 19
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 25

com/diasparsoftware/jdbc/RowCountRowMapper.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 3
Error Missing a Javadoc comment. 9
Error Line has trailing spaces. 10
Error Missing a Javadoc comment. 11
Error Parameter row should be final. 11

com/diasparsoftware/jdbc/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/store/DataMakesNoSenseException.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 4
Error Parameter description should be final. 4

com/diasparsoftware/store/DataStoreException.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Missing a Javadoc comment. 4
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 9
Error Parameter cause should be final. 9
Error Missing a Javadoc comment. 13
Error Parameter message should be final. 13
Error Parameter cause should be final. 13
Error Missing a Javadoc comment. 17
Error Parameter message should be final. 17

com/diasparsoftware/store/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/util/jboss/testing/EntityBeanMetaDataTest.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - org.custommonkey.xmlunit.*. 7
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Method 'setMetaDataFilename' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter metaDataFilename should be final. 20
Error 'metaDataFilename' hides a field. 20
Error Method 'setEntityBeanUnderTest' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter entityBeanName should be final. 24
Error 'entityBeanName' hides a field. 24
Error Method 'parseMetaData' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Method 'assertBeanMappedToTable' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter expectedTableName should be final. 36
Error Method 'assertFieldMappedToColumn' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter fieldName should be final. 46
Error Parameter expectedColumnName should be final. 47
Error Method 'assertDefaultDataSource' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter expectedDataSourceJndiName should be final. 56
Error Missing a Javadoc comment. 65
Error Parameter entityBeanName should be final. 66
Error 'entityBeanName' hides a field. 66
Error Parameter fieldName should be final. 67
Error Missing a Javadoc comment. 74
Error Parameter entityBeanName should be final. 75
Error 'entityBeanName' hides a field. 75
Error Parameter relativeXpath should be final. 76
Error Missing a Javadoc comment. 81
Error Parameter entityBeanName should be final. 81
Error 'entityBeanName' hides a field. 81

com/diasparsoftware/util/jboss/testing/package.html

ErrorLine
Error Missing package documentation file.0

com/diasparsoftware/util/junit/GoldMasterFile.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error Parameter directory should be final. 15
Error Parameter file should be final. 15
Error 'file' hides a field. 15
Error Missing a Javadoc comment. 19
Error Parameter file should be final. 19
Error 'file' hides a field. 19
Error Line has trailing spaces. 25
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 29
Error Parameter content should be final. 29
Error Expected @throws tag for 'IOException'. 29
Error Line has trailing spaces. 38
Error Method 'check' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter actualContent should be final. 42
Error Expected @param tag for 'actualContent'. 42
Error Expected @throws tag for 'IOException'. 43
Error 'if' construct must use '{}'s. 56

com/diasparsoftware/util/junit/ParameterizedTestSuite.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.lang.reflect.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Using the '.*' form of import should be avoided - junit.framework.*. 6
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 8
Error Line has trailing spaces. 17
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line has trailing spaces. 31
Error Line contains a tab character. 31
Error Line is longer than 80 characters. 32
Error Line contains a tab character. 32
Error Line is longer than 80 characters. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Parameter fixtures should be final. 38
Error Expected @param tag for 'fixtures'. 38
Error Parameter input should be final. 41
Error Missing a Javadoc comment. 48
Error Parameter fixture should be final. 48
Error Missing a Javadoc comment. 61
Error Parameter fixture should be final. 62
Error Parameter eachTestCase should be final. 63
Error '{' is followed by whitespace. 70
Error '{' is followed by whitespace. 74
Error '}' should be on the same line. 75
Error '}' should be on the same line. 81
Error '}' should be on the same line. 87
Error '}' should be on the same line. 93
Error '}' should be on the same line. 99
Error Missing a Javadoc comment. 110

com/diasparsoftware/util/junit/ValueObjectEqualsTest.java

ErrorLine
Error File does not end with a newline. 0

com/diasparsoftware/util/junit/ValueObjectEqualsTest.java

ErrorLine
Error Line does not match expected header line of 'This is an empty license. We need to replace it with a real one.'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - junit.framework.*. 5
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 7
Error Using the '.*' form of import should be avoided - com.diasparsoftware.java.util.*. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 18
Error Expected an @return tag. 24
Error Expected @throws tag for 'Exception'. 24
Error Expected an @return tag. 31
Error Parameter keyPropertyName should be final. 31
Error Expected @param tag for 'keyPropertyName'. 31
Error Expected @throws tag for 'Exception'. 32
Error Line has trailing spaces. 37
Error Expected an @return tag. 40
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter each should be final. 51
Error Parameter key should be final. 73
Error Parameter value should be final. 73
Error Parameter key should be final. 82
Error Parameter value should be final. 82
Error Parameter key should be final. 110
Error Parameter value should be final. 110
Error '}' should be on the same line. 120
Error Parameter key should be final. 138
Error Parameter value should be final. 138
Error Parameter key should be final. 153
Error Parameter value should be final. 153
Error Parameter key should be final. 165
Error Parameter value should be final. 165
Error Parameter key should be final. 224
Error Parameter value should be final. 224
Error Parameter key should be final. 274
Error Parameter value should be final. 274
Error Parameter key should be final. 296
Error Parameter value should be final. 296
Error Missing a Javadoc comment. 307
Error Parameter lhs should be final. 307
Error Parameter rhs should be final. 307
Error Missing a Javadoc comment. 311
Error Parameter failureMessage should be final. 312
Error Parameter lhs should be final. 313
Error Parameter rhs should be final. 314
Error 'if' construct must use '{}'s. 315
Error Missing a Javadoc comment. 319
Error Parameter closure should be final. 319
Error Missing a Javadoc comment. 323
Error Redundant 'final' modifier. 323
Error Parameter key should be final. 323

com/diasparsoftware/util/junit/package.html

ErrorLine
Error Missing package documentation file.0