Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
46013538

Files

FilesIWE
org/apache/commons/jelly/tags/http/BodyTag.java 040
org/apache/commons/jelly/tags/http/DeleteTag.java 051
org/apache/commons/jelly/tags/http/GetTag.java 051
org/apache/commons/jelly/tags/http/HeadTag.java 051
org/apache/commons/jelly/tags/http/HeaderTag.java 062
org/apache/commons/jelly/tags/http/HttpTagLibrary.java 030
org/apache/commons/jelly/tags/http/HttpTagSupport.java 0188
org/apache/commons/jelly/tags/http/MultipartPostTag.java 0164
org/apache/commons/jelly/tags/http/OptionsTag.java 051
org/apache/commons/jelly/tags/http/ParameterTag.java 010
org/apache/commons/jelly/tags/http/ParameterTag.java 062
org/apache/commons/jelly/tags/http/PartTag.java 020
org/apache/commons/jelly/tags/http/PartTag.java 0214
org/apache/commons/jelly/tags/http/PostTag.java 092
org/apache/commons/jelly/tags/http/Proxy.java 044
org/apache/commons/jelly/tags/http/PutTag.java 081
org/apache/commons/jelly/tags/http/SessionTag.java 0177

org/apache/commons/jelly/tags/http/BodyTag.java

ErrorLine
Warning First sentence should end with a period. 28
Warning First sentence should end with a period. 36
Warning Unused @throws tag for 'Exception'. 46
Warning Expected @throws tag for 'JellyTagException'. 48

org/apache/commons/jelly/tags/http/DeleteTag.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 32
Warning Field '_deleteMethod' is used in only one method. 33
Error Name '_deleteMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning Javadoc has empty description section. 41

org/apache/commons/jelly/tags/http/GetTag.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 32
Warning Field '_getMethod' is used in only one method. 33
Error Name '_getMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning Javadoc has empty description section. 41

org/apache/commons/jelly/tags/http/HeadTag.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 32
Warning Field '_headMethod' is used in only one method. 33
Error Name '_headMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning Javadoc has empty description section. 41

org/apache/commons/jelly/tags/http/HeaderTag.java

ErrorLine
Warning First sentence should end with a period. 23
Warning First sentence should end with a period. 30
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warning First sentence should end with a period. 32
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning Unused @throws tag for 'Exception'. 43
Warning Expected @throws tag for 'JellyTagException'. 45

org/apache/commons/jelly/tags/http/HttpTagLibrary.java

ErrorLine
Warning First sentence should end with a period. 23
Warning First sentence should end with a period. 31
Warning Javadoc has empty description section. 49

org/apache/commons/jelly/tags/http/HttpTagSupport.java

ErrorLine
Warning First sentence should end with a period. 31
Warning First sentence should end with a period. 39
Error Name '_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Warning First sentence should end with a period. 57
Error Name '_followRedirects' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Warning First sentence should end with a period. 59
Error Name '_parameters' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Warning First sentence should end with a period. 61
Error Name '_requestHeaders' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Warning First sentence should end with a period. 63
Error Static variable definition in wrong order. 64
Warning Field 'HEADER_NAME_USER_AGENT' is used in only one method. 64
Warning First sentence should end with a period. 66
Warning Javadoc has empty description section. 74
Error Unused local variable 'port'. 86
Warning First sentence should end with a period. 92
Warning '}' should be on the same line. 120
Warning '}' should be on the same line. 123
Warning First sentence should end with a period. 137
Warning First sentence should end with a period. 169
Warning First sentence should end with a period. 184
Warning First sentence should end with a period. 196
Warning First sentence should end with a period. 214
Warning First sentence should end with a period. 224

org/apache/commons/jelly/tags/http/MultipartPostTag.java

ErrorLine
Error Unused import - org.apache.commons.httpclient.NameValuePair. 24
Error Unused import - org.apache.commons.httpclient.methods.multipart.StringPart. 27
Warning First sentence should end with a period. 29
Warning Line is longer than 100 characters. 39
Warning First sentence should end with a period. 49
Warning Field '_postMethod' is used in only one method. 50
Error Name '_postMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Warning First sentence should end with a period. 52
Error Name '_parts' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Warning First sentence should end with a period. 55
Warning ctor def child at indentation level 6 not at correct indentation, 8 57
Warning First sentence should end with a period. 60
Warning First sentence should end with a period. 74
Warning Unused @param tag for 'name'. 77
Warning Unused @param tag for 'value'. 78
Warning Expected @param tag for 'p'. 80
Warning First sentence should end with a period. 84
Warning Expected @param tag for 'method'. 91
Warning Il y a un espace de trop apr?Ęs '('. 93
Warning Il y a un espace de trop avant ')'. 93

org/apache/commons/jelly/tags/http/OptionsTag.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 32
Warning Field '_optionsMethod' is used in only one method. 33
Error Name '_optionsMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning Javadoc has empty description section. 41

org/apache/commons/jelly/tags/http/ParameterTag.java

ErrorLine
Warning Found duplicate of 43 lines in /Volumes/Data/paul/projects/jakarta-commons/jelly/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java, starting from line 49 49

org/apache/commons/jelly/tags/http/ParameterTag.java

ErrorLine
Warning First sentence should end with a period. 23
Warning First sentence should end with a period. 30
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Warning First sentence should end with a period. 32
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning Unused @throws tag for 'Exception'. 43
Warning Expected @throws tag for 'JellyTagException'. 45

org/apache/commons/jelly/tags/http/PartTag.java

ErrorLine
Warning Found duplicate of 42 lines in /Volumes/Data/paul/projects/jakarta-commons/jelly/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java, starting from line 49 63
Warning Found duplicate of 42 lines in /Volumes/Data/paul/projects/jakarta-commons/jelly/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/ParameterTag.java, starting from line 49 63

org/apache/commons/jelly/tags/http/PartTag.java

ErrorLine
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 29
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warning First sentence should end with a period. 31
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warning First sentence should end with a period. 33
Error Name '_contentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Warning First sentence should end with a period. 36
Warning First sentence should end with a period. 40
Warning class def child at indentation level 6 not at correct indentation, 8 44
Warning Missing a Javadoc comment. 44
Error Name '_contentType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Warning Variable '_contentType' must be private and have accessor methods. 44
Warning ctor def modifier at indentation level 6 not at correct indentation, 8 45
Warning Missing a Javadoc comment. 45
Warning ctor def child at indentation level 8 not at correct indentation, 12 47
Warning Il manque un espace avant '='. 47
Warning Il manque un espace apr?Ęs '='. 47
Warning ctor def rcurly at indentation level 6 not at correct indentation, 8 48
Warning method def modifier at indentation level 6 not at correct indentation, 8 49
Warning Missing a Javadoc comment. 49
Warning Unused @throws tag for 'Exception'. 57
Warning Expected @throws tag for 'JellyTagException'. 59
Warning Unused @param tag for 'value'. 117
Warning Expected @param tag for 'contentType'. 119

org/apache/commons/jelly/tags/http/PostTag.java

ErrorLine
Warning 'org.apache.commons.httpclient.HttpMethod' should be separated from previous imports. 20
Warning First sentence should end with a period. 25
Warning First sentence should end with a period. 32
Error Name '_postMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning First sentence should end with a period. 39
Warning First sentence should end with a period. 53
Warning Expected @param tag for 'method'. 59
Error Unused local variable 'nvp'. 60
Warning Line is longer than 100 characters. 68
Warning Missing a Javadoc comment. 68

org/apache/commons/jelly/tags/http/Proxy.java

ErrorLine
Warning First sentence should end with a period. 29
Error Name '_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Warning First sentence should end with a period. 31
Error Name '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warning First sentence should end with a period. 33
Error Static variable definition in wrong order. 34
Error Variable access definition in wrong order. 34
Warning First sentence should end with a period. 36

org/apache/commons/jelly/tags/http/PutTag.java

ErrorLine
Warning 'org.apache.commons.httpclient.HttpMethod' should be separated from previous imports. 20
Warning First sentence should end with a period. 24
Warning First sentence should end with a period. 32
Warning Field '_putMethod' is used in only one method. 33
Error Name '_putMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Warning First sentence should end with a period. 35
Warning First sentence should end with a period. 39
Warning First sentence should end with a period. 53
Warning First sentence should end with a period. 60

org/apache/commons/jelly/tags/http/SessionTag.java

ErrorLine
Warning First sentence should end with a period. 31
Error Name '_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Warning First sentence should end with a period. 33
Error Name '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Warning First sentence should end with a period. 35
Error Name '_proxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Warning First sentence should end with a period. 37
Error Name '_secure' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Warning First sentence should end with a period. 39
Error Name '_userAgent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Warning First sentence should end with a period. 41
Error Name '_strictMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Warning First sentence should end with a period. 44
Error Name '_httpClient' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Warning First sentence should end with a period. 47
Warning First sentence should end with a period. 53
Warning Unused @throws tag for 'Exception'. 57
Warning Expected @throws tag for 'JellyTagException'. 59
Warning '{' should be on the previous line. 61
Warning First sentence should end with a period. 89
Warning First sentence should end with a period. 99
Warning First sentence should end with a period. 108
Warning First sentence should end with a period. 117
Warning First sentence should end with a period. 126