Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesErrors
102360

Files

FilesErrors
org/apache/commons/httpclient/Authenticator.java 2
org/apache/commons/httpclient/AutoCloseInputStream.java 1
org/apache/commons/httpclient/ChunkedInputStream.java 1
org/apache/commons/httpclient/ChunkedOutputStream.java 2
org/apache/commons/httpclient/ConnectMethod.java 2
org/apache/commons/httpclient/ContentLengthInputStream.java 1
org/apache/commons/httpclient/Cookie.java 1
org/apache/commons/httpclient/Credentials.java 1
org/apache/commons/httpclient/DefaultMethodRetryHandler.java 2
org/apache/commons/httpclient/Header.java 1
org/apache/commons/httpclient/HeaderElement.java 5
org/apache/commons/httpclient/HeaderGroup.java 1
org/apache/commons/httpclient/HostConfiguration.java 1
org/apache/commons/httpclient/HttpClient.java 2
org/apache/commons/httpclient/HttpConnection.java 6
org/apache/commons/httpclient/HttpConnectionManager.java 1
org/apache/commons/httpclient/HttpConstants.java 1
org/apache/commons/httpclient/HttpException.java 1
org/apache/commons/httpclient/HttpMethod.java 1
org/apache/commons/httpclient/HttpMethodBase.java 29
org/apache/commons/httpclient/HttpParser.java 1
org/apache/commons/httpclient/HttpRecoverableException.java 1
org/apache/commons/httpclient/HttpState.java 2
org/apache/commons/httpclient/HttpStatus.java 3
org/apache/commons/httpclient/HttpURL.java 3
org/apache/commons/httpclient/HttpUrlMethod.java 1
org/apache/commons/httpclient/HttpsURL.java 3
org/apache/commons/httpclient/MethodRetryHandler.java 1
org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java 61
org/apache/commons/httpclient/NTCredentials.java 1
org/apache/commons/httpclient/NTLM.java 1
org/apache/commons/httpclient/NameValuePair.java 1
org/apache/commons/httpclient/RequestOutputStream.java 2
org/apache/commons/httpclient/ResponseConsumedWatcher.java 1
org/apache/commons/httpclient/ResponseInputStream.java 2
org/apache/commons/httpclient/SimpleHttpConnectionManager.java 2
org/apache/commons/httpclient/StatusLine.java 1
org/apache/commons/httpclient/URI.java 101
org/apache/commons/httpclient/URIException.java 1
org/apache/commons/httpclient/UsernamePasswordCredentials.java 1
org/apache/commons/httpclient/Wire.java 14
org/apache/commons/httpclient/WireLogInputStream.java 1
org/apache/commons/httpclient/WireLogOutputStream.java 1
org/apache/commons/httpclient/auth/AuthChallengeParser.java 1
org/apache/commons/httpclient/auth/AuthScheme.java 1
org/apache/commons/httpclient/auth/AuthSchemeBase.java 1
org/apache/commons/httpclient/auth/AuthenticationException.java 1
org/apache/commons/httpclient/auth/BasicScheme.java 1
org/apache/commons/httpclient/auth/DigestScheme.java 1
org/apache/commons/httpclient/auth/HttpAuthRealm.java 1
org/apache/commons/httpclient/auth/HttpAuthenticator.java 4
org/apache/commons/httpclient/auth/MalformedChallengeException.java 1
org/apache/commons/httpclient/auth/NTLMScheme.java 1
org/apache/commons/httpclient/auth/RFC2617Scheme.java 1
org/apache/commons/httpclient/cookie/CookiePolicy.java 2
org/apache/commons/httpclient/cookie/CookieSpec.java 1
org/apache/commons/httpclient/cookie/CookieSpecBase.java 1
org/apache/commons/httpclient/cookie/MalformedCookieException.java 1
org/apache/commons/httpclient/cookie/NetscapeDraftSpec.java 1
org/apache/commons/httpclient/cookie/RFC2109Spec.java 1
org/apache/commons/httpclient/methods/DeleteMethod.java 1
org/apache/commons/httpclient/methods/EntityEnclosingMethod.java 6
org/apache/commons/httpclient/methods/ExpectContinueMethod.java 3
org/apache/commons/httpclient/methods/GetMethod.java 3
org/apache/commons/httpclient/methods/HeadMethod.java 5
org/apache/commons/httpclient/methods/MultipartPostMethod.java 5
org/apache/commons/httpclient/methods/OptionsMethod.java 1
org/apache/commons/httpclient/methods/PostMethod.java 3
org/apache/commons/httpclient/methods/PutMethod.java 1
org/apache/commons/httpclient/methods/TraceMethod.java 1
org/apache/commons/httpclient/methods/UrlDeleteMethod.java 1
org/apache/commons/httpclient/methods/UrlGetMethod.java 1
org/apache/commons/httpclient/methods/UrlHeadMethod.java 1
org/apache/commons/httpclient/methods/UrlOptionsMethod.java 1
org/apache/commons/httpclient/methods/UrlPostMethod.java 1
org/apache/commons/httpclient/methods/UrlPutMethod.java 1
org/apache/commons/httpclient/methods/multipart/ByteArrayPartSource.java 1
org/apache/commons/httpclient/methods/multipart/FilePart.java 1
org/apache/commons/httpclient/methods/multipart/FilePartSource.java 1
org/apache/commons/httpclient/methods/multipart/Part.java 2
org/apache/commons/httpclient/methods/multipart/PartBase.java 2
org/apache/commons/httpclient/methods/multipart/PartSource.java 1
org/apache/commons/httpclient/methods/multipart/StringPart.java 2
org/apache/commons/httpclient/protocol/DefaultProtocolSocketFactory.java 5
org/apache/commons/httpclient/protocol/Protocol.java 1
org/apache/commons/httpclient/protocol/ProtocolSocketFactory.java 1
org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java 5
org/apache/commons/httpclient/protocol/SecureProtocolSocketFactory.java 1
org/apache/commons/httpclient/util/Base64.java 1
org/apache/commons/httpclient/util/DateParseException.java 1
org/apache/commons/httpclient/util/DateParser.java 1
org/apache/commons/httpclient/util/EncodingUtil.java 1
org/apache/commons/httpclient/util/HttpURLConnection.java 5
org/apache/commons/httpclient/util/TimeoutController.java 1
org/apache/commons/httpclient/util/URIUtil.java 3

org/apache/commons/httpclient/Authenticator.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 180

org/apache/commons/httpclient/AutoCloseInputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/ChunkedInputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/ChunkedOutputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 150

org/apache/commons/httpclient/ConnectMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 178

org/apache/commons/httpclient/ContentLengthInputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/Cookie.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/Credentials.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/DefaultMethodRetryHandler.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Line is longer than 100 characters. 60

org/apache/commons/httpclient/Header.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HeaderElement.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 252
Comment matches to-do format '(TODO)|(FIXME):?'. 263
Comment matches to-do format '(TODO)|(FIXME):?'. 303
Comment matches to-do format '(TODO)|(FIXME):?'. 381

org/apache/commons/httpclient/HeaderGroup.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HostConfiguration.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpClient.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Empty catch block. 87

org/apache/commons/httpclient/HttpConnection.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 1310
Missing a Javadoc comment. 1318
Missing a Javadoc comment. 1326
Missing a Javadoc comment. 1334
Missing a Javadoc comment. 1342

org/apache/commons/httpclient/HttpConnectionManager.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpConstants.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpException.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpMethodBase.java

ErrorLine
File length is 2,831 lines (max allowed is 2,000). 1
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Empty catch block. 128
Unused @throws tag for 'HttpRecoverableException'. 1380
Unused @throws tag for 'HttpRecoverableException'. 1419
Unused @throws tag for 'HttpRecoverableException'. 1450
Unused @throws tag for 'HttpRecoverableException'. 1491
Comment matches to-do format '(TODO)|(FIXME):?'. 1502
Unused @throws tag for 'HttpRecoverableException'. 1548
Unused @throws tag for 'HttpRecoverableException'. 1586
Unused @throws tag for 'HttpRecoverableException'. 1622
Unused @throws tag for 'HttpRecoverableException'. 1652
Unused @throws tag for 'HttpRecoverableException'. 1905
Unused @throws tag for 'HttpRecoverableException'. 1958
Unused @throws tag for 'HttpException'. 1996
Unused @throws tag for 'HttpRecoverableException'. 1997
Expected an @return tag. 2001
Unused @throws tag for 'HttpRecoverableException'. 2107
Unused @throws tag for 'HttpRecoverableException'. 2233
Unused @throws tag for 'HttpRecoverableException'. 2316
Unused @throws tag for 'HttpRecoverableException'. 2344
Unused @throws tag for 'HttpRecoverableException'. 2381
Unused @param tag for 'conn'. 2592
Unused @throws tag for 'HttpRecoverableException'. 2597
Expected @param tag for 'connection'. 2604
Comment matches to-do format '(TODO)|(FIXME):?'. 2817
Expected @param tag for 'statusline'. 2820
Expected @param tag for 'responseheaders'. 2821
Expected @param tag for 'responseStream'. 2822

org/apache/commons/httpclient/HttpParser.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpRecoverableException.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/HttpState.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Empty catch block. 138

org/apache/commons/httpclient/HttpStatus.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 44
Comment matches to-do format '(TODO)|(FIXME):?'. 76

org/apache/commons/httpclient/HttpURL.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Name '_default_scheme' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 388
Name '_default_port' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 400

org/apache/commons/httpclient/HttpUrlMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/HttpsURL.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Name '_default_scheme' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 390
Name '_default_port' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 403

org/apache/commons/httpclient/MethodRetryHandler.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Name 'REFERENCE_QUEUE_THREAD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Name 'ALL_CONNECTION_MANAGERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Missing a Javadoc comment. 233
Comment matches to-do format '(TODO)|(FIXME):?'. 436
Line is longer than 100 characters. 446
Missing a Javadoc comment. 879
Missing a Javadoc comment. 889
Missing a Javadoc comment. 944
Expected @param tag for 'hostConfiguration'. 949
Missing a Javadoc comment. 962
Missing a Javadoc comment. 988
Missing a Javadoc comment. 996
Missing a Javadoc comment. 1004
Missing a Javadoc comment. 1012
Missing a Javadoc comment. 1020
Missing a Javadoc comment. 1028
Missing a Javadoc comment. 1036
Missing a Javadoc comment. 1044
Missing a Javadoc comment. 1052
Missing a Javadoc comment. 1060
Missing a Javadoc comment. 1068
Missing a Javadoc comment. 1076
Missing a Javadoc comment. 1084
Missing a Javadoc comment. 1093
Missing a Javadoc comment. 1102
Missing a Javadoc comment. 1111
Missing a Javadoc comment. 1120
Missing a Javadoc comment. 1128
Missing a Javadoc comment. 1136
Missing a Javadoc comment. 1144
Missing a Javadoc comment. 1152
Missing a Javadoc comment. 1160
Missing a Javadoc comment. 1168
Missing a Javadoc comment. 1176
Missing a Javadoc comment. 1185
Missing a Javadoc comment. 1194
Missing a Javadoc comment. 1203
Missing a Javadoc comment. 1211
Missing a Javadoc comment. 1221
Missing a Javadoc comment. 1229
Missing a Javadoc comment. 1237
Missing a Javadoc comment. 1245
Missing a Javadoc comment. 1253
Missing a Javadoc comment. 1261
Missing a Javadoc comment. 1269
Missing a Javadoc comment. 1277
Missing a Javadoc comment. 1285
Missing a Javadoc comment. 1293
Missing a Javadoc comment. 1302
Missing a Javadoc comment. 1310
Missing a Javadoc comment. 1318
Missing a Javadoc comment. 1327
Missing a Javadoc comment. 1336
Missing a Javadoc comment. 1345
Missing a Javadoc comment. 1354
Missing a Javadoc comment. 1362
Missing a Javadoc comment. 1370
Missing a Javadoc comment. 1378
Missing a Javadoc comment. 1386
Missing a Javadoc comment. 1394

org/apache/commons/httpclient/NTCredentials.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/NTLM.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/NameValuePair.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/RequestOutputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 202

org/apache/commons/httpclient/ResponseConsumedWatcher.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/ResponseInputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 197

org/apache/commons/httpclient/SimpleHttpConnectionManager.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 157

org/apache/commons/httpclient/StatusLine.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/URI.java

ErrorLine
File length is 3,912 lines (max allowed is 2,000). 1
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 535
Name '_uri' must match pattern '^[a-z][a-zA-Z0-9]*$'. 556
Missing a Javadoc comment. 576
Missing a Javadoc comment. 577
Empty catch block. 591
Name '_scheme' must match pattern '^[a-z][a-zA-Z0-9]*$'. 603
Name '_opaque' must match pattern '^[a-z][a-zA-Z0-9]*$'. 609
Name '_authority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 615
Name '_userinfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 621
Name '_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. 627
Name '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 633
Name '_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 639
Name '_query' must match pattern '^[a-z][a-zA-Z0-9]*$'. 645
Name '_fragment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 651
Name 'percent' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 666
Name 'digit' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 680
Name 'alpha' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 695
Name 'alphanum' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 713
Name 'hex' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 728
Name 'escaped' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 747
Name 'mark' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 762
Name 'unreserved' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 784
Name 'reserved' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 799
Name 'uric' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 821
Name 'fragment' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 836
Name 'query' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 845
Name 'pchar' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 855
Name 'param' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 876
Name 'segment' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 885
Name 'path_segments' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 900
Name 'abs_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 914
Name 'uric_no_slash' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 929
Name 'opaque_part' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 952
Name 'path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 967
Name 'port' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 978
Name 'IPv4address' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 987
Name 'IPv6address' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1001
Name 'IPv6reference' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1016
Name 'toplabel' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1031
Name 'domainlabel' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1045
Name 'hostname' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1054
Name 'host' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1069
Name 'hostport' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1084
Name 'userinfo' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1100
Name 'within_userinfo' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1118
Name 'server' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1136
Name 'reg_name' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1152
Name 'authority' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1174
Name 'scheme' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1188
Name 'rel_segment' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1206
Name 'rel_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1227
Name 'net_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1241
Name 'hier_part' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1256
Name 'relativeURI' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1272
Name 'absoluteURI' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1289
Name 'URI_reference' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1305
Name 'control' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1320
Name 'space' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1332
Name 'delims' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1342
Name 'unwise' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1356
Name 'disallowed_rel_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1373
Name 'disallowed_opaque_part' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1384
Name 'allowed_authority' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1396
Name 'allowed_opaque_part' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1407
Name 'allowed_reg_name' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1418
Name 'allowed_userinfo' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1430
Name 'allowed_within_userinfo' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1442
Name 'allowed_IPv6reference' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1454
Name 'allowed_host' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1468
Name 'allowed_within_authority' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1479
Name 'allowed_abs_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1495
Name 'allowed_rel_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1507
Name 'allowed_within_path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1518
Name 'allowed_query' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1532
Name 'allowed_within_query' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1543
Name 'allowed_fragment' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 1554
Comment matches to-do format '(TODO)|(FIXME):?'. 1563
Missing a Javadoc comment. 1567
Name '_is_hier_part' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1567
Missing a Javadoc comment. 1568
Name '_is_opaque_part' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1568
Missing a Javadoc comment. 1571
Name '_is_net_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1571
Missing a Javadoc comment. 1572
Name '_is_abs_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1572
Missing a Javadoc comment. 1573
Name '_is_rel_path' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1573
Missing a Javadoc comment. 1576
Name '_is_reg_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1576
Missing a Javadoc comment. 1577
Name '_is_server' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1577
Missing a Javadoc comment. 1580
Name '_is_hostname' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1580
Missing a Javadoc comment. 1581
Name '_is_IPv4address' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1581
Missing a Javadoc comment. 1582
Name '_is_IPv6reference' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1582
Method length is 190 lines (max allowed is 150). 1830
Comment matches to-do format '(TODO)|(FIXME):?'. 2933

org/apache/commons/httpclient/URIException.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/UsernamePasswordCredentials.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/Wire.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 53
Missing a Javadoc comment. 83
Missing a Javadoc comment. 87
Missing a Javadoc comment. 91
Missing a Javadoc comment. 99
Missing a Javadoc comment. 107
Missing a Javadoc comment. 115
Missing a Javadoc comment. 123
Missing a Javadoc comment. 131
Missing a Javadoc comment. 139
Missing a Javadoc comment. 144
Missing a Javadoc comment. 149
Missing a Javadoc comment. 157

org/apache/commons/httpclient/WireLogInputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/WireLogOutputStream.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/AuthChallengeParser.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/AuthScheme.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/AuthSchemeBase.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/AuthenticationException.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/auth/BasicScheme.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/DigestScheme.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/HttpAuthRealm.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/HttpAuthenticator.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 150
Missing a Javadoc comment. 244
Comment matches to-do format '(TODO)|(FIXME):?'. 286

org/apache/commons/httpclient/auth/MalformedChallengeException.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/auth/NTLMScheme.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/auth/RFC2617Scheme.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/cookie/CookiePolicy.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Empty catch block. 86

org/apache/commons/httpclient/cookie/CookieSpec.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/cookie/CookieSpecBase.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/cookie/MalformedCookieException.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/cookie/NetscapeDraftSpec.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/cookie/RFC2109Spec.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/DeleteMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/EntityEnclosingMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 234
Unable to get class information for @throws tag 'HttpRecoverableException'. 299
Unused @throws tag for 'HttpRecoverableException'. 299
Unable to get class information for @throws tag 'HttpRecoverableException'. 395
Unused @throws tag for 'HttpRecoverableException'. 395

org/apache/commons/httpclient/methods/ExpectContinueMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Unable to get class information for @throws tag 'HttpRecoverableException'. 196
Unused @throws tag for 'HttpRecoverableException'. 196

org/apache/commons/httpclient/methods/GetMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Unable to get class information for @throws tag 'HttpRecoverableException'. 358
Unused @throws tag for 'HttpRecoverableException'. 358

org/apache/commons/httpclient/methods/HeadMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 74
Unused @throws tag for 'HttpException'. 137
Unable to get class information for @throws tag 'HttpRecoverableException'. 138
Unused @throws tag for 'HttpRecoverableException'. 138

org/apache/commons/httpclient/methods/MultipartPostMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Unable to get class information for @throws tag 'HttpRecoverableException'. 216
Unused @throws tag for 'HttpRecoverableException'. 216
Unable to get class information for @throws tag 'HttpRecoverableException'. 247
Unused @throws tag for 'HttpRecoverableException'. 247

org/apache/commons/httpclient/methods/OptionsMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/PostMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Unable to get class information for @throws tag 'HttpRecoverableException'. 454
Unused @throws tag for 'HttpRecoverableException'. 454

org/apache/commons/httpclient/methods/PutMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/TraceMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/UrlDeleteMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/UrlGetMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/UrlHeadMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/UrlOptionsMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/UrlPostMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/UrlPutMethod.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/multipart/ByteArrayPartSource.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/multipart/FilePart.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/multipart/FilePartSource.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/multipart/Part.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Comment matches to-do format '(TODO)|(FIXME):?'. 58

org/apache/commons/httpclient/methods/multipart/PartBase.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Expected @param tag for 'name'. 130

org/apache/commons/httpclient/methods/multipart/PartSource.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/methods/multipart/StringPart.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 143

org/apache/commons/httpclient/protocol/DefaultProtocolSocketFactory.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Name 'factory' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 52
Expected an @return tag. 92
Expected @param tag for 'obj'. 92
Expected an @return tag. 99

org/apache/commons/httpclient/protocol/Protocol.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/protocol/ProtocolSocketFactory.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/protocol/SSLProtocolSocketFactory.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Name 'factory' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 54
Expected an @return tag. 119
Expected @param tag for 'obj'. 119
Expected an @return tag. 126

org/apache/commons/httpclient/protocol/SecureProtocolSocketFactory.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/util/Base64.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/util/DateParseException.java

ErrorLine
Missing a header - not enough lines in file. 1

org/apache/commons/httpclient/util/DateParser.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/util/EncodingUtil.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/util/HttpURLConnection.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Expected @param tag for 'isFollowingRedirects'. 312
Expected an @return tag. 321
Expected an @return tag. 357
Expected @param tag for 'classes'. 357

org/apache/commons/httpclient/util/TimeoutController.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8

org/apache/commons/httpclient/util/URIUtil.java

ErrorLine
Line does not match expected header line of ' \* The Apache Software License, Version 1\.1'. 8
Missing a Javadoc comment. 52
Name 'empty' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 52