Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
5532086

Files

FilesIWE
org/apache/commons/jelly/tags/threads/GroupTag.java 0120
org/apache/commons/jelly/tags/threads/InterruptTag.java 070
org/apache/commons/jelly/tags/threads/JellyThread.java 0191
org/apache/commons/jelly/tags/threads/JoinTag.java 0130
org/apache/commons/jelly/tags/threads/Mutex.java 1122
org/apache/commons/jelly/tags/threads/MutexTag.java 060
org/apache/commons/jelly/tags/threads/NotifyTag.java 060
org/apache/commons/jelly/tags/threads/RequirementException.java 010
org/apache/commons/jelly/tags/threads/RunnableStatus.java 010
org/apache/commons/jelly/tags/threads/RunnableStatus.java 010
org/apache/commons/jelly/tags/threads/RunnableStatus.java 0273
org/apache/commons/jelly/tags/threads/SleepTag.java 060
org/apache/commons/jelly/tags/threads/SynchronizeTag.java 040
org/apache/commons/jelly/tags/threads/ThreadTag.java 1320
org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java 020
org/apache/commons/jelly/tags/threads/TimeoutException.java 010
org/apache/commons/jelly/tags/threads/UseMutexTag.java 0100
org/apache/commons/jelly/tags/threads/UseThreadTag.java 1230
org/apache/commons/jelly/tags/threads/WaitForTag.java 0200
org/apache/commons/jelly/tags/threads/WaitTag.java 050

org/apache/commons/jelly/tags/threads/GroupTag.java

ErrorLine
Warning Wrong order for 'java.util.ArrayList' import. 23
Warning First sentence should end with a period. 36
Warning First sentence should end with a period. 38
Warning First sentence should end with a period. 41
Warning Expected @param tag for 'output'. 42
Warning Expected @throws tag for 'JellyTagException'. 42
Warning First sentence should end with a period. 57
Warning Expected @param tag for 'thread'. 58
Warning First sentence should end with a period. 62
Warning Expected an @return tag. 63
Warning First sentence should end with a period. 67
Warning Expected @param tag for 'var'. 68

org/apache/commons/jelly/tags/threads/InterruptTag.java

ErrorLine
Warning Wrong order for 'java.util.List' import. 21
Warning First sentence should end with a period. 30
Warning Expected @param tag for 'thread'. 31
Warning Expected @param tag for 'output'. 31
Warning First sentence should end with a period. 35
Warning Expected @param tag for 'threadGroup'. 36
Warning Expected @param tag for 'output'. 36

org/apache/commons/jelly/tags/threads/JellyThread.java

ErrorLine
Warning Field 'log' is used in only one method. 29
Warning First sentence should end with a period. 31
Warning First sentence should end with a period. 33
Warning First sentence should end with a period. 36
Error Variable access definition in wrong order. 37
Warning Variable 'status' must be private and have accessor methods. 37
Warning Missing a Javadoc comment. 39
Warning Must have at least one statement. 45
Warning First sentence should end with a period. 50
Warning Expected @param tag for 'target'. 53
Warning First sentence should end with a period. 57
Warning Il manque un espace apr?Ęs 'catch'. 72
Warning Il manque un espace apr?Ęs 'catch'. 77
Warning Expected @param tag for 'howLong'. 101
Warning Expected @throws tag for 'TimeoutException'. 101
Warning Unable to get class information for TimeoutException. 101
Warning Line is longer than 100 characters. 103
Warning Must have at least one statement. 115
Warning First sentence should end with a period. 123
Warning Expected an @return tag. 124

org/apache/commons/jelly/tags/threads/JoinTag.java

ErrorLine
Warning Wrong order for 'java.util.List' import. 20
Warning First sentence should end with a period. 29
Warning First sentence should end with a period. 32
Warning Expected @param tag for 'thread'. 33
Warning Expected @param tag for 'output'. 33
Warning Expected @throws tag for 'InterruptedException'. 33
Warning First sentence should end with a period. 37
Warning Expected @param tag for 'threadGroup'. 38
Warning Expected @param tag for 'output'. 38
Warning Expected @throws tag for 'InterruptedException'. 38
Warning First sentence should end with a period. 44
Warning Expected @param tag for 'thread'. 45
Warning Expected @throws tag for 'InterruptedException'. 45

org/apache/commons/jelly/tags/threads/Mutex.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2002,2004 The Apache Software Foundation.'. 2
Warning Line is longer than 100 characters. 119
Warning First sentence should end with a period. 127
Error Name 'inuse_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
Warning Variable 'inuse_' must be private and have accessor methods. 128
Warning Missing a Javadoc comment. 130
Warning 'if' construct must use '{}'s. 131
Warning 'while' construct must use '{}'s. 134
Warning Missing a Javadoc comment. 143
Info Cyclomatic Complexity is 11 (max allowed is 10). 149
Warning Missing a Javadoc comment. 149
Warning 'if' construct must use '{}'s. 150
Warning 'if' construct must use '{}'s. 155
Warning Il y a un espace de trop avant ';'. 161
Warning 'if' construct must use '{}'s. 168

org/apache/commons/jelly/tags/threads/MutexTag.java

ErrorLine
Warning First sentence should end with a period. 23
Warning First sentence should end with a period. 30
Warning First sentence should end with a period. 33
Warning Expected @param tag for 'output'. 34
Warning Expected @throws tag for 'JellyTagException'. 34
Warning First sentence should end with a period. 42

org/apache/commons/jelly/tags/threads/NotifyTag.java

ErrorLine
Warning First sentence should end with a period. 29
Warning First sentence should end with a period. 32
Warning Expected @param tag for 'mutex'. 33
Warning Expected @param tag for 'output'. 33
Warning First sentence should end with a period. 41
Warning Expected @param tag for 'notifyAll'. 44

org/apache/commons/jelly/tags/threads/RunnableStatus.java

ErrorLine
Warning File does not end with a newline. 0

org/apache/commons/jelly/tags/threads/RunnableStatus.java

ErrorLine
Warning Found duplicate of 19 lines in /Volumes/Data/paul/projects/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java, starting from line 1 1

org/apache/commons/jelly/tags/threads/RunnableStatus.java

ErrorLine
Warning Missing a Javadoc comment. 26
Warning Missing a Javadoc comment. 27
Warning Missing a Javadoc comment. 28
Warning Missing a Javadoc comment. 29
Warning Missing a Javadoc comment. 30
Warning Missing a Javadoc comment. 31
Warning Missing a Javadoc comment. 33
Warning First sentence should end with a period. 35
Warning Missing a Javadoc comment. 38
Warning Missing a Javadoc comment. 42
Warning Missing a Javadoc comment. 46
Warning Missing a Javadoc comment. 50
Warning 'if' construct must use '{}'s. 57
Warning Missing a Javadoc comment. 62
Warning Missing a Javadoc comment. 66
Warning Missing a Javadoc comment. 70
Warning Missing a Javadoc comment. 74
Warning Missing a Javadoc comment. 78
Warning Missing a Javadoc comment. 82
Warning Missing a Javadoc comment. 86
Warning Missing a Javadoc comment. 90
Error covariant equals without overriding equals(java.lang.Object). 90
Warning Missing a Javadoc comment. 94
Error covariant equals without overriding equals(java.lang.Object). 94
Warning First sentence should end with a period. 120
Warning Expected an @return tag. 123
Warning Expected @param tag for 'status'. 123
Warning Missing a Javadoc comment. 139
Error Conditional logic can be removed. 148
Warning Missing a Javadoc comment. 155

org/apache/commons/jelly/tags/threads/SleepTag.java

ErrorLine
Warning First sentence should end with a period. 29
Warning First sentence should end with a period. 32
Warning Expected @param tag for 'output'. 33
Warning Expected @throws tag for 'JellyTagException'. 33
Warning '}' should be on the same line. 36
Warning First sentence should end with a period. 42

org/apache/commons/jelly/tags/threads/SynchronizeTag.java

ErrorLine
Warning First sentence should end with a period. 31
Warning Expected @param tag for 'mutex'. 32
Warning Expected @param tag for 'output'. 32
Warning Expected @throws tag for 'JellyTagException'. 32

org/apache/commons/jelly/tags/threads/ThreadTag.java

ErrorLine
Warning Wrong order for 'java.io.FileOutputStream' import. 27
Warning Field 'log' is used in only one method. 40
Warning Field 'threadNumber' is used in only one method. 43
Warning First sentence should end with a period. 45
Warning First sentence should end with a period. 47
Warning First sentence should end with a period. 49
Warning First sentence should end with a period. 51
Warning First sentence should end with a period. 53
Warning First sentence should end with a period. 55
Warning First sentence should end with a period. 57
Warning First sentence should end with a period. 59
Warning Missing a Javadoc comment. 62
Warning Missing a Javadoc comment. 66
Warning Missing a Javadoc comment. 72
Warning '}' should be on the same line. 77
Warning Avoid inline conditionals. 84
Info Cyclomatic Complexity is 11 (max allowed is 10). 88
Warning '}' should be on the same line. 93
Warning '}' should be on the same line. 97
Warning Il manque un espace apr?Ęs 'cast'. 103
Warning Il manque un espace apr?Ęs 'cast'. 105
Warning '}' should be on the same line. 113
Warning '}' should be on the same line. 120
Warning First sentence should end with a period. 158
Warning Expected @param tag for 'priority'. 180
Warning First sentence should end with a period. 184
Warning Expected @param tag for 'daemon'. 187
Warning First sentence should end with a period. 191
Warning Expected @param tag for 'xmlOutput'. 194
Warning First sentence should end with a period. 199
Warning Expected @throws tag for 'IOException'. 203
Warning Expected @param tag for 'newContext'. 211
Warning First sentence should end with a period. 215

org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java

ErrorLine
Warning First sentence should end with a period. 21
Warning Missing a Javadoc comment. 28

org/apache/commons/jelly/tags/threads/UseMutexTag.java

ErrorLine
Warning First sentence should end with a period. 33
Warning Expected @param tag for 'output'. 34
Warning Expected @throws tag for 'JellyTagException'. 34
Warning First sentence should end with a period. 43
Warning Expected @param tag for 'mutex'. 44
Warning Expected @param tag for 'output'. 44
Warning Expected @throws tag for 'JellyTagException'. 44
Warning First sentence should end with a period. 46
Warning Expected an @return tag. 47
Warning Expected @param tag for 'mutex'. 52

org/apache/commons/jelly/tags/threads/UseThreadTag.java

ErrorLine
Warning Wrong order for 'java.util.List' import. 23
Warning First sentence should end with a period. 34
Warning First sentence should end with a period. 36
Info Cyclomatic Complexity is 11 (max allowed is 10). 43
Warning Expected @param tag for 'output'. 43
Warning Expected @throws tag for 'JellyTagException'. 43
Warning '}' should be on the same line. 72
Warning First sentence should end with a period. 78
Warning Expected @param tag for 'thread'. 79
Warning Expected @param tag for 'output'. 79
Warning Expected @throws tag for 'InterruptedException'. 79
Warning Il y a un espace de trop avant ';'. 79
Warning First sentence should end with a period. 81
Warning Line is longer than 100 characters. 82
Warning Expected @param tag for 'threadGroup'. 82
Warning Expected @param tag for 'output'. 82
Warning Expected @throws tag for 'InterruptedException'. 82
Warning Il y a un espace de trop avant ';'. 82
Warning Expected @param tag for 'thread'. 87
Warning First sentence should end with a period. 91
Warning Expected an @return tag. 94
Warning First sentence should end with a period. 106
Warning Expected an @return tag. 109
Warning Expected @param tag for 'searchForParent'. 117

org/apache/commons/jelly/tags/threads/WaitForTag.java

ErrorLine
Warning Wrong order for 'java.util.List' import. 23
Warning Missing a Javadoc comment. 34
Warning Missing a Javadoc comment. 35
Warning Missing a Javadoc comment. 36
Warning Missing a Javadoc comment. 37
Warning Expected @param tag for 'status'. 44
Warning First sentence should end with a period. 48
Warning Expected @param tag for 'thread'. 51
Warning First sentence should end with a period. 55
Warning Expected @param tag for 'group'. 58
Warning Expected @param tag for 'onlyWait'. 66
Warning First sentence should end with a period. 70
Warning Line is longer than 100 characters. 75
Warning Expected @param tag for 'output'. 75
Warning Unable to get class information for TimeoutException. 75
Warning Unable to get class information for RequirementException. 75
Warning Expected @throws tag for 'JellyTagException'. 75
Warning Line is longer than 100 characters. 77
Warning Line is longer than 100 characters. 85
Warning Line is longer than 100 characters. 97

org/apache/commons/jelly/tags/threads/WaitTag.java

ErrorLine
Warning First sentence should end with a period. 32
Warning Expected @param tag for 'mutex'. 33
Warning Expected @param tag for 'output'. 33
Warning Expected @throws tag for 'JellyTagException'. 33
Warning '}' should be on the same line. 40