Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
103 2052

Files

Files Errors
examples/IOUtil.java 4
examples/PrintCommandListener.java 6
examples/chargen.java 7
examples/daytime.java 5
examples/echo.java 8
examples/finger.java 6
examples/ftp.java 18
examples/fwhois.java 3
examples/mail.java 9
examples/messages.java 9
examples/newsgroups.java 6
examples/post.java 8
examples/rdate.java 5
examples/rexec.java 5
examples/rlogin.java 5
examples/rshell.java 5
examples/server2serverFTP.java 11
examples/tftp.java 29
examples/weatherTelnet.java 4
org/apache/commons/net/bsd/RCommandClient.java 34
org/apache/commons/net/bsd/RExecClient.java 13
org/apache/commons/net/bsd/RLoginClient.java 6
org/apache/commons/net/ftp/DefaultFTPFileListParser.java 32
org/apache/commons/net/ftp/FTP.java 90
org/apache/commons/net/ftp/FTPClient.java 162
org/apache/commons/net/ftp/FTPCommand.java 73
org/apache/commons/net/ftp/FTPFile.java 24
org/apache/commons/net/ftp/FTPFileListParser.java 1
org/apache/commons/net/ftp/FTPReply.java 80
org/apache/commons/net/CharGenTCPClient.java 2
org/apache/commons/net/CharGenUDPClient.java 10
org/apache/commons/net/DatagramSocketClient.java 11
org/apache/commons/net/DatagramSocketFactory.java 6
org/apache/commons/net/DaytimeTCPClient.java 6
org/apache/commons/net/DaytimeUDPClient.java 10
org/apache/commons/net/DefaultDatagramSocketFactory.java 3
org/apache/commons/net/DiscardTCPClient.java 2
org/apache/commons/net/DiscardUDPClient.java 13
org/apache/commons/net/EchoTCPClient.java 2
org/apache/commons/net/EchoUDPClient.java 12
org/apache/commons/net/FingerClient.java 8
org/apache/commons/net/ProtocolCommandEvent.java 8
org/apache/commons/net/ProtocolCommandListener.java 3
org/apache/commons/net/ProtocolCommandSupport.java 8
org/apache/commons/net/SocketClient.java 19
org/apache/commons/net/SocketFactory.java 7
org/apache/commons/net/TimeTCPClient.java 6
org/apache/commons/net/TimeUDPClient.java 15
org/apache/commons/net/io/CopyStreamAdapter.java 1
org/apache/commons/net/io/CopyStreamEvent.java 3
org/apache/commons/net/io/CopyStreamException.java 2
org/apache/commons/net/io/CopyStreamListener.java 2
org/apache/commons/net/io/DotTerminatedMessageReader.java 7
org/apache/commons/net/io/DotTerminatedMessageWriter.java 16
org/apache/commons/net/io/FromNetASCIIInputStream.java 22
org/apache/commons/net/io/FromNetASCIIOutputStream.java 6
org/apache/commons/net/io/SocketInputStream.java 2
org/apache/commons/net/io/SocketOutputStream.java 2
org/apache/commons/net/io/ToNetASCIIInputStream.java 16
org/apache/commons/net/io/ToNetASCIIOutputStream.java 4
org/apache/commons/net/io/Util.java 21
org/apache/commons/net/nntp/ArticlePointer.java 2
org/apache/commons/net/nntp/NNTP.java 58
org/apache/commons/net/nntp/NNTPClient.java 109
org/apache/commons/net/nntp/NNTPCommand.java 23
org/apache/commons/net/nntp/NNTPReply.java 72
org/apache/commons/net/nntp/NewGroupsOrNewsQuery.java 26
org/apache/commons/net/nntp/NewsgroupInfo.java 20
org/apache/commons/net/nntp/SimpleNNTPHeader.java 12
org/apache/commons/net/pop3/POP3.java 40
org/apache/commons/net/pop3/POP3Client.java 38
org/apache/commons/net/pop3/POP3Command.java 6
org/apache/commons/net/pop3/POP3MessageInfo.java 10
org/apache/commons/net/pop3/POP3Reply.java 4
org/apache/commons/net/smtp/RelayPath.java 6
org/apache/commons/net/smtp/SMTP.java 59
org/apache/commons/net/smtp/SMTPClient.java 36
org/apache/commons/net/smtp/SMTPCommand.java 34
org/apache/commons/net/smtp/SMTPReply.java 45
org/apache/commons/net/smtp/SimpleSMTPHeader.java 15
org/apache/commons/net/telnet/Telnet.java 127
org/apache/commons/net/telnet/TelnetClient.java 12
org/apache/commons/net/telnet/TelnetCommand.java 10
org/apache/commons/net/telnet/TelnetInputStream.java 67
org/apache/commons/net/telnet/TelnetOption.java 95
org/apache/commons/net/telnet/TelnetOutputStream.java 12
org/apache/commons/net/tftp/TFTP.java 12
org/apache/commons/net/tftp/TFTPAckPacket.java 15
org/apache/commons/net/tftp/TFTPClient.java 68
org/apache/commons/net/tftp/TFTPDataPacket.java 24
org/apache/commons/net/tftp/TFTPErrorPacket.java 16
org/apache/commons/net/tftp/TFTPPacket.java 11
org/apache/commons/net/tftp/TFTPPacketException.java 2
org/apache/commons/net/tftp/TFTPReadRequestPacket.java 2
org/apache/commons/net/tftp/TFTPRequestPacket.java 31
org/apache/commons/net/tftp/TFTPWriteRequestPacket.java 2
org/apache/commons/net/util/ListenerList.java 8

examples/IOUtil.java

Error Line
type Javadoc comment is missing an @author tag. 74
method is missing a Javadoc comment. 77
line longer than 80 characters 92
Empty catch block. 136

examples/PrintCommandListener.java

Error Line
type Javadoc comment is missing an @author tag. 68
variable '__writer' missing Javadoc. 70
variable '__writer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
method is missing a Javadoc comment. 72
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 83

examples/chargen.java

Error Line
type Javadoc comment is missing an @author tag. 79
type name 'chargen' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 79
method is missing a Javadoc comment. 82
'if' construct must use '{}'s. 100
method is missing a Javadoc comment. 108
line longer than 80 characters 138
method is missing a Javadoc comment. 156

examples/daytime.java

Error Line
type Javadoc comment is missing an @author tag. 73
type name 'daytime' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 73
method is missing a Javadoc comment. 76
method is missing a Javadoc comment. 87
method is missing a Javadoc comment. 100

examples/echo.java

Error Line
type Javadoc comment is missing an @author tag. 79
type name 'echo' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 79
method is missing a Javadoc comment. 82
line longer than 80 characters 95
method is missing a Javadoc comment. 108
line longer than 80 characters 122
line longer than 80 characters 139
method is missing a Javadoc comment. 169

examples/finger.java

Error Line
type Javadoc comment is missing an @author tag. 72
type name 'finger' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 72
method is missing a Javadoc comment. 75
'if' construct must use '{}'s. 86
line longer than 80 characters 90
'if' construct must use '{}'s. 180

examples/ftp.java

Error Line
line longer than 80 characters 75
type Javadoc comment is missing an @author tag. 78
type name 'ftp' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 78
variable 'USAGE' missing Javadoc. 81
line longer than 80 characters 82
'+' should be on a new line. 82
line longer than 80 characters 83
'+' should be on a new line. 83
'+' should be on a new line. 84
method is missing a Javadoc comment. 87
'if' construct must use '{}'s. 96
'if' construct must use '{}'s. 98
'else' construct must use '{}'s. 100
line longer than 80 characters 126
'if' construct must use '{}'s. 167
line contains a tab character 170
line contains a tab character 171
line contains a tab character 172

examples/fwhois.java

Error Line
type Javadoc comment is missing an @author tag. 67
type name 'fwhois' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 67
method is missing a Javadoc comment. 70

examples/mail.java

Error Line
type Javadoc comment is missing an @author tag. 78
type name 'mail' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 78
method is missing a Javadoc comment. 81
'static' modifier out of order with the JLS suggestions. 81
line longer than 80 characters 124
line longer than 80 characters 127
'if' construct must use '{}'s. 130
'while' construct must use '{}'s. 171
cast needs to be followed by whitespace. 172

examples/messages.java

Error Line
type Javadoc comment is missing an @author tag. 72
type name 'messages' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 72
method is missing a Javadoc comment. 75
'if' construct must use '{}'s. 86
'if' construct must use '{}'s. 88
'+' should be on a new line. 92
method is missing a Javadoc comment. 96
line longer than 80 characters 134
line longer than 80 characters 166

examples/newsgroups.java

Error Line
type Javadoc comment is missing an @author tag. 70
type name 'newsgroups' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 70
method is missing a Javadoc comment. 73
'static' modifier out of order with the JLS suggestions. 73
'for' construct must use '{}'s. 94
'if' construct must use '{}'s. 111

examples/post.java

Error Line
type Javadoc comment is missing an @author tag. 76
type name 'post' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 76
method is missing a Javadoc comment. 79
'static' modifier out of order with the JLS suggestions. 79
line longer than 80 characters 123
'if' construct must use '{}'s. 126
'if' construct must use '{}'s. 142
'if' construct must use '{}'s. 145

examples/rdate.java

Error Line
type name 'rdate' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 76
method is missing a Javadoc comment. 79
method is missing a Javadoc comment. 90
line longer than 80 characters 97
method is missing a Javadoc comment. 102

examples/rexec.java

Error Line
type is missing a Javadoc comment. 75
type name 'rexec' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 75
method is missing a Javadoc comment. 78
Empty catch block. 120
'{' is not followed by whitespace. 120

examples/rlogin.java

Error Line
type is missing a Javadoc comment. 86
type name 'rlogin' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 86
method is missing a Javadoc comment. 89
Empty catch block. 131
'{' is not followed by whitespace. 131

examples/rshell.java

Error Line
type is missing a Javadoc comment. 79
type name 'rshell' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 79
method is missing a Javadoc comment. 82
Empty catch block. 124
'{' is not followed by whitespace. 124

examples/server2serverFTP.java

Error Line
type Javadoc comment is missing an @author tag. 75
type name 'server2serverFTP' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 75
method is missing a Javadoc comment. 78
method length is 172 lines (max allowed is 150). 79
line longer than 80 characters 88
line longer than 80 characters 192
line longer than 80 characters 195
line longer than 80 characters 197
line longer than 80 characters 200
line longer than 80 characters 204
line longer than 80 characters 212

examples/tftp.java

Error Line
type Javadoc comment is missing an @author tag. 84
type name 'tftp' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 84
variable 'USAGE' missing Javadoc. 86
'+' should be on a new line. 87
'+' should be on a new line. 88
line longer than 80 characters 89
'+' should be on a new line. 89
'+' should be on a new line. 90
line longer than 80 characters 91
'+' should be on a new line. 91
'+' should be on a new line. 92
'+' should be on a new line. 93
'+' should be on a new line. 94
'+' should be on a new line. 95
'+' should be on a new line. 96
method is missing a Javadoc comment. 99
'static' modifier out of order with the JLS suggestions. 99
method length is 191 lines (max allowed is 150). 100
'if' construct must use '{}'s. 112
'if' construct must use '{}'s. 114
'if' construct must use '{}'s. 116
'if' construct must use '{}'s. 118
'else' construct must use '{}'s. 127
line longer than 80 characters 176
line longer than 80 characters 188
line longer than 80 characters 196
'if' construct must use '{}'s. 228
line longer than 80 characters 245
'if' construct must use '{}'s. 285

examples/weatherTelnet.java

Error Line
type is missing a Javadoc comment. 74
type name 'weatherTelnet' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 74
method is missing a Javadoc comment. 77
'static' modifier out of order with the JLS suggestions. 77

org/apache/commons/net/bsd/RCommandClient.java

Error Line
Unused import - org.apache.commons.net.SocketClient 65
line longer than 80 characters 109
method is missing a Javadoc comment. 147
method name '_createErrorStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
line longer than 80 characters 156
'if' construct must use '{}'s. 170
'+' should be on a new line. 184
line longer than 80 characters 205
line longer than 80 characters 224
line longer than 80 characters 229
'if' construct must use '{}'s. 238
line longer than 80 characters 239
line longer than 80 characters 250
Unused @throws tag for 'BindException'. 256
line longer than 80 characters 272
Unused @throws tag for 'BindException'. 278
Unused @throws tag for 'UnknownHostException'. 282
line longer than 80 characters 287
line longer than 80 characters 295
Unused @param tag for 'host'. 298
Unused @throws tag for 'BindException'. 302
Expected @param tag for 'hostname'. 307
line longer than 80 characters 320
'if' construct must use '{}'s. 338
line longer than 80 characters 339
line longer than 80 characters 350
Unused @throws tag for 'UnknownHostException'. 361
'if' construct must use '{}'s. 369
line longer than 80 characters 370
line longer than 80 characters 397
Expected @param tag for 'localUsername'. 423
Expected @param tag for 'remoteUsername'. 423
Expected @param tag for 'command'. 424
Expected @throws tag for 'IOException'. 425

org/apache/commons/net/bsd/RExecClient.java

Error Line
variable '__remoteVerificationEnabled' missing Javadoc. 110
variable '__remoteVerificationEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
variable '_errorStream_' must be private and have accessor methods. 118
method is missing a Javadoc comment. 122
method name '_createErrorStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
'+' should be on a new line. 140
'while' construct must use '{}'s. 263
cast needs to be followed by whitespace. 264
Expected @param tag for 'username'. 278
Expected @param tag for 'password'. 278
Expected @param tag for 'command'. 279
Expected @throws tag for 'IOException'. 280
'if' construct must use '{}'s. 293

org/apache/commons/net/bsd/RLoginClient.java

Error Line
line longer than 80 characters 61
line longer than 80 characters 68
Expected @param tag for 'localUsername'. 161
Expected @param tag for 'remoteUsername'. 161
Expected @param tag for 'terminalType'. 162
Expected @throws tag for 'IOException'. 163

org/apache/commons/net/ftp/DefaultFTPFileListParser.java

Error Line
line longer than 80 characters 67
method is missing a Javadoc comment. 86
method name '__charArrayToInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
method is missing a Javadoc comment. 98
method name '__charArrayToLong' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
method is missing a Javadoc comment. 110
method name '__skipWhitespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
'while' construct must use '{}'s. 112
method is missing a Javadoc comment. 117
method name '__skipDigits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117
'while' construct must use '{}'s. 119
method is missing a Javadoc comment. 124
method name '__skipNonWhitespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. 124
'while' construct must use '{}'s. 126
method is missing a Javadoc comment. 131
method name '__skipNonWhitespaceToLower' must match pattern '^[a-z][a-zA-Z0-9]*$'. 131
method length is 219 lines (max allowed is 150). 153
line longer than 80 characters 188
'if' construct must use '{}'s. 234
'else' construct must use '{}'s. 236
'if' construct must use '{}'s. 246
'if' construct must use '{}'s. 248
'else' construct must use '{}'s. 250
'if' construct must use '{}'s. 254
'else' construct must use '{}'s. 256
'if' construct must use '{}'s. 290
line longer than 80 characters 299
'if' construct must use '{}'s. 407
'if' construct must use '{}'s. 411
'if' construct must use '{}'s. 429
'while' construct must use '{}'s. 430
'if' construct must use '{}'s. 440

org/apache/commons/net/ftp/FTP.java

Error Line
variable '__modes' missing Javadoc. 247
variable '__modes' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 247
variable '__commandBuffer' missing Javadoc. 249
variable '__commandBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 249
variable '_controlInput' missing Javadoc. 251
variable '_controlInput' must be private and have accessor methods. 251
variable '_controlOutput' missing Javadoc. 252
variable '_controlOutput' must be private and have accessor methods. 252
variable '_replyCode' missing Javadoc. 253
variable '_replyCode' must be private and have accessor methods. 253
variable '_replyLines' missing Javadoc. 254
variable '_replyLines' must be private and have accessor methods. 254
variable '_newReplyString' missing Javadoc. 255
variable '_newReplyString' must be private and have accessor methods. 255
variable '_replyString' missing Javadoc. 256
variable '_replyString' must be private and have accessor methods. 256
variable '_commandSupport_' must be private and have accessor methods. 262
method is missing a Javadoc comment. 279
method name '__getReply' must match pattern '^[a-z][a-zA-Z0-9]*$'. 279
'if' construct must use '{}'s. 289
'if' construct must use '{}'s. 296
'if' construct must use '{}'s. 319
line longer than 80 characters 325
line longer than 80 characters 326
'&&' should be on a new line. 329
line longer than 80 characters 333
'if' construct must use '{}'s. 339
'if' construct must use '{}'s. 342
method is missing a Javadoc comment. 348
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 348
'if' construct must use '{}'s. 357
Unused @throws tag for 'FTPConnectionClosedException'. 416
'if' construct must use '{}'s. 441
Unused @throws tag for 'FTPConnectionClosedException'. 462
Unused @throws tag for 'FTPConnectionClosedException'. 486
Unused @throws tag for 'FTPConnectionClosedException'. 511
Unused @throws tag for 'FTPConnectionClosedException'. 547
'if' construct must use '{}'s. 589
cast needs to be followed by whitespace. 596
Unused @throws tag for 'FTPConnectionClosedException'. 612
Unused @param tag for 'pass'. 629
Unused @throws tag for 'FTPConnectionClosedException'. 631
Expected @param tag for 'password'. 639
Unused @throws tag for 'FTPConnectionClosedException'. 650
Unused @throws tag for 'FTPConnectionClosedException'. 669
Unused @throws tag for 'FTPConnectionClosedException'. 688
Unused @throws tag for 'FTPConnectionClosedException'. 706
Unused @throws tag for 'FTPConnectionClosedException'. 724
Unused @throws tag for 'FTPConnectionClosedException'. 742
Unused @throws tag for 'FTPConnectionClosedException'. 761
Unused @throws tag for 'FTPConnectionClosedException'. 781
Unused @throws tag for 'FTPConnectionClosedException'. 812
Unused @param tag for 'type'. 829
Unused @throws tag for 'FTPConnectionClosedException'. 835
Expected @param tag for 'fileType'. 843
'if' construct must use '{}'s. 849
'else' construct must use '{}'s. 851
Unused @param tag for 'type'. 862
Unused @throws tag for 'FTPConnectionClosedException'. 865
Expected @param tag for 'fileType'. 873
Unused @throws tag for 'FTPConnectionClosedException'. 886
Unused @throws tag for 'FTPConnectionClosedException'. 907
Unused @throws tag for 'FTPConnectionClosedException'. 930
Unused @throws tag for 'FTPConnectionClosedException'. 953
Unused @throws tag for 'FTPConnectionClosedException'. 974
Unused @param tag for 'pathname'. 994
Unused @throws tag for 'FTPConnectionClosedException'. 998
Expected @param tag for 'filename'. 1006
Unused @throws tag for 'FTPConnectionClosedException'. 1021
Unused @throws tag for 'FTPConnectionClosedException'. 1040
Unused @throws tag for 'FTPConnectionClosedException'. 1060
'+' should be on a new line. 1070
Unused @throws tag for 'FTPConnectionClosedException'. 1080
Unused @throws tag for 'FTPConnectionClosedException'. 1099
Unused @throws tag for 'FTPConnectionClosedException'. 1118
Unused @throws tag for 'FTPConnectionClosedException'. 1137
Unused @throws tag for 'FTPConnectionClosedException'. 1156
Unused @throws tag for 'FTPConnectionClosedException'. 1175
Unused @throws tag for 'FTPConnectionClosedException'. 1193
Unused @throws tag for 'FTPConnectionClosedException'. 1214
Unused @throws tag for 'FTPConnectionClosedException'. 1236
Unused @throws tag for 'FTPConnectionClosedException'. 1257
Unused @throws tag for 'FTPConnectionClosedException'. 1279
Unused @throws tag for 'FTPConnectionClosedException'. 1298
Unused @throws tag for 'FTPConnectionClosedException'. 1316
Unused @throws tag for 'FTPConnectionClosedException'. 1334
Unused @throws tag for 'FTPConnectionClosedException'. 1353
Unused @throws tag for 'FTPConnectionClosedException'. 1371
Unused @throws tag for 'FTPConnectionClosedException'. 1390
Unused @throws tag for 'FTPConnectionClosedException'. 1408

org/apache/commons/net/ftp/FTPClient.java

Error Line
file length is 2065 lines (max allowed is 2000). 1
line longer than 80 characters 82
line longer than 80 characters 126
line longer than 80 characters 142
line longer than 80 characters 185
line longer than 80 characters 186
line longer than 80 characters 188
variable '__dataConnectionMode' missing Javadoc. 243
variable '__dataConnectionMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 243
variable '__dataTimeout' missing Javadoc. 243
variable '__dataTimeout' must match pattern '^[a-z][a-zA-Z0-9]*$'. 243
variable '__passivePort' missing Javadoc. 244
variable '__passivePort' must match pattern '^[a-z][a-zA-Z0-9]*$'. 244
variable '__passiveHost' missing Javadoc. 245
variable '__passiveHost' must match pattern '^[a-z][a-zA-Z0-9]*$'. 245
variable '__fileType' missing Javadoc. 246
variable '__fileType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 246
variable '__fileFormat' missing Javadoc. 246
variable '__fileFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 246
variable '__fileStructure' missing Javadoc. 246
variable '__fileStructure' must match pattern '^[a-z][a-zA-Z0-9]*$'. 246
variable '__fileTransferMode' missing Javadoc. 246
variable '__fileTransferMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 246
variable '__remoteVerificationEnabled' missing Javadoc. 247
variable '__remoteVerificationEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. 247
variable '__fileListParser' missing Javadoc. 248
variable '__fileListParser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 248
variable '__restartOffset' missing Javadoc. 249
variable '__restartOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. 249
method is missing a Javadoc comment. 269
method name '__initDefaults' must match pattern '^[a-z][a-zA-Z0-9]*$'. 269
method is missing a Javadoc comment. 280
method name '__parsePathname' must match pattern '^[a-z][a-zA-Z0-9]*$'. 280
method is missing a Javadoc comment. 291
method name '__parsePassiveModeReply' must match pattern '^[a-z][a-zA-Z0-9]*$'. 291
line longer than 80 characters 329
method is missing a Javadoc comment. 341
method name '__openDataConnection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 341
'if' construct must use '{}'s. 346
'&&' should be on a new line. 346
line longer than 80 characters 353
'if' construct must use '{}'s. 378
'if' construct must use '{}'s. 386
cast needs to be followed by whitespace. 389
'+' should be on a new line. 410
'if' construct must use '{}'s. 414
method is missing a Javadoc comment. 421
method name '__storeFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 421
'if' construct must use '{}'s. 427
'if' construct must use '{}'s. 431
Empty catch block. 445
'{' is not followed by whitespace. 445
method is missing a Javadoc comment. 453
method name '__storeFileStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 453
'if' construct must use '{}'s. 459
'if' construct must use '{}'s. 463
method is missing a Javadoc comment. 469
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 469
Unused @throws tag for 'FTPConnectionClosedException'. 535
'if' construct must use '{}'s. 547
'if' construct must use '{}'s. 552
Unused @throws tag for 'FTPConnectionClosedException'. 568
'if' construct must use '{}'s. 581
'if' construct must use '{}'s. 586
'if' construct must use '{}'s. 591
'if' construct must use '{}'s. 594
Unused @throws tag for 'FTPConnectionClosedException'. 604
Unused @throws tag for 'FTPConnectionClosedException'. 623
Unused @throws tag for 'FTPConnectionClosedException'. 641
Unused @throws tag for 'FTPConnectionClosedException'. 660
Unused @throws tag for 'FTPConnectionClosedException'. 678
'||' should be on a new line. 690
'&&' should be on a new line. 691
Unused @throws tag for 'FTPConnectionClosedException'. 759
Unused @throws tag for 'FTPConnectionClosedException'. 794
'if' construct must use '{}'s. 804
cast needs to be followed by whitespace. 808
Unused @throws tag for 'FTPConnectionClosedException'. 872
Unused @throws tag for 'FTPConnectionClosedException'. 912
Unused @throws tag for 'FTPConnectionClosedException'. 940
Unused @throws tag for 'FTPConnectionClosedException'. 966
Unused @throws tag for 'FTPConnectionClosedException'. 992
'if' construct must use '{}'s. 1002
'||' should be on a new line. 1002
Unused @throws tag for 'FTPConnectionClosedException'. 1018
'if' construct must use '{}'s. 1028
'||' should be on a new line. 1028
Unused @throws tag for 'FTPConnectionClosedException'. 1045
'if' construct must use '{}'s. 1055
'||' should be on a new line. 1055
Unused @throws tag for 'FTPConnectionClosedException'. 1072
'if' construct must use '{}'s. 1082
'||' should be on a new line. 1082
Unused @throws tag for 'FTPConnectionClosedException'. 1099
'if' construct must use '{}'s. 1109
'||' should be on a new line. 1109
Unused @throws tag for 'FTPConnectionClosedException'. 1151
Unused @throws tag for 'FTPConnectionClosedException'. 1174
Unused @throws tag for 'CopyStreamException'. 1179
'if' construct must use '{}'s. 1193
'if' construct must use '{}'s. 1197
Empty catch block. 1211
'{' is not followed by whitespace. 1211
Unused @throws tag for 'FTPConnectionClosedException'. 1234
'if' construct must use '{}'s. 1247
'if' construct must use '{}'s. 1251
Unused @throws tag for 'FTPConnectionClosedException'. 1267
Unused @throws tag for 'CopyStreamException'. 1272
Unused @throws tag for 'FTPConnectionClosedException'. 1304
Unused @throws tag for 'FTPConnectionClosedException'. 1328
Unused @throws tag for 'CopyStreamException'. 1333
Unused @throws tag for 'FTPConnectionClosedException'. 1364
Unused @throws tag for 'FTPConnectionClosedException'. 1389
Unused @throws tag for 'CopyStreamException'. 1394
Unused @throws tag for 'FTPConnectionClosedException'. 1428
Unused @param tag for 'remote'. 1449
Unused @throws tag for 'FTPConnectionClosedException'. 1452
Unused @throws tag for 'CopyStreamException'. 1457
Unused @param tag for 'remote'. 1483
Unused @throws tag for 'FTPConnectionClosedException'. 1488
Unused @throws tag for 'FTPConnectionClosedException'. 1506
Unused @param tag for 'bytes'. 1524
Unused @throws tag for 'FTPConnectionClosedException'. 1526
Expected @param tag for 'recordSize'. 1534
Unused @throws tag for 'FTPConnectionClosedException'. 1550
'if' construct must use '{}'s. 1575
Unused @throws tag for 'FTPConnectionClosedException'. 1598
'if' construct must use '{}'s. 1608
Unused @throws tag for 'FTPConnectionClosedException'. 1619
Unused @throws tag for 'FTPConnectionClosedException'. 1637
Unused @throws tag for 'FTPConnectionClosedException'. 1656
Unused @throws tag for 'FTPConnectionClosedException'. 1677
Unused @throws tag for 'FTPConnectionClosedException'. 1696
'if' construct must use '{}'s. 1706
cast needs to be followed by whitespace. 1709
Unused @param tag for 'argument'. 1716
Unused @throws tag for 'FTPConnectionClosedException'. 1718
Expected @param tag for 'arguments'. 1726
Unused @throws tag for 'FTPConnectionClosedException'. 1737
'if' construct must use '{}'s. 1747
cast needs to be followed by whitespace. 1748
Unused @throws tag for 'FTPConnectionClosedException'. 1760
'if' construct must use '{}'s. 1770
Unused @param tag for 'The'. 1780
Unused @throws tag for 'FTPConnectionClosedException'. 1783
Expected @param tag for 'command'. 1791
'if' construct must use '{}'s. 1793
Unused @throws tag for 'FTPConnectionClosedException'. 1804
Unused @throws tag for 'FTPConnectionClosedException'. 1834
'if' construct must use '{}'s. 1849
'while' construct must use '{}'s. 1856
Unused @throws tag for 'FTPConnectionClosedException'. 1886
Unused @throws tag for 'FTPConnectionClosedException'. 1916
'if' construct must use '{}'s. 1930
Unused @throws tag for 'FTPConnectionClosedException'. 1954
Unused @throws tag for 'FTPConnectionClosedException'. 1986
Unused @throws tag for 'FTPConnectionClosedException'. 2010
Unused @throws tag for 'FTPConnectionClosedException'. 2028
'if' construct must use '{}'s. 2038
Unused @throws tag for 'FTPConnectionClosedException'. 2049
Expected @param tag for 'pathname'. 2057
'if' construct must use '{}'s. 2059

org/apache/commons/net/ftp/FTPCommand.java

Error Line
variable 'USER' missing Javadoc. 73
variable 'PASS' missing Javadoc. 74
variable 'ACCT' missing Javadoc. 75
variable 'CWD' missing Javadoc. 76
variable 'CDUP' missing Javadoc. 77
variable 'SMNT' missing Javadoc. 78
variable 'REIN' missing Javadoc. 79
variable 'QUIT' missing Javadoc. 80
variable 'PORT' missing Javadoc. 81
variable 'PASV' missing Javadoc. 82
variable 'TYPE' missing Javadoc. 83
variable 'STRU' missing Javadoc. 84
variable 'MODE' missing Javadoc. 85
variable 'RETR' missing Javadoc. 86
variable 'STOR' missing Javadoc. 87
variable 'STOU' missing Javadoc. 88
variable 'APPE' missing Javadoc. 89
variable 'ALLO' missing Javadoc. 90
variable 'REST' missing Javadoc. 91
variable 'RNFR' missing Javadoc. 92
variable 'RNTO' missing Javadoc. 93
variable 'ABOR' missing Javadoc. 94
variable 'DELE' missing Javadoc. 95
variable 'RMD' missing Javadoc. 96
variable 'MKD' missing Javadoc. 97
variable 'PWD' missing Javadoc. 98
variable 'LIST' missing Javadoc. 99
variable 'NLST' missing Javadoc. 100
variable 'SITE' missing Javadoc. 101
variable 'SYST' missing Javadoc. 102
variable 'STAT' missing Javadoc. 103
variable 'HELP' missing Javadoc. 104
variable 'NOOP' missing Javadoc. 105
variable 'USERNAME' missing Javadoc. 107
variable 'PASSWORD' missing Javadoc. 108
variable 'ACCOUNT' missing Javadoc. 109
variable 'CHANGE_WORKING_DIRECTORY' missing Javadoc. 110
variable 'CHANGE_TO_PARENT_DIRECTORY' missing Javadoc. 111
variable 'STRUCTURE_MOUNT' missing Javadoc. 112
variable 'REINITIALIZE' missing Javadoc. 113
variable 'LOGOUT' missing Javadoc. 114
variable 'DATA_PORT' missing Javadoc. 115
variable 'PASSIVE' missing Javadoc. 116
variable 'REPRESENTATION_TYPE' missing Javadoc. 117
variable 'FILE_STRUCTURE' missing Javadoc. 118
variable 'TRANSFER_MODE' missing Javadoc. 119
variable 'RETRIEVE' missing Javadoc. 120
variable 'STORE' missing Javadoc. 121
variable 'STORE_UNIQUE' missing Javadoc. 122
variable 'APPEND' missing Javadoc. 123
variable 'ALLOCATE' missing Javadoc. 124
variable 'RESTART' missing Javadoc. 125
variable 'RENAME_FROM' missing Javadoc. 126
variable 'RENAME_TO' missing Javadoc. 127
variable 'ABORT' missing Javadoc. 128
variable 'DELETE' missing Javadoc. 129
variable 'REMOVE_DIRECTORY' missing Javadoc. 130
variable 'MAKE_DIRECTORY' missing Javadoc. 131
variable 'PRINT_WORKING_DIRECTORY' missing Javadoc. 132
variable 'NAME_LIST' missing Javadoc. 134
variable 'SITE_PARAMETERS' missing Javadoc. 135
variable 'SYSTEM' missing Javadoc. 136
variable 'STATUS' missing Javadoc. 137
method is missing a Javadoc comment. 142
'{' is not followed by whitespace. 143
variable '_commands' missing Javadoc. 145
variable '_commands' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 145
line longer than 80 characters 146
line longer than 80 characters 147
line longer than 80 characters 148
line longer than 80 characters 149
Unused @param tag for 'The'. 157
Expected @param tag for 'command'. 161

org/apache/commons/net/ftp/FTPFile.java

Error Line
line longer than 80 characters 67
variable '_type' missing Javadoc. 109
variable '_type' must be private and have accessor methods. 109
variable '_hardLinkCount' missing Javadoc. 109
variable '_hardLinkCount' must be private and have accessor methods. 109
variable '_size' missing Javadoc. 110
variable '_size' must be private and have accessor methods. 110
variable '_rawListing' missing Javadoc. 111
variable '_rawListing' must be private and have accessor methods. 111
variable '_user' missing Javadoc. 111
variable '_user' must be private and have accessor methods. 111
variable '_group' missing Javadoc. 111
variable '_group' must be private and have accessor methods. 111
variable '_name' missing Javadoc. 111
variable '_name' must be private and have accessor methods. 111
variable '_link' missing Javadoc. 111
variable '_link' must be private and have accessor methods. 111
variable '_date' missing Javadoc. 112
variable '_date' must be private and have accessor methods. 112
variable '_permissions' missing Javadoc. 113
variable '_permissions' must be private and have accessor methods. 113
Unused @param tag for 'The'. 246
Expected @param tag for 'size'. 248
Expected an @return tag. 412

org/apache/commons/net/ftp/FTPFileListParser.java

Error Line
redundant 'public' modifier. 91

org/apache/commons/net/ftp/FTPReply.java

Error Line
variable 'CODE_110' missing Javadoc. 72
variable 'CODE_120' missing Javadoc. 73
variable 'CODE_125' missing Javadoc. 74
variable 'CODE_150' missing Javadoc. 75
variable 'CODE_200' missing Javadoc. 76
variable 'CODE_202' missing Javadoc. 77
variable 'CODE_211' missing Javadoc. 78
variable 'CODE_212' missing Javadoc. 79
variable 'CODE_213' missing Javadoc. 80
variable 'CODE_214' missing Javadoc. 81
variable 'CODE_215' missing Javadoc. 82
variable 'CODE_220' missing Javadoc. 83
variable 'CODE_221' missing Javadoc. 84
variable 'CODE_225' missing Javadoc. 85
variable 'CODE_226' missing Javadoc. 86
variable 'CODE_227' missing Javadoc. 87
variable 'CODE_230' missing Javadoc. 88
variable 'CODE_250' missing Javadoc. 89
variable 'CODE_257' missing Javadoc. 90
variable 'CODE_331' missing Javadoc. 91
variable 'CODE_332' missing Javadoc. 92
variable 'CODE_350' missing Javadoc. 93
variable 'CODE_421' missing Javadoc. 94
variable 'CODE_425' missing Javadoc. 95
variable 'CODE_426' missing Javadoc. 96
variable 'CODE_450' missing Javadoc. 97
variable 'CODE_451' missing Javadoc. 98
variable 'CODE_452' missing Javadoc. 99
variable 'CODE_500' missing Javadoc. 100
variable 'CODE_501' missing Javadoc. 101
variable 'CODE_502' missing Javadoc. 102
variable 'CODE_503' missing Javadoc. 103
variable 'CODE_504' missing Javadoc. 104
variable 'CODE_530' missing Javadoc. 105
variable 'CODE_532' missing Javadoc. 106
variable 'CODE_550' missing Javadoc. 107
variable 'CODE_551' missing Javadoc. 108
variable 'CODE_552' missing Javadoc. 109
variable 'CODE_553' missing Javadoc. 110
variable 'RESTART_MARKER' missing Javadoc. 112
variable 'SERVICE_NOT_READY' missing Javadoc. 113
variable 'DATA_CONNECTION_ALREADY_OPEN' missing Javadoc. 114
variable 'FILE_STATUS_OK' missing Javadoc. 115
variable 'COMMAND_OK' missing Javadoc. 116
variable 'COMMAND_IS_SUPERFLUOUS' missing Javadoc. 117
variable 'SYSTEM_STATUS' missing Javadoc. 118
variable 'DIRECTORY_STATUS' missing Javadoc. 119
variable 'FILE_STATUS' missing Javadoc. 120
variable 'HELP_MESSAGE' missing Javadoc. 121
variable 'NAME_SYSTEM_TYPE' missing Javadoc. 122
variable 'SERVICE_READY' missing Javadoc. 123
variable 'SERVICE_CLOSING_CONTROL_CONNECTION' missing Javadoc. 124
variable 'DATA_CONNECTION_OPEN' missing Javadoc. 125
variable 'CLOSING_DATA_CONNECTION' missing Javadoc. 126
variable 'ENTERING_PASSIVE_MODE' missing Javadoc. 127
variable 'USER_LOGGED_IN' missing Javadoc. 128
variable 'FILE_ACTION_OK' missing Javadoc. 129
variable 'PATHNAME_CREATED' missing Javadoc. 130
variable 'NEED_PASSWORD' missing Javadoc. 131
variable 'NEED_ACCOUNT' missing Javadoc. 132
variable 'FILE_ACTION_PENDING' missing Javadoc. 133
variable 'SERVICE_NOT_AVAILABLE' missing Javadoc. 134
variable 'CANNOT_OPEN_DATA_CONNECTION' missing Javadoc. 135
variable 'TRANSFER_ABORTED' missing Javadoc. 136
variable 'FILE_ACTION_NOT_TAKEN' missing Javadoc. 137
variable 'ACTION_ABORTED' missing Javadoc. 138
variable 'INSUFFICIENT_STORAGE' missing Javadoc. 139
variable 'UNRECOGNIZED_COMMAND' missing Javadoc. 140
variable 'SYNTAX_ERROR_IN_ARGUMENTS' missing Javadoc. 141
variable 'COMMAND_NOT_IMPLEMENTED' missing Javadoc. 142
variable 'BAD_COMMAND_SEQUENCE' missing Javadoc. 143
variable 'COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER' missing Javadoc. 144
variable 'NOT_LOGGED_IN' missing Javadoc. 145
variable 'NEED_ACCOUNT_FOR_STORING_FILES' missing Javadoc. 146
variable 'FILE_UNAVAILABLE' missing Javadoc. 147
variable 'PAGE_TYPE_UNKNOWN' missing Javadoc. 148
variable 'STORAGE_ALLOCATION_EXCEEDED' missing Javadoc. 149
variable 'FILE_NAME_NOT_ALLOWED' missing Javadoc. 150
method is missing a Javadoc comment. 153
'{' is not followed by whitespace. 154

org/apache/commons/net/CharGenTCPClient.java

Error Line
line longer than 80 characters 74
line longer than 80 characters 108

org/apache/commons/net/CharGenUDPClient.java

Error Line
line longer than 80 characters 74
line longer than 80 characters 81
variable '__receiveData' missing Javadoc. 102
variable '__receiveData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102
variable '__receivePacket' missing Javadoc. 103
variable '__receivePacket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
variable '__sendPacket' missing Javadoc. 104
variable '__sendPacket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Expected @param tag for 'host'. 137
Expected @throws tag for 'IOException'. 137

org/apache/commons/net/DatagramSocketClient.java

Error Line
variable '__DEFAULT_SOCKET_FACTORY' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 93
variable '_timeout_' must be private and have accessor methods. 97
variable '_socket_' must be private and have accessor methods. 100
variable '_isOpen_' must be private and have accessor methods. 105
variable '_socketFactory_' must be private and have accessor methods. 108
line longer than 80 characters 216
line longer than 80 characters 220
Expected @throws tag for 'SocketException'. 250
Expected @throws tag for 'SocketException'. 263
'if' construct must use '{}'s. 307
'else' construct must use '{}'s. 309

org/apache/commons/net/DatagramSocketFactory.java

Error Line
Expected an @return tag. 84
redundant 'public' modifier. 84
Expected an @return tag. 92
redundant 'public' modifier. 92
Expected an @return tag. 102
redundant 'public' modifier. 102

org/apache/commons/net/DaytimeTCPClient.java

Error Line
line longer than 80 characters 68
variable '__buffer' missing Javadoc. 83
variable '__buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
line longer than 80 characters 98
line longer than 80 characters 105
'if' construct must use '{}'s. 118

org/apache/commons/net/DaytimeUDPClient.java

Error Line
line longer than 80 characters 68
line longer than 80 characters 70
variable '__dummyData' missing Javadoc. 85
variable '__dummyData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
variable '__timeData' missing Javadoc. 87
variable '__timeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
line longer than 80 characters 109
Expected an @return tag. 113
Expected @param tag for 'host'. 113
Expected @throws tag for 'IOException'. 113

org/apache/commons/net/DefaultDatagramSocketFactory.java

Error Line
Expected an @return tag. 83
Expected an @return tag. 94
Expected an @return tag. 107

org/apache/commons/net/DiscardTCPClient.java

Error Line
line longer than 80 characters 67
line longer than 80 characters 93

org/apache/commons/net/DiscardUDPClient.java

Error Line
line longer than 80 characters 65
line longer than 80 characters 68
variable '_sendPacket' missing Javadoc. 81
variable '_sendPacket' must be private and have accessor methods. 81
method is missing a Javadoc comment. 83
Expected @param tag for 'data'. 115
Expected @param tag for 'length'. 115
Expected @param tag for 'host'. 115
Expected @throws tag for 'IOException'. 116
line longer than 80 characters 124
Expected @param tag for 'data'. 126
Expected @param tag for 'host'. 126
Expected @throws tag for 'IOException'. 126

org/apache/commons/net/EchoTCPClient.java

Error Line
line longer than 80 characters 69
line longer than 80 characters 96

org/apache/commons/net/EchoUDPClient.java

Error Line
line longer than 80 characters 65
line longer than 80 characters 69
variable '__receivePacket' missing Javadoc. 83
variable '__receivePacket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Expected @param tag for 'data'. 104
Expected @param tag for 'host'. 104
Expected @throws tag for 'IOException'. 104
Expected @param tag for 'data'. 119
Expected @param tag for 'length'. 119
Expected an @return tag. 128
Expected @param tag for 'data'. 128
Expected @throws tag for 'IOException'. 128

org/apache/commons/net/FingerClient.java

Error Line
variable '__LONG_FLAG' missing Javadoc. 97
variable '__LONG_FLAG' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 97
variable '__query' missing Javadoc. 99
variable '__query' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
variable '__buffer' missing Javadoc. 100
variable '__buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
'if' construct must use '{}'s. 135
'if' construct must use '{}'s. 181

org/apache/commons/net/ProtocolCommandEvent.java

Error Line
variable '__replyCode' missing Javadoc. 76
variable '__replyCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
variable '__isCommand' missing Javadoc. 77
variable '__isCommand' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
variable '__message' missing Javadoc. 78
variable '__message' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
variable '__command' missing Javadoc. 78
variable '__command' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78

org/apache/commons/net/ProtocolCommandListener.java

Error Line
line longer than 80 characters 65
redundant 'public' modifier. 88
redundant 'public' modifier. 96

org/apache/commons/net/ProtocolCommandSupport.java

Error Line
variable '__source' missing Javadoc. 75
variable '__source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
variable '__listeners' missing Javadoc. 76
variable '__listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
line longer than 80 characters 94
cast needs to be followed by whitespace. 114
line longer than 80 characters 122
cast needs to be followed by whitespace. 144

org/apache/commons/net/SocketClient.java

Error Line
variable '__DEFAULT_SOCKET_FACTORY' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 94
variable '_timeout_' must be private and have accessor methods. 98
variable '_socket_' must be private and have accessor methods. 101
variable '_isConnected_' must be private and have accessor methods. 106
variable '_defaultPort_' must be private and have accessor methods. 109
variable '_input_' must be private and have accessor methods. 112
variable '_output_' must be private and have accessor methods. 115
variable '_socketFactory_' must be private and have accessor methods. 118
line longer than 80 characters 125
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
Expected @throws tag for 'IOException'. 155
Unused @throws tag for 'UnknownHostException'. 196
line longer than 80 characters 225
Unused @throws tag for 'UnknownHostException'. 244
Unused @throws tag for 'UnknownHostException'. 285
line longer than 80 characters 356
Expected @param tag for 'socket'. 515
'if' construct must use '{}'s. 536
'else' construct must use '{}'s. 538

org/apache/commons/net/SocketFactory.java

Error Line
redundant 'public' modifier. 89
redundant 'public' modifier. 101
redundant 'public' modifier. 117
redundant 'public' modifier. 132
redundant 'public' modifier. 145
redundant 'public' modifier. 158
redundant 'public' modifier. 174

org/apache/commons/net/TimeTCPClient.java

Error Line
line longer than 80 characters 68
line longer than 80 characters 106
cast needs to be followed by whitespace. 119
line longer than 80 characters 128
'*' is not preceeded with whitespace. 140
'*' is not followed by whitespace. 140

org/apache/commons/net/TimeUDPClient.java

Error Line
variable '__dummyData' missing Javadoc. 94
variable '__dummyData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
variable '__timeData' missing Javadoc. 95
variable '__timeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Expected an @return tag. 132
Expected @param tag for 'host'. 132
Expected @throws tag for 'IOException'. 132
'*' is not preceeded with whitespace. 150
'*' is not followed by whitespace. 150
Expected an @return tag. 155
Expected @param tag for 'host'. 155
Expected @throws tag for 'IOException'. 155
'-' should be on a new line. 157
'*' is not preceeded with whitespace. 158
'*' is not followed by whitespace. 158

org/apache/commons/net/io/CopyStreamAdapter.java

Error Line
variable 'internalListeners' missing Javadoc. 80

org/apache/commons/net/io/CopyStreamEvent.java

Error Line
variable 'bytesTransferred' missing Javadoc. 79
variable 'totalBytesTransferred' missing Javadoc. 80
variable 'streamSize' missing Javadoc. 81

org/apache/commons/net/io/CopyStreamException.java

Error Line
variable 'totalBytesTransferred' missing Javadoc. 70
variable 'ioException' missing Javadoc. 71

org/apache/commons/net/io/CopyStreamListener.java

Error Line
redundant 'public' modifier. 90
redundant 'public' modifier. 106

org/apache/commons/net/io/DotTerminatedMessageReader.java

Error Line
variable 'LS' missing Javadoc. 78
variable 'LS_CHARS' missing Javadoc. 79
variable 'atBeginning' missing Javadoc. 87
variable 'eof' missing Javadoc. 88
variable 'pos' missing Javadoc. 89
variable 'internalBuffer' missing Javadoc. 90
variable 'internalReader' missing Javadoc. 91

org/apache/commons/net/io/DotTerminatedMessageWriter.java

Error Line
variable '__NOTHING_SPECIAL_STATE' missing Javadoc. 79
variable '__NOTHING_SPECIAL_STATE' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 79
variable '__LAST_WAS_CR_STATE' missing Javadoc. 80
variable '__LAST_WAS_CR_STATE' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 80
variable '__LAST_WAS_NL_STATE' missing Javadoc. 81
variable '__LAST_WAS_NL_STATE' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 81
variable '__state' missing Javadoc. 83
variable '__state' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
variable '__output' missing Javadoc. 84
variable '__output' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
'if' construct must use '{}'s. 123
'if' construct must use '{}'s. 130
'while' construct must use '{}'s. 156
'if' construct must use '{}'s. 230
'if' construct must use '{}'s. 233
'if' construct must use '{}'s. 235

org/apache/commons/net/io/FromNetASCIIInputStream.java

Error Line
variable '_noConversionRequired' missing Javadoc. 74
variable '_noConversionRequired' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 74
variable '_lineSeparator' missing Javadoc. 75
variable '_lineSeparator' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75
variable '_lineSeparatorBytes' missing Javadoc. 76
variable '_lineSeparatorBytes' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
'{' should be on a new line. 78
variable '__length' missing Javadoc. 84
variable '__length' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Expected @param tag for 'input'. 104
method is missing a Javadoc comment. 110
method name '__read' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
line longer than 80 characters 123
'if' construct must use '{}'s. 128
'if' construct must use '{}'s. 153
'if' construct must use '{}'s. 195
'if' construct must use '{}'s. 203
'if' construct must use '{}'s. 206
'if' construct must use '{}'s. 209
cast needs to be followed by whitespace. 216
Expected an @return tag. 233
Expected @throws tag for 'IOException'. 233

org/apache/commons/net/io/FromNetASCIIOutputStream.java

Error Line
variable '__lastWasCR' missing Javadoc. 79
variable '__lastWasCR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
method is missing a Javadoc comment. 94
method name '__write' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
'while' construct must use '{}'s. 184
'if' construct must use '{}'s. 203

org/apache/commons/net/io/SocketInputStream.java

Error Line
variable '__socket' missing Javadoc. 77
variable '__socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77

org/apache/commons/net/io/SocketOutputStream.java

Error Line
variable '__socket' missing Javadoc. 77
variable '__socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77

org/apache/commons/net/io/ToNetASCIIInputStream.java

Error Line
variable '__NOTHING_SPECIAL' missing Javadoc. 75
variable '__NOTHING_SPECIAL' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75
variable '__LAST_WAS_CR' missing Javadoc. 76
variable '__LAST_WAS_CR' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
variable '__LAST_WAS_NL' missing Javadoc. 77
variable '__LAST_WAS_NL' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 77
variable '__status' missing Javadoc. 78
variable '__status' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
'if' construct must use '{}'s. 170
'if' construct must use '{}'s. 175
'if' construct must use '{}'s. 179
'if' construct must use '{}'s. 182
cast needs to be followed by whitespace. 189
Expected an @return tag. 197
method is missing a Javadoc comment. 202
'if' construct must use '{}'s. 208

org/apache/commons/net/io/ToNetASCIIOutputStream.java

Error Line
variable '__lastWasCR' missing Javadoc. 75
variable '__lastWasCR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
'if' construct must use '{}'s. 111
'while' construct must use '{}'s. 149

org/apache/commons/net/io/Util.java

Error Line
method is missing a Javadoc comment. 83
Expected an @return tag. 118
line longer than 80 characters 134
'if' construct must use '{}'s. 140
'if' construct must use '{}'s. 145
'if' construct must use '{}'s. 153
Expected @param tag for 'bufferSize'. 188
line longer than 80 characters 197
Expected an @return tag. 199
Expected @param tag for 'source'. 199
Expected @param tag for 'dest'. 199
Expected @throws tag for 'CopyStreamException'. 200
line longer than 80 characters 253
'if' construct must use '{}'s. 258
'if' construct must use '{}'s. 263
'if' construct must use '{}'s. 271
line longer than 80 characters 315
Expected an @return tag. 317
Expected @param tag for 'source'. 317
Expected @param tag for 'dest'. 317
Expected @throws tag for 'CopyStreamException'. 318

org/apache/commons/net/nntp/ArticlePointer.java

Error Line
variable 'articleNumber' must be private and have accessor methods. 68
variable 'articleId' must be private and have accessor methods. 75

org/apache/commons/net/nntp/NNTP.java

Error Line
line longer than 80 characters 71
variable '__commandBuffer' missing Javadoc. 123
variable '__commandBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 123
variable '_isAllowedToPost' missing Javadoc. 125
variable '_isAllowedToPost' must be private and have accessor methods. 125
variable '_writer' missing Javadoc. 126
variable '_writer' must be private and have accessor methods. 126
variable '_reader' missing Javadoc. 127
variable '_reader' must be private and have accessor methods. 127
variable '_replyCode' missing Javadoc. 128
variable '_replyCode' must be private and have accessor methods. 128
variable '_replyString' missing Javadoc. 129
variable '_replyString' must be private and have accessor methods. 129
variable '_commandSupport_' must be private and have accessor methods. 135
method is missing a Javadoc comment. 153
method name '__getReply' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
'if' construct must use '{}'s. 157
'if' construct must use '{}'s. 163
line longer than 80 characters 173
'if' construct must use '{}'s. 176
'+' should be on a new line. 177
'if' construct must use '{}'s. 180
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 189
Expected @throws tag for 'IOException'. 189
line longer than 80 characters 198
Unused @throws tag for 'NNTPConnectionClosedException'. 265
'if' construct must use '{}'s. 290
line longer than 80 characters 304
Unused @throws tag for 'NNTPConnectionClosedException'. 311
Unused @throws tag for 'NNTPConnectionClosedException'. 335
line longer than 80 characters 355
Unused @throws tag for 'NNTPConnectionClosedException'. 360
Unused @throws tag for 'NNTPConnectionClosedException'. 396
Unused @throws tag for 'NNTPConnectionClosedException'. 430
Unused @throws tag for 'NNTPConnectionClosedException'. 450
line longer than 80 characters 460
Unused @throws tag for 'NNTPConnectionClosedException'. 468
Unused @throws tag for 'NNTPConnectionClosedException'. 490
Unused @throws tag for 'NNTPConnectionClosedException'. 510
Unused @throws tag for 'NNTPConnectionClosedException'. 528
Unused @throws tag for 'NNTPConnectionClosedException'. 550
Unused @throws tag for 'NNTPConnectionClosedException'. 570
Unused @throws tag for 'NNTPConnectionClosedException'. 588
Unused @throws tag for 'NNTPConnectionClosedException'. 610
Unused @throws tag for 'NNTPConnectionClosedException'. 630
Unused @throws tag for 'NNTPConnectionClosedException'. 648
Unused @throws tag for 'NNTPConnectionClosedException'. 668
Unused @throws tag for 'NNTPConnectionClosedException'. 687
Unused @throws tag for 'NNTPConnectionClosedException'. 708
Unused @throws tag for 'NNTPConnectionClosedException'. 727
Unused @throws tag for 'NNTPConnectionClosedException'. 747
Unused @throws tag for 'NNTPConnectionClosedException'. 767
Unused @throws tag for 'NNTPConnectionClosedException'. 793
parameter 'GMT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 801
Unused @throws tag for 'NNTPConnectionClosedException'. 841
parameter 'GMT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 849
Unused @throws tag for 'NNTPConnectionClosedException'. 883
Unused @throws tag for 'NNTPConnectionClosedException'. 903

org/apache/commons/net/nntp/NNTPClient.java

Error Line
line longer than 80 characters 104
line longer than 80 characters 105
method is missing a Javadoc comment. 127
method name '__parseArticlePointer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
'if' construct must use '{}'s. 137
method is missing a Javadoc comment. 163
method name '__parseGroupReply' must match pattern '^[a-z][a-zA-Z0-9]*$'. 163
'if' construct must use '{}'s. 174
line longer than 80 characters 199
method is missing a Javadoc comment. 209
method name '__parseNewsgroupListEntry' must match pattern '^[a-z][a-zA-Z0-9]*$'. 209
'if' construct must use '{}'s. 219
method is missing a Javadoc comment. 266
method name '__readNewsgroupListing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 266
'if' construct must use '{}'s. 282
'else' construct must use '{}'s. 284
'if' construct must use '{}'s. 288
method is missing a Javadoc comment. 298
method name '__retrieve' must match pattern '^[a-z][a-zA-Z0-9]*$'. 298
line longer than 80 characters 306
'if' construct must use '{}'s. 306
'if' construct must use '{}'s. 311
'if' construct must use '{}'s. 316
method is missing a Javadoc comment. 324
method name '__retrieve' must match pattern '^[a-z][a-zA-Z0-9]*$'. 324
'if' construct must use '{}'s. 330
'if' construct must use '{}'s. 334
Unused @throws tag for 'NNTPConnectionClosedException'. 374
Expected an @return tag. 390
Expected @param tag for 'articleId'. 390
Expected @throws tag for 'IOException'. 390
Expected an @return tag. 396
Expected @throws tag for 'IOException'. 396
Unused @throws tag for 'NNTPConnectionClosedException'. 432
Expected an @return tag. 447
Expected @param tag for 'articleNumber'. 447
Expected @throws tag for 'IOException'. 447
Unused @throws tag for 'NNTPConnectionClosedException'. 486
line longer than 80 characters 494
Expected an @return tag. 502
Expected @param tag for 'articleId'. 502
Expected @throws tag for 'IOException'. 502
Expected an @return tag. 508
Expected @throws tag for 'IOException'. 508
Unused @throws tag for 'NNTPConnectionClosedException'. 544
Expected an @return tag. 561
Expected @param tag for 'articleNumber'. 561
Expected @throws tag for 'IOException'. 561
Unused @throws tag for 'NNTPConnectionClosedException'. 600
Expected an @return tag. 616
Expected @param tag for 'articleId'. 616
Expected @throws tag for 'IOException'. 616
Expected an @return tag. 622
Expected @throws tag for 'IOException'. 622
Unused @throws tag for 'NNTPConnectionClosedException'. 658
Expected an @return tag. 675
Expected @param tag for 'articleNumber'. 675
Expected @throws tag for 'IOException'. 675
Unused @throws tag for 'NNTPConnectionClosedException'. 691
'if' construct must use '{}'s. 702
'if' construct must use '{}'s. 705
Expected an @return tag. 712
Expected @param tag for 'newsgroup'. 712
Expected @throws tag for 'IOException'. 712
Unused @throws tag for 'NNTPConnectionClosedException'. 721
'if' construct must use '{}'s. 734
Unused @throws tag for 'NNTPConnectionClosedException'. 763
'if' construct must use '{}'s. 776
'if' construct must use '{}'s. 781
'if' construct must use '{}'s. 785
Expected an @return tag. 792
Expected @param tag for 'articleId'. 792
Expected @throws tag for 'IOException'. 792
Expected an @return tag. 801
Expected @param tag for 'pointer'. 801
Expected @throws tag for 'IOException'. 801
Unused @throws tag for 'NNTPConnectionClosedException'. 824
'if' construct must use '{}'s. 835
'if' construct must use '{}'s. 838
Expected an @return tag. 846
Expected @param tag for 'articleNumber'. 846
Expected @throws tag for 'IOException'. 846
Unused @throws tag for 'NNTPConnectionClosedException'. 868
'if' construct must use '{}'s. 879
'if' construct must use '{}'s. 882
Expected an @return tag. 889
Expected @throws tag for 'IOException'. 889
Unused @throws tag for 'NNTPConnectionClosedException'. 911
'if' construct must use '{}'s. 921
'if' construct must use '{}'s. 924
Expected an @return tag. 932
Expected @throws tag for 'IOException'. 932
Unused @throws tag for 'NNTPConnectionClosedException'. 947
'if' construct must use '{}'s. 957
Unused @throws tag for 'NNTPConnectionClosedException'. 975
'if' construct must use '{}'s. 986
line longer than 80 characters 987
line longer than 80 characters 988
Unused @throws tag for 'NNTPConnectionClosedException'. 1010
'if' construct must use '{}'s. 1027
line longer than 80 characters 1028
line longer than 80 characters 1029
'while' construct must use '{}'s. 1035
'if' construct must use '{}'s. 1040
Unused @throws tag for 'NNTPConnectionClosedException'. 1073
line longer than 80 characters 1104
'if' construct must use '{}'s. 1125
method is missing a Javadoc comment. 1132
'if' construct must use '{}'s. 1134

org/apache/commons/net/nntp/NNTPCommand.java

Error Line
variable 'ARTICLE' missing Javadoc. 68
variable 'BODY' missing Javadoc. 69
variable 'GROUP' missing Javadoc. 70
variable 'HEAD' missing Javadoc. 71
variable 'HELP' missing Javadoc. 72
variable 'IHAVE' missing Javadoc. 73
variable 'LAST' missing Javadoc. 74
variable 'LIST' missing Javadoc. 75
variable 'NEWGROUPS' missing Javadoc. 76
variable 'NEWNEWS' missing Javadoc. 77
variable 'NEXT' missing Javadoc. 78
variable 'POST' missing Javadoc. 79
variable 'QUIT' missing Javadoc. 80
variable 'SLAVE' missing Javadoc. 81
variable 'STAT' missing Javadoc. 82
method is missing a Javadoc comment. 86
'{' is not followed by whitespace. 87
variable '_commands' missing Javadoc. 89
variable '_commands' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 89
line longer than 80 characters 90
line longer than 80 characters 91
Unused @param tag for 'The'. 99
Expected @param tag for 'command'. 103

org/apache/commons/net/nntp/NNTPReply.java

Error Line
variable 'CODE_100' missing Javadoc. 72
variable 'CODE_199' missing Javadoc. 73
variable 'CODE_200' missing Javadoc. 74
variable 'CODE_201' missing Javadoc. 75
variable 'CODE_202' missing Javadoc. 76
variable 'CODE_205' missing Javadoc. 77
variable 'CODE_211' missing Javadoc. 78
variable 'CODE_215' missing Javadoc. 79
variable 'CODE_220' missing Javadoc. 80
variable 'CODE_221' missing Javadoc. 81
variable 'CODE_222' missing Javadoc. 82
variable 'CODE_223' missing Javadoc. 83
variable 'CODE_230' missing Javadoc. 84
variable 'CODE_231' missing Javadoc. 85
variable 'CODE_235' missing Javadoc. 86
variable 'CODE_240' missing Javadoc. 87
variable 'CODE_335' missing Javadoc. 88
variable 'CODE_340' missing Javadoc. 89
variable 'CODE_400' missing Javadoc. 90
variable 'CODE_411' missing Javadoc. 91
variable 'CODE_412' missing Javadoc. 92
variable 'CODE_420' missing Javadoc. 93
variable 'CODE_421' missing Javadoc. 94
variable 'CODE_422' missing Javadoc. 95
variable 'CODE_423' missing Javadoc. 96
variable 'CODE_430' missing Javadoc. 97
variable 'CODE_435' missing Javadoc. 98
variable 'CODE_436' missing Javadoc. 99
variable 'CODE_437' missing Javadoc. 100
variable 'CODE_440' missing Javadoc. 101
variable 'CODE_441' missing Javadoc. 102
variable 'CODE_500' missing Javadoc. 103
variable 'CODE_501' missing Javadoc. 104
variable 'CODE_502' missing Javadoc. 105
variable 'CODE_503' missing Javadoc. 106
variable 'HELP_TEXT_FOLLOWS' missing Javadoc. 108
variable 'DEBUG_OUTPUT' missing Javadoc. 109
variable 'SERVER_READY_POSTING_ALLOWED' missing Javadoc. 110
variable 'SERVER_READY_POSTING_NOT_ALLOWED' missing Javadoc. 111
variable 'SLAVE_STATUS_NOTED' missing Javadoc. 112
variable 'CLOSING_CONNECTION' missing Javadoc. 113
variable 'GROUP_SELECTED' missing Javadoc. 114
variable 'ARTICLE_RETRIEVED_HEAD_AND_BODY_FOLLOW' missing Javadoc. 115
variable 'ARTICLE_RETRIEVED_HEAD_FOLLOWS' missing Javadoc. 116
variable 'ARTICLE_RETRIEVED_BODY_FOLLOWS' missing Javadoc. 117
line longer than 80 characters 118
variable 'ARTICLE_RETRIEVED_REQUEST_TEXT_SEPARATELY' missing Javadoc. 118
variable 'ARTICLE_LIST_BY_MESSAGE_ID_FOLLOWS' missing Javadoc. 119
variable 'NEW_NEWSGROUP_LIST_FOLLOWS' missing Javadoc. 120
variable 'ARTICLE_TRANSFERRED_OK' missing Javadoc. 121
variable 'ARTICLE_POSTED_OK' missing Javadoc. 122
variable 'SEND_ARTICLE_TO_TRANSFER' missing Javadoc. 123
variable 'SEND_ARTICLE_TO_POST' missing Javadoc. 124
variable 'SERVICE_DISCONTINUED' missing Javadoc. 125
variable 'NO_SUCH_NEWSGROUP' missing Javadoc. 126
variable 'NO_NEWSGROUP_SELECTED' missing Javadoc. 127
variable 'NO_CURRENT_ARTICLE_SELECTED' missing Javadoc. 128
variable 'NO_NEXT_ARTICLE' missing Javadoc. 129
variable 'NO_PREVIOUS_ARTICLE' missing Javadoc. 130
variable 'NO_SUCH_ARTICLE_NUMBER' missing Javadoc. 131
variable 'NO_SUCH_ARTICLE_FOUND' missing Javadoc. 132
variable 'ARTICLE_NOT_WANTED' missing Javadoc. 133
variable 'TRANSFER_FAILED' missing Javadoc. 134
variable 'ARTICLE_REJECTED' missing Javadoc. 135
variable 'POSTING_NOT_ALLOWED' missing Javadoc. 136
variable 'POSTING_FAILED' missing Javadoc. 137
variable 'COMMAND_NOT_RECOGNIZED' missing Javadoc. 138
variable 'COMMAND_SYNTAX_ERROR' missing Javadoc. 139
variable 'PERMISSION_DENIED' missing Javadoc. 140
variable 'PROGRAM_FAULT' missing Javadoc. 141
method is missing a Javadoc comment. 145
'{' is not followed by whitespace. 146

org/apache/commons/net/nntp/NewGroupsOrNewsQuery.java

Error Line
variable '__date' missing Javadoc. 84
variable '__date' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
variable '__time' missing Javadoc. 84
variable '__time' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
variable '__distributions' missing Javadoc. 85
variable '__distributions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
variable '__newsgroups' missing Javadoc. 86
variable '__newsgroups' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
variable '__isGMT' missing Javadoc. 87
variable '__isGMT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
'if' construct must use '{}'s. 113
'else' construct must use '{}'s. 115
'if' construct must use '{}'s. 128
'else' construct must use '{}'s. 130
'if' construct must use '{}'s. 143
'else' construct must use '{}'s. 145
'if' construct must use '{}'s. 162
'else' construct must use '{}'s. 164
'if' construct must use '{}'s. 177
'else' construct must use '{}'s. 179
'if' construct must use '{}'s. 193
'else' construct must use '{}'s. 195
'if' construct must use '{}'s. 214
'else' construct must use '{}'s. 216
'if' construct must use '{}'s. 258
'else' construct must use '{}'s. 260

org/apache/commons/net/nntp/NewsgroupInfo.java

Error Line
variable '__newsgroup' missing Javadoc. 93
variable '__newsgroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
variable '__estimatedArticleCount' missing Javadoc. 94
variable '__estimatedArticleCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
variable '__firstArticle' missing Javadoc. 95
variable '__firstArticle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
variable '__lastArticle' missing Javadoc. 95
variable '__lastArticle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
variable '__postingPermission' missing Javadoc. 96
variable '__postingPermission' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
method is missing a Javadoc comment. 98
method name '_setNewsgroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
method is missing a Javadoc comment. 103
method name '_setArticleCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
method is missing a Javadoc comment. 108
method name '_setFirstArticle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108
method is missing a Javadoc comment. 113
method name '_setLastArticle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
method is missing a Javadoc comment. 118
method name '_setPostingPermission' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118

org/apache/commons/net/nntp/SimpleNNTPHeader.java

Error Line
variable '__subject' missing Javadoc. 88
variable '__subject' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
variable '__from' missing Javadoc. 88
variable '__from' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
variable '__newsgroups' missing Javadoc. 89
variable '__newsgroups' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
variable '__headerFields' missing Javadoc. 90
variable '__headerFields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
variable '__newsgroupCount' missing Javadoc. 91
variable '__newsgroupCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
'if' construct must use '{}'s. 119
'if' construct must use '{}'s. 194

org/apache/commons/net/pop3/POP3.java

Error Line
Redundant import from the java.lang package. 63
line longer than 80 characters 75
variable '_OK' missing Javadoc. 109
variable '_OK' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 109
variable '_ERROR' missing Javadoc. 110
variable '_ERROR' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 110
variable '__popState' missing Javadoc. 112
variable '__popState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
variable '__writer' missing Javadoc. 113
variable '__writer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
variable '__commandBuffer' missing Javadoc. 114
variable '__commandBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
variable '_reader' missing Javadoc. 116
variable '_reader' must be private and have accessor methods. 116
variable '_replyCode' missing Javadoc. 117
variable '_replyCode' must be private and have accessor methods. 117
variable '_lastReplyLine' missing Javadoc. 118
variable '_lastReplyLine' must be private and have accessor methods. 118
variable '_replyLines' missing Javadoc. 119
variable '_replyLines' must be private and have accessor methods. 119
variable '_commandSupport_' must be private and have accessor methods. 125
method is missing a Javadoc comment. 142
method name '__getReply' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
'if' construct must use '{}'s. 149
'if' construct must use '{}'s. 152
'if' construct must use '{}'s. 154
'else' construct must use '{}'s. 156
'if' construct must use '{}'s. 161
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 173
Expected @throws tag for 'IOException'. 173
Expected @throws tag for 'IOException'. 232
'if' construct must use '{}'s. 240
Expected @throws tag for 'IOException'. 273
'if' construct must use '{}'s. 290
Expected @throws tag for 'IOException'. 304
Expected @throws tag for 'IOException'. 317
Expected @throws tag for 'IOException'. 330
line longer than 80 characters 344
line longer than 80 characters 364
cast needs to be followed by whitespace. 376

org/apache/commons/net/pop3/POP3Client.java

Error Line
method is missing a Javadoc comment. 91
method name '__parseStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
'if' construct must use '{}'s. 98
'if' construct must use '{}'s. 107
method is missing a Javadoc comment. 120
method name '__parseUID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
'if' construct must use '{}'s. 127
'if' construct must use '{}'s. 136
'if' construct must use '{}'s. 168
'if' construct must use '{}'s. 171
'if' construct must use '{}'s. 174
'if' construct must use '{}'s. 224
'for' construct must use '{}'s. 232
'if' construct must use '{}'s. 240
line longer than 80 characters 252
'if' construct must use '{}'s. 266
'if' construct must use '{}'s. 287
'if' construct must use '{}'s. 310
'if' construct must use '{}'s. 330
'if' construct must use '{}'s. 352
'if' construct must use '{}'s. 354
'if' construct must use '{}'s. 379
'if' construct must use '{}'s. 381
'if' construct must use '{}'s. 411
'if' construct must use '{}'s. 413
'for' construct must use '{}'s. 425
cast needs to be followed by whitespace. 426
'if' construct must use '{}'s. 451
'if' construct must use '{}'s. 453
'if' construct must use '{}'s. 483
'if' construct must use '{}'s. 485
'for' construct must use '{}'s. 497
cast needs to be followed by whitespace. 498
'if' construct must use '{}'s. 533
'if' construct must use '{}'s. 535
'if' construct must use '{}'s. 577
'if' construct must use '{}'s. 579
'+' should be on a new line. 579

org/apache/commons/net/pop3/POP3Command.java

Error Line
variable '_commands' missing Javadoc. 91
variable '_commands' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 91
line longer than 80 characters 92
method is missing a Javadoc comment. 97
'{' is not followed by whitespace. 98
Expected @param tag for 'command'. 105

org/apache/commons/net/pop3/POP3MessageInfo.java

Error Line
variable 'number' missing Javadoc. 81
variable 'number' must be private and have accessor methods. 81
variable 'size' missing Javadoc. 82
variable 'size' must be private and have accessor methods. 82
variable 'identifier' missing Javadoc. 83
variable 'identifier' must be private and have accessor methods. 83
Expected @param tag for 'num'. 101
Expected @param tag for 'octets'. 101
Expected @param tag for 'num'. 113
Expected @param tag for 'uid'. 113

org/apache/commons/net/pop3/POP3Reply.java

Error Line
variable 'OK' must be private and have accessor methods. 67
variable 'ERROR' must be private and have accessor methods. 70
method is missing a Javadoc comment. 73
'{' is not followed by whitespace. 74

org/apache/commons/net/smtp/RelayPath.java

Error Line
variable '_path' missing Javadoc. 73
variable '_path' must be private and have accessor methods. 73
variable '_emailAddress' missing Javadoc. 74
variable '_emailAddress' must be private and have accessor methods. 74
cast needs to be followed by whitespace. 122
cast needs to be followed by whitespace. 127

org/apache/commons/net/smtp/SMTP.java

Error Line
line longer than 80 characters 98
variable '__commandBuffer' missing Javadoc. 128
variable '__commandBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
variable '_reader' missing Javadoc. 130
variable '_reader' must be private and have accessor methods. 130
variable '_writer' missing Javadoc. 131
variable '_writer' must be private and have accessor methods. 131
variable '_replyCode' missing Javadoc. 132
variable '_replyCode' must be private and have accessor methods. 132
variable '_replyLines' missing Javadoc. 133
variable '_replyLines' must be private and have accessor methods. 133
variable '_newReplyString' missing Javadoc. 134
variable '_newReplyString' must be private and have accessor methods. 134
variable '_replyString' missing Javadoc. 135
variable '_replyString' must be private and have accessor methods. 135
variable '_commandSupport_' must be private and have accessor methods. 141
method is missing a Javadoc comment. 158
method name '__sendCommand' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
'if' construct must use '{}'s. 168
'if' construct must use '{}'s. 178
method is missing a Javadoc comment. 185
method name '__sendCommand' must match pattern '^[a-z][a-zA-Z0-9]*$'. 185
line longer than 80 characters 188
method is missing a Javadoc comment. 191
method name '__getReply' must match pattern '^[a-z][a-zA-Z0-9]*$'. 191
'if' construct must use '{}'s. 201
'if' construct must use '{}'s. 208
'if' construct must use '{}'s. 231
line longer than 80 characters 237
line longer than 80 characters 238
'&&' should be on a new line. 241
'if' construct must use '{}'s. 248
'if' construct must use '{}'s. 251
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 257
Expected @throws tag for 'IOException'. 257
Unused @throws tag for 'SMTPConnectionClosedException'. 322
line longer than 80 characters 343
Unused @throws tag for 'SMTPConnectionClosedException'. 349
Unused @throws tag for 'SMTPConnectionClosedException'. 373
line longer than 80 characters 394
Unused @throws tag for 'SMTPConnectionClosedException'. 398
Unused @throws tag for 'SMTPConnectionClosedException'. 434
'if' construct must use '{}'s. 476
cast needs to be followed by whitespace. 483
Unused @throws tag for 'SMTPConnectionClosedException'. 499
Unused @throws tag for 'SMTPConnectionClosedException'. 519
Unused @throws tag for 'SMTPConnectionClosedException'. 539
Unused @throws tag for 'SMTPConnectionClosedException'. 558
Unused @throws tag for 'SMTPConnectionClosedException'. 578
Unused @throws tag for 'SMTPConnectionClosedException'. 598
Unused @throws tag for 'SMTPConnectionClosedException'. 618
Unused @throws tag for 'SMTPConnectionClosedException'. 637
Unused @throws tag for 'SMTPConnectionClosedException'. 657
Unused @throws tag for 'SMTPConnectionClosedException'. 677
Unused @throws tag for 'SMTPConnectionClosedException'. 695
Unused @throws tag for 'SMTPConnectionClosedException'. 714
Unused @throws tag for 'SMTPConnectionClosedException'. 732
Unused @throws tag for 'SMTPConnectionClosedException'. 751
Unused @throws tag for 'SMTPConnectionClosedException'. 770

org/apache/commons/net/smtp/SMTPClient.java

Error Line
line longer than 80 characters 71
line longer than 80 characters 117
line longer than 80 characters 138
line longer than 80 characters 139
line longer than 80 characters 141
Unused @throws tag for 'SMTPConnectionClosedException'. 195
Unused @throws tag for 'SMTPConnectionClosedException'. 216
Unused @throws tag for 'SMTPConnectionClosedException'. 236
'if' construct must use '{}'s. 252
Unused @throws tag for 'SMTPConnectionClosedException'. 267
Unused @throws tag for 'SMTPConnectionClosedException'. 289
Unused @throws tag for 'SMTPConnectionClosedException'. 311
Unused @throws tag for 'SMTPConnectionClosedException'. 333
line longer than 80 characters 363
Unused @throws tag for 'SMTPConnectionClosedException'. 379
'if' construct must use '{}'s. 389
Unused @throws tag for 'SMTPConnectionClosedException'. 406
'if' construct must use '{}'s. 420
Unused @throws tag for 'SMTPConnectionClosedException'. 442
'if' construct must use '{}'s. 454
'if' construct must use '{}'s. 457
Unused @throws tag for 'SMTPConnectionClosedException'. 477
'if' construct must use '{}'s. 492
'if' construct must use '{}'s. 497
'if' construct must use '{}'s. 501
Unused @throws tag for 'SMTPConnectionClosedException'. 512
Unused @throws tag for 'SMTPConnectionClosedException'. 532
Unused @throws tag for 'SMTPConnectionClosedException'. 552
'||' should be on a new line. 566
Unused @throws tag for 'SMTPConnectionClosedException'. 577
'if' construct must use '{}'s. 587
Unused @param tag for 'The'. 597
Unused @throws tag for 'SMTPConnectionClosedException'. 600
Expected @param tag for 'command'. 608
'if' construct must use '{}'s. 610
Unused @throws tag for 'SMTPConnectionClosedException'. 621

org/apache/commons/net/smtp/SMTPCommand.java

Error Line
variable 'HELO' missing Javadoc. 73
variable 'MAIL' missing Javadoc. 74
variable 'RCPT' missing Javadoc. 75
variable 'DATA' missing Javadoc. 76
variable 'SEND' missing Javadoc. 77
variable 'SOML' missing Javadoc. 78
variable 'SAML' missing Javadoc. 79
variable 'RSET' missing Javadoc. 80
variable 'VRFY' missing Javadoc. 81
variable 'EXPN' missing Javadoc. 82
variable 'HELP' missing Javadoc. 83
variable 'NOOP' missing Javadoc. 84
variable 'TURN' missing Javadoc. 85
variable 'QUIT' missing Javadoc. 86
variable 'HELLO' missing Javadoc. 88
variable 'LOGIN' missing Javadoc. 89
variable 'MAIL_FROM' missing Javadoc. 90
variable 'RECIPIENT' missing Javadoc. 91
variable 'SEND_MESSAGE_DATA' missing Javadoc. 92
variable 'SEND_FROM' missing Javadoc. 93
variable 'SEND_OR_MAIL_FROM' missing Javadoc. 94
variable 'SEND_AND_MAIL_FROM' missing Javadoc. 95
variable 'RESET' missing Javadoc. 96
variable 'VERIFY' missing Javadoc. 97
variable 'EXPAND' missing Javadoc. 98
variable 'LOGOUT' missing Javadoc. 103
method is missing a Javadoc comment. 106
'{' is not followed by whitespace. 107
variable '_commands' missing Javadoc. 109
variable '_commands' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 109
line longer than 80 characters 110
line longer than 80 characters 111
Unused @param tag for 'The'. 119
Expected @param tag for 'command'. 123

org/apache/commons/net/smtp/SMTPReply.java

Error Line
variable 'CODE_211' missing Javadoc. 72
variable 'CODE_214' missing Javadoc. 73
variable 'CODE_215' missing Javadoc. 74
variable 'CODE_220' missing Javadoc. 75
variable 'CODE_221' missing Javadoc. 76
variable 'CODE_250' missing Javadoc. 77
variable 'CODE_251' missing Javadoc. 78
variable 'CODE_354' missing Javadoc. 79
variable 'CODE_421' missing Javadoc. 80
variable 'CODE_450' missing Javadoc. 81
variable 'CODE_451' missing Javadoc. 82
variable 'CODE_452' missing Javadoc. 83
variable 'CODE_500' missing Javadoc. 84
variable 'CODE_501' missing Javadoc. 85
variable 'CODE_502' missing Javadoc. 86
variable 'CODE_503' missing Javadoc. 87
variable 'CODE_504' missing Javadoc. 88
variable 'CODE_550' missing Javadoc. 89
variable 'CODE_551' missing Javadoc. 90
variable 'CODE_552' missing Javadoc. 91
variable 'CODE_553' missing Javadoc. 92
variable 'CODE_554' missing Javadoc. 93
variable 'SYSTEM_STATUS' missing Javadoc. 95
variable 'HELP_MESSAGE' missing Javadoc. 96
variable 'SERVICE_READY' missing Javadoc. 97
variable 'SERVICE_CLOSING_TRANSMISSION_CHANNEL' missing Javadoc. 98
variable 'ACTION_OK' missing Javadoc. 99
variable 'USER_NOT_LOCAL_WILL_FORWARD' missing Javadoc. 100
variable 'START_MAIL_INPUT' missing Javadoc. 101
variable 'SERVICE_NOT_AVAILABLE' missing Javadoc. 102
variable 'ACTION_NOT_TAKEN' missing Javadoc. 103
variable 'ACTION_ABORTED' missing Javadoc. 104
variable 'INSUFFICIENT_STORAGE' missing Javadoc. 105
variable 'UNRECOGNIZED_COMMAND' missing Javadoc. 106
variable 'SYNTAX_ERROR_IN_ARGUMENTS' missing Javadoc. 107
variable 'COMMAND_NOT_IMPLEMENTED' missing Javadoc. 108
variable 'BAD_COMMAND_SEQUENCE' missing Javadoc. 109
variable 'COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER' missing Javadoc. 110
variable 'MAILBOX_UNAVAILABLE' missing Javadoc. 111
variable 'USER_NOT_LOCAL' missing Javadoc. 112
variable 'STORAGE_ALLOCATION_EXCEEDED' missing Javadoc. 113
variable 'MAILBOX_NAME_NOT_ALLOWED' missing Javadoc. 114
variable 'TRANSACTION_FAILED' missing Javadoc. 115
method is missing a Javadoc comment. 118
'{' is not followed by whitespace. 119

org/apache/commons/net/smtp/SimpleSMTPHeader.java

Error Line
variable '__subject' missing Javadoc. 89
variable '__subject' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
variable '__from' missing Javadoc. 89
variable '__from' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
variable '__to' missing Javadoc. 89
variable '__to' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
variable '__headerFields' missing Javadoc. 90
variable '__headerFields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
variable '__cc' missing Javadoc. 90
variable '__cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
Unused @param tag for 'from'. 98
Expected @param tag for 'to'. 103
'if' construct must use '{}'s. 140
'else' construct must use '{}'s. 142
'if' construct must use '{}'s. 160

org/apache/commons/net/telnet/Telnet.java

Error Line
variable 'debug' missing Javadoc. 68
variable 'debug' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 68
variable '_COMMAND_DO' missing Javadoc. 70
variable '_COMMAND_DO' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 70
line longer than 80 characters 71
cast needs to be followed by whitespace. 71
cast needs to be followed by whitespace. 71
variable '_COMMAND_DONT' missing Javadoc. 74
variable '_COMMAND_DONT' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 74
line longer than 80 characters 75
cast needs to be followed by whitespace. 75
cast needs to be followed by whitespace. 75
variable '_COMMAND_WILL' missing Javadoc. 78
variable '_COMMAND_WILL' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 78
line longer than 80 characters 79
cast needs to be followed by whitespace. 79
cast needs to be followed by whitespace. 79
variable '_COMMAND_WONT' missing Javadoc. 82
variable '_COMMAND_WONT' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 82
line longer than 80 characters 83
cast needs to be followed by whitespace. 83
cast needs to be followed by whitespace. 83
variable '_COMMAND_SB' missing Javadoc. 86
variable '_COMMAND_SB' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 86
line longer than 80 characters 87
cast needs to be followed by whitespace. 87
cast needs to be followed by whitespace. 87
variable '_COMMAND_SE' missing Javadoc. 90
variable '_COMMAND_SE' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 90
line longer than 80 characters 91
cast needs to be followed by whitespace. 91
cast needs to be followed by whitespace. 91
variable '_WILL_MASK' missing Javadoc. 94
variable '_WILL_MASK' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 94
variable '_DO_MASK' missing Javadoc. 94
variable '_DO_MASK' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 94
line longer than 80 characters 95
variable '_REQUESTED_WILL_MASK' missing Javadoc. 95
variable '_REQUESTED_WILL_MASK' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 95
variable '_REQUESTED_DO_MASK' missing Javadoc. 95
variable '_REQUESTED_DO_MASK' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 95
variable 'DEFAULT_PORT' missing Javadoc. 98
variable '_doResponse' missing Javadoc. 100
variable '_doResponse' must be private and have accessor methods. 100
variable '_willResponse' missing Javadoc. 100
variable '_willResponse' must be private and have accessor methods. 100
variable '_options' missing Javadoc. 100
variable '_options' must be private and have accessor methods. 100
method is missing a Javadoc comment. 103
method is missing a Javadoc comment. 112
method name '_stateIsWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
method is missing a Javadoc comment. 117
method name '_stateIsWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117
method is missing a Javadoc comment. 122
method name '_stateIsDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
method is missing a Javadoc comment. 127
method name '_stateIsDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
method is missing a Javadoc comment. 132
method name '_requestedWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132
method is missing a Javadoc comment. 137
method name '_requestedWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
method is missing a Javadoc comment. 142
method name '_requestedDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
method is missing a Javadoc comment. 147
method name '_requestedDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
method is missing a Javadoc comment. 152
method name '_setWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
method is missing a Javadoc comment. 156
method name '_setDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
method is missing a Javadoc comment. 160
method name '_setWantWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
method is missing a Javadoc comment. 164
method name '_setWantDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 164
method is missing a Javadoc comment. 169
method name '_setWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 169
method is missing a Javadoc comment. 173
method name '_setDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 173
method is missing a Javadoc comment. 177
method name '_setWantWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 177
method is missing a Javadoc comment. 181
method name '_setWantDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 181
method is missing a Javadoc comment. 186
method name '_processDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 186
'if' construct must use '{}'s. 193
method is missing a Javadoc comment. 241
method name '_processDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 241
'if' construct must use '{}'s. 246
'if' construct must use '{}'s. 263
method is missing a Javadoc comment. 271
method name '_processWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 271
'if' construct must use '{}'s. 278
method is missing a Javadoc comment. 310
method name '_processWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 310
'if' construct must use '{}'s. 315
'if' construct must use '{}'s. 332
method is missing a Javadoc comment. 340
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 340
method is missing a Javadoc comment. 348
method name '_sendDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 348
'if' construct must use '{}'s. 351
method is missing a Javadoc comment. 357
method name '_requestDo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 357
'if' construct must use '{}'s. 360
'||' should be on a new line. 360
method is missing a Javadoc comment. 368
method name '_sendDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 368
'if' construct must use '{}'s. 371
method is missing a Javadoc comment. 377
method name '_requestDont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 377
'if' construct must use '{}'s. 380
'||' should be on a new line. 380
method is missing a Javadoc comment. 389
method name '_sendWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 389
'if' construct must use '{}'s. 392
method is missing a Javadoc comment. 398
method name '_requestWill' must match pattern '^[a-z][a-zA-Z0-9]*$'. 398
'if' construct must use '{}'s. 401
'||' should be on a new line. 401
method is missing a Javadoc comment. 409
method name '_sendWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 409
'if' construct must use '{}'s. 412
method is missing a Javadoc comment. 418
method name '_requestWont' must match pattern '^[a-z][a-zA-Z0-9]*$'. 418
'if' construct must use '{}'s. 421
'||' should be on a new line. 421
method is missing a Javadoc comment. 429
method name '_sendByte' must match pattern '^[a-z][a-zA-Z0-9]*$'. 429

org/apache/commons/net/telnet/TelnetClient.java

Error Line
variable '__input' missing Javadoc. 88
variable '__input' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
variable '__output' missing Javadoc. 89
variable '__output' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
method is missing a Javadoc comment. 100
method name '_flushOutputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
method is missing a Javadoc comment. 104
method name '_closeOutputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
method name '_connectAction_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
'if' construct must use '{}'s. 120
'else' construct must use '{}'s. 122
Expected @throws tag for 'IOException'. 145

org/apache/commons/net/telnet/TelnetCommand.java

Error Line
variable '__commandString' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 134
line longer than 80 characters 135
line longer than 80 characters 136
variable '__FIRST_COMMAND' missing Javadoc. 139
variable '__FIRST_COMMAND' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 139
variable '__LAST_COMMAND' missing Javadoc. 140
variable '__LAST_COMMAND' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 140
Unused @param tag for 'The'. 146
Expected @param tag for 'code'. 149
method is missing a Javadoc comment. 167

org/apache/commons/net/telnet/TelnetInputStream.java

Error Line
variable '_STATE_DATA' missing Javadoc. 74
variable '_STATE_DATA' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 74
variable '_STATE_IAC' missing Javadoc. 74
variable '_STATE_IAC' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 74
variable '_STATE_WILL' missing Javadoc. 74
variable '_STATE_WILL' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 74
variable '_STATE_WONT' missing Javadoc. 75
variable '_STATE_WONT' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75
variable '_STATE_DO' missing Javadoc. 75
variable '_STATE_DO' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75
variable '_STATE_DONT' missing Javadoc. 75
variable '_STATE_DONT' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75
variable '_STATE_SB' missing Javadoc. 76
variable '_STATE_SB' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
variable '_STATE_SE' missing Javadoc. 76
variable '_STATE_SE' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
variable '_STATE_CR' missing Javadoc. 76
variable '_STATE_CR' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 76
variable '__hasReachedEOF' missing Javadoc. 78
variable '__hasReachedEOF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
variable '__isClosed' missing Javadoc. 78
variable '__isClosed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
variable '__readIsWaiting' missing Javadoc. 79
variable '__readIsWaiting' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
variable '__receiveState' missing Javadoc. 80
variable '__receiveState' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
variable '__queueHead' missing Javadoc. 80
variable '__queueHead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
variable '__queueTail' missing Javadoc. 80
variable '__queueTail' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
variable '__bytesAvailable' missing Javadoc. 80
variable '__bytesAvailable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
variable '__queue' missing Javadoc. 81
variable '__queue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
variable '__client' missing Javadoc. 82
variable '__client' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
variable '__thread' missing Javadoc. 83
variable '__thread' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
variable '__ioException' missing Javadoc. 84
variable '__ioException' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
method is missing a Javadoc comment. 86
method is missing a Javadoc comment. 105
method name '_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105
'if' construct must use '{}'s. 113
method is missing a Javadoc comment. 125
method name '__read' must match pattern '^[a-z][a-zA-Z0-9]*$'. 125
'if' construct must use '{}'s. 133
'if' construct must use '{}'s. 165
'else' construct must use '{}'s. 167
'else' construct must use '{}'s. 171
method is missing a Javadoc comment. 240
'if' construct must use '{}'s. 261
line longer than 80 characters 274
'if' construct must use '{}'s. 284
'if' construct must use '{}'s. 331
'if' construct must use '{}'s. 337
'if' construct must use '{}'s. 341
cast needs to be followed by whitespace. 348
Expected an @return tag. 357
method is missing a Javadoc comment. 362
method is missing a Javadoc comment. 374
method is missing a Javadoc comment. 396
'if' construct must use '{}'s. 407
'if' construct must use '{}'s. 422
'if' construct must use '{}'s. 443
line longer than 80 characters 448
'if' construct must use '{}'s. 457

org/apache/commons/net/telnet/TelnetOption.java

Error Line
variable 'BINARY' missing Javadoc. 74
variable 'BINARY' must be private and have accessor methods. 74
variable 'ECHO' missing Javadoc. 76
variable 'ECHO' must be private and have accessor methods. 76
variable 'PREPARE_TO_RECONNECT' missing Javadoc. 78
variable 'PREPARE_TO_RECONNECT' must be private and have accessor methods. 78
variable 'SUPPRESS_GO_AHEAD' missing Javadoc. 80
variable 'SUPPRESS_GO_AHEAD' must be private and have accessor methods. 80
variable 'APPROXIMATE_MESSAGE_SIZE' missing Javadoc. 82
variable 'APPROXIMATE_MESSAGE_SIZE' must be private and have accessor methods. 82
variable 'STATUS' missing Javadoc. 84
variable 'STATUS' must be private and have accessor methods. 84
variable 'TIMING_MARK' missing Javadoc. 86
variable 'TIMING_MARK' must be private and have accessor methods. 86
variable 'REMOTE_CONTROLLED_TRANSMISSION' missing Javadoc. 88
variable 'REMOTE_CONTROLLED_TRANSMISSION' must be private and have accessor methods. 88
variable 'NEGOTIATE_OUTPUT_LINE_WIDTH' missing Javadoc. 90
variable 'NEGOTIATE_OUTPUT_LINE_WIDTH' must be private and have accessor methods. 90
variable 'NEGOTIATE_OUTPUT_PAGE_SIZE' missing Javadoc. 92
variable 'NEGOTIATE_OUTPUT_PAGE_SIZE' must be private and have accessor methods. 92
variable 'NEGOTIATE_CARRIAGE_RETURN' missing Javadoc. 94
variable 'NEGOTIATE_CARRIAGE_RETURN' must be private and have accessor methods. 94
variable 'NEGOTIATE_HORIZONTAL_TAB_STOP' missing Javadoc. 96
variable 'NEGOTIATE_HORIZONTAL_TAB_STOP' must be private and have accessor methods. 96
variable 'NEGOTIATE_HORIZONTAL_TAB' missing Javadoc. 98
variable 'NEGOTIATE_HORIZONTAL_TAB' must be private and have accessor methods. 98
variable 'NEGOTIATE_FORMFEED' missing Javadoc. 100
variable 'NEGOTIATE_FORMFEED' must be private and have accessor methods. 100
variable 'NEGOTIATE_VERTICAL_TAB_STOP' missing Javadoc. 102
variable 'NEGOTIATE_VERTICAL_TAB_STOP' must be private and have accessor methods. 102
variable 'NEGOTIATE_VERTICAL_TAB' missing Javadoc. 104
variable 'NEGOTIATE_VERTICAL_TAB' must be private and have accessor methods. 104
variable 'NEGOTIATE_LINEFEED' missing Javadoc. 106
variable 'NEGOTIATE_LINEFEED' must be private and have accessor methods. 106
variable 'EXTENDED_ASCII' missing Javadoc. 108
variable 'EXTENDED_ASCII' must be private and have accessor methods. 108
variable 'FORCE_LOGOUT' missing Javadoc. 110
variable 'FORCE_LOGOUT' must be private and have accessor methods. 110
variable 'BYTE_MACRO' missing Javadoc. 112
variable 'BYTE_MACRO' must be private and have accessor methods. 112
variable 'DATA_ENTRY_TERMINAL' missing Javadoc. 114
variable 'DATA_ENTRY_TERMINAL' must be private and have accessor methods. 114
variable 'SUPDUP' missing Javadoc. 116
variable 'SUPDUP' must be private and have accessor methods. 116
variable 'SUPDUP_OUTPUT' missing Javadoc. 118
variable 'SUPDUP_OUTPUT' must be private and have accessor methods. 118
variable 'SEND_LOCATION' missing Javadoc. 120
variable 'SEND_LOCATION' must be private and have accessor methods. 120
variable 'TERMINAL_TYPE' missing Javadoc. 122
variable 'TERMINAL_TYPE' must be private and have accessor methods. 122
variable 'END_OF_RECORD' missing Javadoc. 124
variable 'END_OF_RECORD' must be private and have accessor methods. 124
variable 'TACACS_USER_IDENTIFICATION' missing Javadoc. 126
variable 'TACACS_USER_IDENTIFICATION' must be private and have accessor methods. 126
variable 'OUTPUT_MARKING' missing Javadoc. 128
variable 'OUTPUT_MARKING' must be private and have accessor methods. 128
variable 'TERMINAL_LOCATION_NUMBER' missing Javadoc. 130
variable 'TERMINAL_LOCATION_NUMBER' must be private and have accessor methods. 130
variable 'REGIME_3270' missing Javadoc. 132
variable 'REGIME_3270' must be private and have accessor methods. 132
variable 'X3_PAD' missing Javadoc. 134
variable 'X3_PAD' must be private and have accessor methods. 134
variable 'WINDOW_SIZE' missing Javadoc. 136
variable 'WINDOW_SIZE' must be private and have accessor methods. 136
variable 'TERMINAL_SPEED' missing Javadoc. 138
variable 'TERMINAL_SPEED' must be private and have accessor methods. 138
variable 'REMOTE_FLOW_CONTROL' missing Javadoc. 140
variable 'REMOTE_FLOW_CONTROL' must be private and have accessor methods. 140
variable 'LINEMODE' missing Javadoc. 142
variable 'LINEMODE' must be private and have accessor methods. 142
variable 'X_DISPLAY_LOCATION' missing Javadoc. 144
variable 'X_DISPLAY_LOCATION' must be private and have accessor methods. 144
variable 'OLD_ENVIRONMENT_VARIABLES' missing Javadoc. 146
variable 'OLD_ENVIRONMENT_VARIABLES' must be private and have accessor methods. 146
variable 'AUTHENTICATION' missing Javadoc. 148
variable 'AUTHENTICATION' must be private and have accessor methods. 148
variable 'ENCRYPTION' missing Javadoc. 150
variable 'ENCRYPTION' must be private and have accessor methods. 150
variable 'NEW_ENVIRONMENT_VARIABLES' missing Javadoc. 152
variable 'NEW_ENVIRONMENT_VARIABLES' must be private and have accessor methods. 152
variable 'EXTENDED_OPTIONS_LIST' missing Javadoc. 154
variable 'EXTENDED_OPTIONS_LIST' must be private and have accessor methods. 154
variable '__FIRST_OPTION' missing Javadoc. 156
variable '__FIRST_OPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
variable '__LAST_OPTION' missing Javadoc. 157
variable '__LAST_OPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157
variable '__optionString' missing Javadoc. 159
variable '__optionString' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 159
line longer than 80 characters 161
line longer than 80 characters 162
line longer than 80 characters 165
line longer than 80 characters 166
Unused @param tag for 'The'. 175
Expected @param tag for 'code'. 178
method is missing a Javadoc comment. 197

org/apache/commons/net/telnet/TelnetOutputStream.java

Error Line
variable '__client' missing Javadoc. 72
variable '__client' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
variable '__convertCRtoCRLF' missing Javadoc. 73
variable '__convertCRtoCRLF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
variable '__lastWasCR' missing Javadoc. 74
variable '__lastWasCR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
method is missing a Javadoc comment. 76
'if' construct must use '{}'s. 109
'else' construct must use '{}'s. 135
'while' construct must use '{}'s. 168
Expected @throws tag for 'IOException'. 174
Expected @throws tag for 'IOException'. 180

org/apache/commons/net/tftp/TFTP.java

Error Line
line longer than 80 characters 67
line longer than 80 characters 68
variable '__receiveBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
variable '__receiveDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
variable '__sendDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
variable '_sendBuffer' must be private and have accessor methods. 144
'while' construct must use '{}'s. 190
Unused @param tag for 'TFTPPacket'. 258
Expected @param tag for 'packet'. 261
Unused @param tag for 'TFTPPacket'. 300
Expected @param tag for 'packet'. 303
line longer than 80 characters 324

org/apache/commons/net/tftp/TFTPAckPacket.java

Error Line
line longer than 80 characters 69
line longer than 80 characters 70
variable '_blockNumber' must be private and have accessor methods. 85
'if' construct must use '{}'s. 118
line longer than 80 characters 119
method name '_newDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
cast needs to be followed by whitespace. 138
cast needs to be followed by whitespace. 139
cast needs to be followed by whitespace. 140
line longer than 80 characters 156
line longer than 80 characters 157
cast needs to be followed by whitespace. 168
cast needs to be followed by whitespace. 169
cast needs to be followed by whitespace. 170
Expected @param tag for 'blockNumber'. 188

org/apache/commons/net/tftp/TFTPClient.java

Error Line
line longer than 80 characters 74
line longer than 80 characters 75
variable '__maxTimeouts' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
'if' construct must use '{}'s. 128
'else' construct must use '{}'s. 130
line longer than 80 characters 150
Expected an @return tag. 162
method length is 154 lines (max allowed is 150). 164
'if' construct must use '{}'s. 176
line contains a tab character 224
'if' is not followed by whitespace. 229
'&&' should be on a new line. 239
cast needs to be followed by whitespace. 246
'+' should be on a new line. 248
line longer than 80 characters 249
cast needs to be followed by whitespace. 251
line longer than 80 characters 260
line longer than 80 characters 266
line longer than 80 characters 267
'if' construct must use '{}'s. 279
line longer than 80 characters 280
line longer than 80 characters 282
line longer than 80 characters 288
line longer than 80 characters 324
line longer than 80 characters 329
Expected an @return tag. 337
line longer than 80 characters 341
line longer than 80 characters 347
line longer than 80 characters 350
Expected an @return tag. 356
line longer than 80 characters 364
line longer than 80 characters 367
Expected an @return tag. 374
line longer than 80 characters 378
line longer than 80 characters 387
line longer than 80 characters 393
Unused @param tag for 'output'. 394
Expected @param tag for 'input'. 400
'if' construct must use '{}'s. 416
line contains a tab character 464
'if' is not followed by whitespace. 469
'&&' should be on a new line. 479
cast needs to be followed by whitespace. 486
'+' should be on a new line. 488
line longer than 80 characters 489
cast needs to be followed by whitespace. 491
'if' construct must use '{}'s. 504
line longer than 80 characters 505
line longer than 80 characters 507
line longer than 80 characters 513
'&&' should be on a new line. 533
line longer than 80 characters 534
line longer than 80 characters 555
line longer than 80 characters 561
Unused @param tag for 'output'. 562
Expected @param tag for 'input'. 569
line longer than 80 characters 582
Unused @param tag for 'output'. 583
Unused @param tag for 'hostname'. 584
Unused @param tag for 'port'. 585
Unused @throws tag for 'UnknownHostException'. 588
Expected @param tag for 'input'. 590
Expected @param tag for 'host'. 591
line longer than 80 characters 598
line longer than 80 characters 602
Unused @param tag for 'output'. 603
Unused @param tag for 'port'. 605
Expected @param tag for 'input'. 610

org/apache/commons/net/tftp/TFTPDataPacket.java

Error Line
line longer than 80 characters 69
line longer than 80 characters 70
variable '_blockNumber' must be private and have accessor methods. 91
variable '_length' must be private and have accessor methods. 94
variable '_offset' must be private and have accessor methods. 97
variable '_data' must be private and have accessor methods. 100
'if' construct must use '{}'s. 126
'else' construct must use '{}'s. 128
method is missing a Javadoc comment. 132
'if' construct must use '{}'s. 155
line longer than 80 characters 156
'if' construct must use '{}'s. 162
method name '_newDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 177
cast needs to be followed by whitespace. 180
cast needs to be followed by whitespace. 181
cast needs to be followed by whitespace. 182
'if' construct must use '{}'s. 185
line longer than 80 characters 201
cast needs to be followed by whitespace. 215
cast needs to be followed by whitespace. 216
cast needs to be followed by whitespace. 217
Expected @param tag for 'blockNumber'. 235
'if' construct must use '{}'s. 253
'else' construct must use '{}'s. 255

org/apache/commons/net/tftp/TFTPErrorPacket.java

Error Line
line longer than 80 characters 69
line longer than 80 characters 70
variable '_error' must be private and have accessor methods. 111
variable '_message' must be private and have accessor methods. 114
'if' construct must use '{}'s. 153
line longer than 80 characters 154
'if' construct must use '{}'s. 158
cast needs to be followed by whitespace. 166
method name '_newDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 184
cast needs to be followed by whitespace. 191
cast needs to be followed by whitespace. 192
cast needs to be followed by whitespace. 193
line longer than 80 characters 213
cast needs to be followed by whitespace. 229
cast needs to be followed by whitespace. 230
cast needs to be followed by whitespace. 231

org/apache/commons/net/tftp/TFTPPacket.java

Error Line
line longer than 80 characters 72
line longer than 80 characters 73
variable '_type' must be private and have accessor methods. 142
variable '_port' must be private and have accessor methods. 145
variable '_address' must be private and have accessor methods. 148
'static' modifier out of order with the JLS suggestions. 162
'if' construct must use '{}'s. 168
method name '_newDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 225
line longer than 80 characters 232
Expected @param tag for 'port'. 274
Expected @param tag for 'address'. 280

org/apache/commons/net/tftp/TFTPPacketException.java

Error Line
line longer than 80 characters 65
Expected @param tag for 'message'. 90

org/apache/commons/net/tftp/TFTPReadRequestPacket.java

Error Line
line longer than 80 characters 69
line longer than 80 characters 70

org/apache/commons/net/tftp/TFTPRequestPacket.java

Error Line
line longer than 80 characters 73
line longer than 80 characters 74
variable '_modeStrings' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 94
variable '_modeBytes' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 101
line longer than 80 characters 102
cast needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 102
cast needs to be followed by whitespace. 103
cast needs to be followed by whitespace. 103
line longer than 80 characters 104
cast needs to be followed by whitespace. 104
cast needs to be followed by whitespace. 104
cast needs to be followed by whitespace. 104
cast needs to be followed by whitespace. 104
cast needs to be followed by whitespace. 104
variable '_mode' must be private and have accessor methods. 108
variable '_filename' must be private and have accessor methods. 111
'if' construct must use '{}'s. 157
line longer than 80 characters 158
cast needs to be followed by whitespace. 167
'if' construct must use '{}'s. 173
cast needs to be followed by whitespace. 180
line longer than 80 characters 198
method name '_newDatagram' must match pattern '^[a-z][a-zA-Z0-9]*$'. 217
cast needs to be followed by whitespace. 225
line longer than 80 characters 244
cast needs to be followed by whitespace. 260

org/apache/commons/net/tftp/TFTPWriteRequestPacket.java

Error Line
line longer than 80 characters 69
line longer than 80 characters 70

org/apache/commons/net/util/ListenerList.java

Error Line
variable '__listeners' missing Javadoc. 68
variable '__listeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 75
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 85
cast needs to be followed by whitespace. 87
method is missing a Javadoc comment. 90