Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
56 724

Files

Files Errors
org\indy\AbstractPeerThreadManager.java 11
org\indy\CommandEvent.java 16
org\indy\CommandHandler.java 34
org\indy\CommandHandlerListener.java 2
org\indy\CommandHandlers.java 6
org\indy\Connection.java 51
org\indy\ConnectionIntercept.java 13
org\indy\ConnectionInterceptListener.java 4
org\indy\DefaultPeerThreadManager.java 3
org\indy\http\IdHTTPConnectionType.java 5
org\indy\http\IdHTTPMethod.java 9
org\indy\http\IdHTTPProtocolVersion.java 5
org\indy\http\IdHTTPWhatsNext.java 5
org\indy\IdResourceStrings.java 22
org\indy\IdURI.java 8
org\indy\IndyComponent.java 32
org\indy\IndyComponentListener.java 18
org\indy\IndyException.java 5
org\indy\IndyStatusEvent.java 7
org\indy\IndyThread.java 31
org\indy\io\AbstractIOHandler.java 24
org\indy\io\IndyIOException.java 3
org\indy\io\IndyUnknownHostException.java 1
org\indy\io\IOHandler.java 12
org\indy\io\IOHandlerListener.java 3
org\indy\io\IOHandlerSocket.java 94
org\indy\io\NotConnectedException.java 1
org\indy\io\ServerIOHandler.java 1
org\indy\io\ServerIOHandlerSocket.java 3
org\indy\ListenerThread.java 9
org\indy\messages\Message.java 1
org\indy\messages\MessageClient.java 2
org\indy\messages\MessagesStrings.java 3
org\indy\messages\RFC822MessageParser.java 8
org\indy\PeerThread.java 7
org\indy\ProtocolException.java 1
org\indy\RFCReplies.java 1
org\indy\RFCReply.java 11
org\indy\socks\SocksAuthMethodException.java 1
org\indy\socks\SocksInfo.java 61
org\indy\Status.java 7
org\indy\TCPClient.java 30
org\indy\TCPClientEvent.java 1
org\indy\TCPClientListener.java 3
org\indy\TCPServer.java 46
org\indy\TCPServerBinding.java 2
org\indy\TCPServerConnection.java 2
org\indy\TCPServerEvent.java 2
org\indy\TCPServerExecuteListener.java 3
org\indy\TCPServerListener.java 10
org\indy\telnet\TelnetClient.java 27
org\indy\udp\IdUDPBase.java 15
org\indy\util\DateParseException.java 1
org\indy\util\IndyBuffer.java 9
org\indy\util\IndyUtilities.java 30
org\indy\util\StringList.java 2

org\indy\AbstractPeerThreadManager.java

Error Line
variable 'threadFactory' missing Javadoc. 18
variable 'threadPriority' missing Javadoc. 19
Expected @param tag for 'factory'. 26
line longer than 80 characters 35
line longer than 80 characters 44
line longer than 80 characters 52
line longer than 80 characters 53
Expected @throws tag for 'InterruptedException'. 78
line longer than 80 characters 81
line longer than 80 characters 82
line longer than 80 characters 90

org\indy\CommandEvent.java

Error Line
line longer than 80 characters 17
line longer than 80 characters 20
variable 'commandHandler' missing Javadoc. 36
variable 'performReply' missing Javadoc. 37
variable 'params' missing Javadoc. 38
variable 'rawLine' missing Javadoc. 39
variable 'reply' missing Javadoc. 40
variable 'response' missing Javadoc. 41
variable 'thread' missing Javadoc. 42
variable 'unparsedParams' missing Javadoc. 43
line longer than 80 characters 124
line longer than 80 characters 149
line longer than 80 characters 178
line longer than 80 characters 188
line longer than 80 characters 190
line longer than 80 characters 208

org\indy\CommandHandler.java

Error Line
variable 'cmdDelimiter' missing Javadoc. 24
variable 'disconnect' missing Javadoc. 25
variable 'enabled' missing Javadoc. 26
variable 'command' missing Javadoc. 27
variable 'paramDelimiter' missing Javadoc. 28
variable 'parseParams' missing Javadoc. 29
variable 'replyExceptionCode' missing Javadoc. 30
variable 'replyNormal' missing Javadoc. 31
variable 'response' missing Javadoc. 32
variable 'tag' missing Javadoc. 33
variable 'handlersList' missing Javadoc. 34
variable 'commandListeners' missing Javadoc. 35
line longer than 80 characters 42
line longer than 80 characters 58
line longer than 80 characters 69
line longer than 80 characters 96
line longer than 80 characters 103
line longer than 80 characters 112
line longer than 80 characters 121
line longer than 80 characters 205
line longer than 80 characters 241
Unused @throws tag for 'IdException'. 244
Expected @throws tag for 'IndyException'. 246
line longer than 80 characters 263
line longer than 80 characters 264
Unused @throws tag for 'IdException'. 264
Expected @throws tag for 'IndyException'. 266
'}' should be on the same line. 275
'}' should be on the same line. 307
'}' should be on the same line. 316
'}' should be on the same line. 323
'}' should be on the same line. 330
'}' should be on the same line. 347
'}' should be on the same line. 356

org\indy\CommandHandlerListener.java

Error Line
Unused @throws tag for 'IdException'. 22
Expected @throws tag for 'IndyException'. 24

org\indy\CommandHandlers.java

Error Line
variable 'server' missing Javadoc. 25
variable 'commandHandlers' missing Javadoc. 26
Unused @throws tag for 'IndexOutOfBoundsException'. 52
method is missing a Javadoc comment. 69
line longer than 80 characters 85
Unused @throws tag for 'IndexOutOfBoundsException'. 89

org\indy\Connection.java

Error Line
variable 'ioHandler' must be private and have accessor methods. 40
variable 'lastCmdResult' must be private and have accessor methods. 45
Expected @throws tag for 'IndyIOException'. 71
Expected @throws tag for 'IndyIOException'. 103
line longer than 80 characters 110
line longer than 80 characters 111
Unused @throws tag for 'ConnectionClosedGracefullyException'. 111
line longer than 80 characters 128
line longer than 80 characters 133
'}' should be on the same line. 172
line longer than 80 characters 181
line longer than 80 characters 198
line longer than 80 characters 227
Unused @throws tag for 'IndyIOException'. 251
line longer than 80 characters 336
line longer than 80 characters 343
line longer than 80 characters 391
line longer than 80 characters 399
'}' should be on the same line. 409
'+' should be on a new line. 544
'+' should be on a new line. 545
'+' should be on a new line. 546
line longer than 80 characters 586
line longer than 80 characters 588
line longer than 80 characters 591
'}' should be on the same line. 610
Unused @throws tag for 'NotConnectedException'. 632
'}' should be on the same line. 639
Unused @throws tag for 'NotConnectedException'. 653
'}' should be on the same line. 700
Unused @throws tag for 'NotConnectedException'. 713
line longer than 80 characters 729
Unused @throws tag for 'NotConnectedException'. 732
Unused @throws tag for 'NotConnectedException'. 749
Unused @throws tag for 'NotConnectedException'. 753
Unused @throws tag for 'NotConnectedException'. 767
Unused @throws tag for 'NotConnectedException'. 784
line longer than 80 characters 796
Unused @throws tag for 'NotConnectedException'. 798
line longer than 80 characters 816
Unused @throws tag for 'NotConnectedException'. 818
'}' should be on the same line. 835
'}' should be on the same line. 838
Unused @throws tag for 'NotConnectedException'. 850
Unused @throws tag for 'ReadTimedOutException'. 868
Unused @throws tag for 'NotConnectedException'. 870
'}' should be on the same line. 898
'}' should be on the same line. 901
'}' should be on the same line. 908
'}' should be on the same line. 951
method is missing a Javadoc comment. 961

org\indy\ConnectionIntercept.java

Error Line
line longer than 80 characters 23
variable 'connection' missing Javadoc. 24
variable 'intercept' missing Javadoc. 25
variable 'client' missing Javadoc. 26
variable 'listeners' missing Javadoc. 27
Unused @throws tag for 'IdInterceptCircularLinkException'. 40
Expected @throws tag for 'InterceptCircularLinkException'. 43
line longer than 80 characters 50
line longer than 80 characters 51
method is missing a Javadoc comment. 87
method is missing a Javadoc comment. 95
method is missing a Javadoc comment. 103
method is missing a Javadoc comment. 111

org\indy\ConnectionInterceptListener.java

Error Line
redundant 'public' modifier. 20
redundant 'public' modifier. 27
redundant 'public' modifier. 35
redundant 'public' modifier. 43

org\indy\DefaultPeerThreadManager.java

Error Line
variable 'threadList' missing Javadoc. 22
Unused @throws tag for 'IdThreadMgrError'. 29
Expected @throws tag for 'InterruptedException'. 44

org\indy\http\IdHTTPConnectionType.java

Error Line
'static' modifier out of order with the JLS suggestions. 19
'static' modifier out of order with the JLS suggestions. 24
'static' modifier out of order with the JLS suggestions. 29
'static' modifier out of order with the JLS suggestions. 34
method is missing a Javadoc comment. 37

org\indy\http\IdHTTPMethod.java

Error Line
'static' modifier out of order with the JLS suggestions. 16
'static' modifier out of order with the JLS suggestions. 21
'static' modifier out of order with the JLS suggestions. 26
'static' modifier out of order with the JLS suggestions. 31
'static' modifier out of order with the JLS suggestions. 36
'static' modifier out of order with the JLS suggestions. 41
'static' modifier out of order with the JLS suggestions. 46
'static' modifier out of order with the JLS suggestions. 51
method is missing a Javadoc comment. 53

org\indy\http\IdHTTPProtocolVersion.java

Error Line
'static' modifier out of order with the JLS suggestions. 16
variable 'v1_0' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 16
'static' modifier out of order with the JLS suggestions. 21
variable 'v1_1' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 21
method is missing a Javadoc comment. 23

org\indy\http\IdHTTPWhatsNext.java

Error Line
'static' modifier out of order with the JLS suggestions. 16
'static' modifier out of order with the JLS suggestions. 21
'static' modifier out of order with the JLS suggestions. 26
'static' modifier out of order with the JLS suggestions. 31
method is missing a Javadoc comment. 33

org\indy\IdResourceStrings.java

Error Line
'static' modifier out of order with the JLS suggestions. 18
variable 'contents' missing Javadoc. 18
variable 'contents' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 18
line longer than 80 characters 37
line longer than 80 characters 49
line longer than 80 characters 50
line longer than 80 characters 67
line longer than 80 characters 68
line longer than 80 characters 108
line longer than 80 characters 137
line longer than 80 characters 170
line longer than 80 characters 178
line longer than 80 characters 187
line longer than 80 characters 189
line longer than 80 characters 213
line longer than 80 characters 222
line longer than 80 characters 223
line longer than 80 characters 235
'+' should be on a new line. 244
line longer than 80 characters 245
line longer than 80 characters 268
line longer than 80 characters 276

org\indy\IdURI.java

Error Line
variable 'host' missing Javadoc. 15
variable 'port' must be private and have accessor methods. 20
variable 'document' must be private and have accessor methods. 25
variable 'path' must be private and have accessor methods. 30
variable 'protocol' must be private and have accessor methods. 35
method is missing a Javadoc comment. 88
'}' should be on the same line. 128
'}' should be on the same line. 142

org\indy\IndyComponent.java

Error Line
line longer than 80 characters 27
line longer than 80 characters 41
line longer than 80 characters 46
line longer than 80 characters 65
line longer than 80 characters 66
Unused @throws tag for 'SecurityExeption'. 66
'static' modifier out of order with the JLS suggestions. 68
'}' should be on the same line. 73
line longer than 80 characters 82
line longer than 80 characters 99
line longer than 80 characters 110
line longer than 80 characters 127
line longer than 80 characters 129
line longer than 80 characters 150
line longer than 80 characters 154
line longer than 80 characters 188
line longer than 80 characters 203
line longer than 80 characters 204
line longer than 80 characters 213
line longer than 80 characters 214
line longer than 80 characters 231
line longer than 80 characters 234
line longer than 80 characters 235
line longer than 80 characters 236
line longer than 80 characters 261
'static' modifier out of order with the JLS suggestions. 280
'static' modifier out of order with the JLS suggestions. 285
variable '_type' missing Javadoc. 286
variable '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 286
method is missing a Javadoc comment. 288
Expected an @return tag. 295
line longer than 80 characters 301

org\indy\IndyComponentListener.java

Error Line
line longer than 80 characters 11
line longer than 80 characters 14
line longer than 80 characters 15
line longer than 80 characters 24
line longer than 80 characters 25
redundant 'public' modifier. 34
line longer than 80 characters 38
line longer than 80 characters 39
line longer than 80 characters 41
Unused @param tag for 'workCountMax'. 43
line longer than 80 characters 47
redundant 'public' modifier. 47
Expected @param tag for 'size'. 48
line longer than 80 characters 51
line longer than 80 characters 52
redundant 'public' modifier. 61
line longer than 80 characters 65
redundant 'public' modifier. 73

org\indy\IndyException.java

Error Line
variable 'm_wrappedException' missing Javadoc. 19
variable 'm_wrappedException' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
variable '_msg' must be private and have accessor methods. 24
'}' should be on the same line. 73
'}' should be on the same line. 77

org\indy\IndyStatusEvent.java

Error Line
type Javadoc comment is missing an @author tag. 17
variable 'status' missing Javadoc. 18
variable 'cacheString' missing Javadoc. 19
variable 'args' missing Javadoc. 20
line longer than 80 characters 27
line longer than 80 characters 59
'}' should be on the same line. 68

org\indy\IndyThread.java

Error Line
line longer than 80 characters 23
variable 'threadImpl' must be private and have accessor methods. 65
variable 'stopRequested' must be private and have accessor methods. 75
Expected an @return tag. 96
'}' should be on the same line. 110
Expected @throws tag for 'InterruptedException'. 153
Expected an @return tag. 182
Expected @param tag for 'mode'. 190
Expected an @return tag. 198
Expected @param tag for 'p'. 207
Expected @throws tag for 'InterruptedException'. 218
Expected @throws tag for 'InterruptedException'. 224
Expected @throws tag for 'InterruptedException'. 230
Expected @throws tag for 'InterruptedException'. 236
Expected @throws tag for 'InterruptedException'. 242
Expected @param tag for 'l'. 262
line longer than 80 characters 272
line longer than 80 characters 292
line longer than 80 characters 307
line longer than 80 characters 309
line longer than 80 characters 318
line longer than 80 characters 325
line longer than 80 characters 339
line longer than 80 characters 346
Expected @param tag for 'num'. 385
method is missing a Javadoc comment. 389
method is missing a Javadoc comment. 426
'}' should be on the same line. 458
'}' should be on the same line. 462
'}' should be on the same line. 469
'}' should be on the same line. 475

org\indy\io\AbstractIOHandler.java

Error Line
line longer than 80 characters 20
variable 'readTimeOut' must be private and have accessor methods. 32
variable 'maximumLineLength' must be private and have accessor methods. 40
variable 'listenerList' must be private and have accessor methods. 45
Unused @throws tag for 'PeerDisconnectedException'. 91
Unused @throws tag for 'ReadTimedOutException'. 92
Unused @throws tag for 'NotConnectedException'. 93
Unused @throws tag for 'PeerDisconnectedException'. 113
Unused @throws tag for 'NotConnectedException'. 115
Unused @throws tag for 'PeerDisconnectedException'. 133
Unused @throws tag for 'NotConnectedException'. 135
Unused @throws tag for 'PeerDisconnectedException'. 150
Unused @throws tag for 'ReadTimedOutException'. 151
line longer than 80 characters 152
Unused @throws tag for 'MaxLineLengthExceededException'. 152
line longer than 80 characters 171
line longer than 80 characters 181
Expected @throws tag for 'IndyIOException'. 185
Unused @throws tag for 'IllegalArgumentException'. 193
Expected @throws tag for 'IndyIOException'. 195
Unused @throws tag for 'IllegalArgumentException'. 217
line longer than 80 characters 228
Expected @param tag for 's'. 276
Expected @param tag for 'args'. 276

org\indy\io\IndyIOException.java

Error Line
type Javadoc comment is missing an @author tag. 18
Unused @param tag for 'e'. 22
Expected @param tag for 'msg'. 24

org\indy\io\IndyUnknownHostException.java

Error Line
type Javadoc comment is missing an @author tag. 15

org\indy\io\IOHandler.java

Error Line
line longer than 80 characters 19
type Javadoc comment is missing an @author tag. 22
Expected @throws tag for 'IndyIOException'. 115
line longer than 80 characters 125
line longer than 80 characters 126
line longer than 80 characters 128
line longer than 80 characters 130
line longer than 80 characters 138
redundant 'public' modifier. 150
line longer than 80 characters 211
Unused @throws tag for 'IllegalArgumentException'. 258
line longer than 80 characters 263

org\indy\io\IOHandlerListener.java

Error Line
Unused @param tag for 'Status'. 38
Expected @param tag for 'status'. 40
Expected @param tag for 'args'. 40

org\indy\io\IOHandlerSocket.java

Error Line
variable 'byteBuffer' missing Javadoc. 55
variable 'input' missing Javadoc. 56
variable 'output' missing Javadoc. 57
variable '_info' missing Javadoc. 58
variable '_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
variable 'useNagle' missing Javadoc. 59
variable 'connected' missing Javadoc. 60
variable 'binding' must be private and have accessor methods. 65
'}' should be on the same line. 87
line longer than 80 characters 116
line longer than 80 characters 117
'}' should be on the same line. 126
line longer than 80 characters 147
'}' should be on the same line. 152
line longer than 80 characters 159
'}' should be on the same line. 166
'}' should be on the same line. 183
'}' should be on the same line. 199
line longer than 80 characters 208
Expected @throws tag for 'IndyIOException'. 210
'}' should be on the same line. 214
Unused @throws tag for 'NotConnectedException'. 255
'}' should be on the same line. 262
Unused @throws tag for 'NotConnectedException'. 275
line longer than 80 characters 276
Unused @throws tag for 'IndexOutOfBoundsException'. 276
'}' should be on the same line. 283
'}' should be on the same line. 309
Unused @throws tag for 'NotConnectedException'. 322
line longer than 80 characters 334
'}' should be on the same line. 338
'}' should be on the same line. 342
'}' should be on the same line. 367
Unused @throws tag for 'PeerDisconnectedException'. 383
Unused @throws tag for 'NotConnectedException'. 385
Unused @throws tag for 'IndexOutOfBoundsException'. 386
Unused @throws tag for 'NullPointerException'. 387
'}' should be on the same line. 399
line longer than 80 characters 423
'}' should be on the same line. 427
'}' should be on the same line. 431
'}' should be on the same line. 437
line longer than 80 characters 445
'}' should be on the same line. 453
line longer than 80 characters 498
Unused @throws tag for 'IllegalArgumentException'. 498
line longer than 80 characters 525
line longer than 80 characters 526
line longer than 80 characters 528
line longer than 80 characters 537
'}' should be on the same line. 572
'}' should be on the same line. 581
'}' should be on the same line. 591
'}' should be on the same line. 604
'}' should be on the same line. 615
'}' should be on the same line. 633
'}' should be on the same line. 636
'}' should be on the same line. 643
'}' should be on the same line. 646
line longer than 80 characters 666
line longer than 80 characters 674
line longer than 80 characters 676
line longer than 80 characters 710
line longer than 80 characters 719
line longer than 80 characters 720
'}' should be on the same line. 729
'}' should be on the same line. 735
method is missing a Javadoc comment. 755
method is missing a Javadoc comment. 763
'}' should be on the same line. 776
'}' should be on the same line. 782
'}' should be on the same line. 787
'}' should be on the same line. 806
'}' should be on the same line. 824
'}' should be on the same line. 828
type is missing a Javadoc comment. 834
method is missing a Javadoc comment. 835
method is missing a Javadoc comment. 839
method is missing a Javadoc comment. 844
line longer than 80 characters 853
line longer than 80 characters 861
'}' should be on the same line. 865
variable '_host' missing Javadoc. 878
variable '_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. 878
variable '_port' missing Javadoc. 879
variable '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 879
variable '_boundIP' missing Javadoc. 880
variable '_boundIP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 880
variable '_boundPort' missing Javadoc. 881
variable '_boundPort' must match pattern '^[a-z][a-zA-Z0-9]*$'. 881
variable 'exception' missing Javadoc. 882
variable 'sock' missing Javadoc. 883
'}' should be on the same line. 938
'}' should be on the same line. 944

org\indy\io\NotConnectedException.java

Error Line
type Javadoc comment is missing an @author tag. 15

org\indy\io\ServerIOHandler.java

Error Line
Expected @throws tag for 'IndyIOException'. 38

org\indy\io\ServerIOHandlerSocket.java

Error Line
Expected @throws tag for 'IndyIOException'. 39
'}' should be on the same line. 42
'}' should be on the same line. 45

org\indy\ListenerThread.java

Error Line
variable 'binding' missing Javadoc. 31
line longer than 80 characters 69
'}' should be on the same line. 74
'}' should be on the same line. 85
'&&' should be on a new line. 93
'}' should be on the same line. 99
'}' should be on the same line. 106
Expected @throws tag for 'InterruptedException'. 116
'}' should be on the same line. 121

org\indy\messages\Message.java

Error Line
type Javadoc comment is missing an @author tag. 17

org\indy\messages\MessageClient.java

Error Line
variable 'messageLineFold' missing Javadoc. 19
variable 'foldedMessage' missing Javadoc. 20

org\indy\messages\MessagesStrings.java

Error Line
line longer than 80 characters 19
variable 'NOMAILBOXES' missing Javadoc. 19
method is missing a Javadoc comment. 21

org\indy\messages\RFC822MessageParser.java

Error Line
variable 'openingPhrase' missing Javadoc. 19
'&&' should be on a new line. 32
method is missing a Javadoc comment. 42
method is missing a Javadoc comment. 45
method is missing a Javadoc comment. 52
'}' should be on the same line. 55
method is missing a Javadoc comment. 61
method is missing a Javadoc comment. 69

org\indy\PeerThread.java

Error Line
variable 'connection' missing Javadoc. 20
Expected @throws tag for 'InterruptedException'. 49
Expected @throws tag for 'InterruptedException'. 71
'}' should be on the same line. 103
'}' should be on the same line. 106
'}' should be on the same line. 109
'}' should be on the same line. 119

org\indy\ProtocolException.java

Error Line
variable 'errorCode' missing Javadoc. 16

org\indy\RFCReplies.java

Error Line
variable 'replies' missing Javadoc. 18

org\indy\RFCReply.java

Error Line
variable 'numericCode' missing Javadoc. 18
variable 'text' missing Javadoc. 19
variable 'textCode' missing Javadoc. 20
'}' should be on the same line. 60
'}' should be on the same line. 141
'}' should be on the same line. 149
'}' should be on the same line. 154
'}' should be on the same line. 202
'}' should be on the same line. 212
'}' should be on the same line. 238
'}' should be on the same line. 248

org\indy\socks\SocksAuthMethodException.java

Error Line
method is missing a Javadoc comment. 15

org\indy\socks\SocksInfo.java

Error Line
variable 'authentication' must be private and have accessor methods. 27
variable 'host' must be private and have accessor methods. 32
variable 'port' must be private and have accessor methods. 37
variable 'username' must be private and have accessor methods. 42
variable 'password' must be private and have accessor methods. 47
variable 'version' must be private and have accessor methods. 52
variable 'ioHandler' must be private and have accessor methods. 57
parameter '_host' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
parameter '_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102
parameter '_username' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
parameter '_password' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
parameter '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. 129
parameter '_ioHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
Unused @throws tag for 'IdSocksError'. 201
Expected @throws tag for 'SocksException'. 204
Expected @throws tag for 'ReadTimedOutException'. 204
'}' should be on the same line. 207
Unused @throws tag for 'IdSocksError'. 218
Expected @throws tag for 'SocksException'. 221
Expected @throws tag for 'ReadTimedOutException'. 221
'}' should be on the same line. 236
'}' should be on the same line. 249
'}' should be on the same line. 274
line longer than 80 characters 290
line longer than 80 characters 291
line longer than 80 characters 294
line longer than 80 characters 295
Unused @throws tag for 'IdSocksError'. 308
method length is 213 lines (max allowed is 150). 311
Expected @throws tag for 'SocksException'. 311
Expected @throws tag for 'ReadTimedOutException'. 311
'}' should be on the same line. 316
'}' should be on the same line. 335
'||' should be on a new line. 343
'}' should be on the same line. 386
'}' should be on the same line. 442
line longer than 80 characters 458
line longer than 80 characters 459
line longer than 80 characters 462
line longer than 80 characters 463
line longer than 80 characters 466
line longer than 80 characters 467
line longer than 80 characters 470
line longer than 80 characters 471
line longer than 80 characters 474
line longer than 80 characters 475
'}' should be on the same line. 518
'static' modifier out of order with the JLS suggestions. 530
'static' modifier out of order with the JLS suggestions. 534
'static' modifier out of order with the JLS suggestions. 539
'static' modifier out of order with the JLS suggestions. 544
'static' modifier out of order with the JLS suggestions. 549
variable '_desc' missing Javadoc. 550
variable '_desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 550
method is missing a Javadoc comment. 552
'static' modifier out of order with the JLS suggestions. 571
'static' modifier out of order with the JLS suggestions. 575
'static' modifier out of order with the JLS suggestions. 581
variable '_desc' missing Javadoc. 583
variable '_desc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 583
method is missing a Javadoc comment. 585

org\indy\Status.java

Error Line
'static' modifier out of order with the JLS suggestions. 22
'static' modifier out of order with the JLS suggestions. 27
'static' modifier out of order with the JLS suggestions. 32
line longer than 80 characters 37
'static' modifier out of order with the JLS suggestions. 37
'static' modifier out of order with the JLS suggestions. 42
method is missing a Javadoc comment. 49

org\indy\TCPClient.java

Error Line
variable 'ioEvents' missing Javadoc. 34
variable 'listenerList' must be private and have accessor methods. 37
variable 'host' must be private and have accessor methods. 40
variable 'port' must be private and have accessor methods. 43
variable 'boundIP' must be private and have accessor methods. 46
variable 'boundPort' must be private and have accessor methods. 49
variable 'username' must be private and have accessor methods. 52
variable 'password' must be private and have accessor methods. 55
variable 'ioHandler' must be private and have accessor methods. 58
variable 'connection' must be private and have accessor methods. 61
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 80
Unused @throws tag for 'IdException'. 93
Expected @throws tag for 'IndyException'. 95
Unused @throws tag for 'IdException'. 103
Expected @throws tag for 'IndyException'. 105
'}' should be on the same line. 110
'}' should be on the same line. 120
'}' should be on the same line. 138
'}' should be on the same line. 141
line longer than 80 characters 165
line longer than 80 characters 359
line longer than 80 characters 419
'}' should be on the same line. 662
type is missing a Javadoc comment. 742
variable 'e' missing Javadoc. 743
variable 'e' must be private and have accessor methods. 743
method is missing a Javadoc comment. 745
method is missing a Javadoc comment. 749
method is missing a Javadoc comment. 753

org\indy\TCPClientEvent.java

Error Line
type Javadoc comment is missing an @author tag. 18

org\indy\TCPClientListener.java

Error Line
line longer than 80 characters 13
Unused @param tag for 'Provides'. 30
Expected @param tag for 'event'. 32

org\indy\TCPServer.java

Error Line
variable 'bindings' missing Javadoc. 37
variable 'commandHandlers' missing Javadoc. 38
variable 'listenerList' missing Javadoc. 39
variable 'listenerThreadList' missing Javadoc. 40
variable 'threadList' missing Javadoc. 41
variable 'commandHandlersEnabled' missing Javadoc. 42
variable 'commandHandlersInitialized' missing Javadoc. 43
variable 'defaultPort' missing Javadoc. 44
variable 'executor' missing Javadoc. 47
variable 'greeting' missing Javadoc. 48
variable 'implicitIOHandler' missing Javadoc. 49
variable 'implicitThreadManager' missing Javadoc. 50
variable 'ioHandler' missing Javadoc. 51
variable 'active' missing Javadoc. 52
variable 'listenQueue' missing Javadoc. 53
variable 'listenThread' missing Javadoc. 54
variable 'maxConnectionReply' missing Javadoc. 55
variable 'maxConnections' missing Javadoc. 56
variable 'relpyTexts' missing Javadoc. 57
variable 'replyUnknownCommand' missing Javadoc. 58
variable 'terminateWaitTime' missing Javadoc. 59
variable 'threadManager' missing Javadoc. 60
'private' modifier out of order with the JLS suggestions. 61
variable 'TCPServerListeners' missing Javadoc. 61
variable 'TCPServerListeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
'}' should be on the same line. 171
'}' should be on the same line. 178
Unused @throws tag for 'IdTCPServerError'. 219
'}' should be on the same line. 229
'}' should be on the same line. 234
'}' should be on the same line. 238
Unused @param tag for 'l'. 259
Expected @param tag for 'b'. 261
Unused @param tag for 'active'. 273
Expected @param tag for 'makeActive'. 276
'}' should be on the same line. 296
'}' should be on the same line. 306
'}' should be on the same line. 310
'}' should be on the same line. 325
line longer than 80 characters 348
line longer than 80 characters 355
variable 'listenerList' missing Javadoc. 525
method is missing a Javadoc comment. 528
method is missing a Javadoc comment. 532
method is missing a Javadoc comment. 536
method is missing a Javadoc comment. 541

org\indy\TCPServerBinding.java

Error Line
variable 'host' missing Javadoc. 16
variable 'port' missing Javadoc. 17

org\indy\TCPServerConnection.java

Error Line
variable 'server' must be private and have accessor methods. 21
Expected @param tag for 'handler'. 28

org\indy\TCPServerEvent.java

Error Line
variable 'server' missing Javadoc. 15
variable 'connection' missing Javadoc. 16

org\indy\TCPServerExecuteListener.java

Error Line
Expected @param tag for 'sender'. 28
Expected @param tag for 'connection'. 28
Expected @throws tag for 'IndyException'. 29

org\indy\TCPServerListener.java

Error Line
redundant 'public' modifier. 21
redundant 'public' modifier. 28
redundant 'public' modifier. 35
Expected @param tag for 'thread'. 35
Expected @throws tag for 'IndyException'. 35
redundant 'public' modifier. 43
redundant 'public' modifier. 51
redundant 'public' modifier. 60
redundant 'public' modifier. 69
redundant 'public' modifier. 78

org\indy\telnet\TelnetClient.java

Error Line
type is missing a Javadoc comment. 31
variable 'valInc' missing Javadoc. 32
'static' modifier out of order with the JLS suggestions. 33
variable 'DATA' missing Javadoc. 33
'static' modifier out of order with the JLS suggestions. 34
variable 'IAC' missing Javadoc. 34
'static' modifier out of order with the JLS suggestions. 35
variable 'IAC_SB' missing Javadoc. 35
'static' modifier out of order with the JLS suggestions. 36
variable 'IAC_WILL' missing Javadoc. 36
'static' modifier out of order with the JLS suggestions. 37
variable 'IAC_DO' missing Javadoc. 37
'static' modifier out of order with the JLS suggestions. 38
variable 'IAC_WONT' missing Javadoc. 38
'static' modifier out of order with the JLS suggestions. 39
variable 'IAC_DONT' missing Javadoc. 39
'static' modifier out of order with the JLS suggestions. 40
variable 'IAC_SBIAC' missing Javadoc. 40
'static' modifier out of order with the JLS suggestions. 41
variable 'IAC_SBDATA' missing Javadoc. 41
'static' modifier out of order with the JLS suggestions. 42
variable 'SBDATA_IAC' missing Javadoc. 42
variable 'value' missing Javadoc. 43
variable 'description' missing Javadoc. 44
method is missing a Javadoc comment. 46
method is missing a Javadoc comment. 51
method is missing a Javadoc comment. 55

org\indy\udp\IdUDPBase.java

Error Line
type Javadoc comment is missing an @author tag. 30
variable 'active' missing Javadoc. 33
variable 'binding' missing Javadoc. 34
variable 'receiveTimeout' missing Javadoc. 35
variable 'host' missing Javadoc. 36
variable 'port' missing Javadoc. 37
'}' should be on the same line. 69
'}' should be on the same line. 77
'}' should be on the same line. 112
'}' should be on the same line. 116
line longer than 80 characters 139
'}' should be on the same line. 144
Unused @throws tag for 'IllegalStateException'. 217
Unused @throws tag for 'IllegalStateException'. 253
'}' should be on the same line. 316

org\indy\util\DateParseException.java

Error Line
type Javadoc comment is missing an @author tag. 18

org\indy\util\IndyBuffer.java

Error Line
line longer than 80 characters 25
variable 'reader' missing Javadoc. 25
line longer than 80 characters 26
'}' should be on the same line. 39
Unused @throws tag for 'IndexOutOfBoundsException'. 60
'||' should be on a new line. 64
line longer than 80 characters 92
method is missing a Javadoc comment. 130
method is missing a Javadoc comment. 163

org\indy\util\IndyUtilities.java

Error Line
variable 'resourceStrings' missing Javadoc. 36
line longer than 80 characters 37
variable 'properties' missing Javadoc. 40
'static' modifier out of order with the JLS suggestions. 47
variable 'm_productName' missing Javadoc. 47
variable 'm_productName' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 47
'static' modifier out of order with the JLS suggestions. 48
variable 'indyVersion' missing Javadoc. 48
variable 'indyVersion' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 48
'static' modifier out of order with the JLS suggestions. 53
variable 'm_datePattern' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 53
'}' should be on the same line. 104
'}' should be on the same line. 156
'}' should be on the same line. 197
Unused @throws tag for 'IdIOException'. 231
Expected @throws tag for 'IndyIOException'. 234
'}' should be on the same line. 249
'}' should be on the same line. 252
'}' should be on the same line. 257
Empty catch block. 258
'}' should be on the same line. 266
'+' should be on a new line. 288
'}' should be on the same line. 302
parameter 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 411
method name 'ROL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 459
method name 'ROR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 471
'}' should be on the same line. 484
Empty catch block. 485
'}' should be on the same line. 547
'}' should be on the same line. 553

org\indy\util\StringList.java

Error Line
variable 'stringList' missing Javadoc. 22
'}' should be on the same line. 40