Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
19 1140

Files

Files Errors
net/sf/moblogger/agent/Agent.java 11
net/sf/moblogger/agent/IMJob.java 8
net/sf/moblogger/agent/IMProcessor.java 35
net/sf/moblogger/agent/MailJob.java 8
net/sf/moblogger/agent/MailMessage.java 22
net/sf/moblogger/agent/MailProcessor.java 80
net/sf/moblogger/agent/MoblogAgent.java 100
net/sf/moblogger/log/LoggingOutputStream.java 9
net/sf/moblogger/test/SettingsTester.java 49
net/sf/moblogger/util/Base64.java 118
net/sf/moblogger/util/Entry.java 72
net/sf/moblogger/util/FileCopy.java 19
net/sf/moblogger/util/OrderedMap.java 83
net/sf/moblogger/util/Parameter.java 76
net/sf/moblogger/util/Settings.java 183
net/sf/moblogger/util/StrCharacterIterator.java 22
net/sf/moblogger/util/Tools.java 11
net/sf/moblogger/util/URLDownloader.java 47
net/sf/moblogger/util/UUID.java 187

net/sf/moblogger/agent/Agent.java

Error Line
type is missing a Javadoc comment. 3
redundant 'public' modifier. 6
method is missing a Javadoc comment. 6
redundant 'public' modifier. 8
method is missing a Javadoc comment. 8
redundant 'public' modifier. 10
method is missing a Javadoc comment. 10
redundant 'public' modifier. 12
method is missing a Javadoc comment. 12
redundant 'public' modifier. 14
method is missing a Javadoc comment. 14

net/sf/moblogger/agent/IMJob.java

Error Line
type is missing a Javadoc comment. 13
variable 'log' missing Javadoc. 16
variable 'log' must be private and have accessor methods. 16
variable 'resources' missing Javadoc. 17
variable 'resources' must be private and have accessor methods. 17
method is missing a Javadoc comment. 22
'{' is not followed by whitespace. 22
method is missing a Javadoc comment. 26

net/sf/moblogger/agent/IMProcessor.java

Error Line
type is missing a Javadoc comment. 20
variable 'log' missing Javadoc. 23
variable 'log' must be private and have accessor methods. 23
variable 'resources' missing Javadoc. 24
variable 'resources' must be private and have accessor methods. 24
variable 'DEFAULT_JABBER_SERVER' missing Javadoc. 26
variable 'JABBER_USERID' missing Javadoc. 27
variable 'JABBER_PASSWORD' missing Javadoc. 28
variable 'JABBER_SERVER' missing Javadoc. 29
variable 'CONFIRMATION' missing Javadoc. 30
variable 'PROTOCOL' missing Javadoc. 31
variable '_jabberUserId' missing Javadoc. 35
variable '_jabberUserId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
variable '_jabberPassword' missing Javadoc. 36
variable '_jabberPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
variable '_jabberServer' missing Javadoc. 37
variable '_jabberServer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
variable '_connection' missing Javadoc. 38
variable '_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
variable 'agent' missing Javadoc. 39
variable '_msgqueue' missing Javadoc. 40
variable '_msgqueue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
variable '_packetFilter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
variable '_from' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
variable '_packetListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
variable '_msg' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
variable '_from' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
line longer than 80 characters 114
line longer than 80 characters 119
'+' should be on a new line. 119
line longer than 80 characters 120
method is missing a Javadoc comment. 131
'{' is not followed by whitespace. 131
method is missing a Javadoc comment. 135
method is missing a Javadoc comment. 139

net/sf/moblogger/agent/MailJob.java

Error Line
type is missing a Javadoc comment. 13
variable 'log' missing Javadoc. 16
variable 'log' must be private and have accessor methods. 16
variable 'resources' missing Javadoc. 17
variable 'resources' must be private and have accessor methods. 17
method is missing a Javadoc comment. 22
'{' is not followed by whitespace. 22
method is missing a Javadoc comment. 26

net/sf/moblogger/agent/MailMessage.java

Error Line
type is missing a Javadoc comment. 7
variable 'subject' missing Javadoc. 10
variable 'from' missing Javadoc. 11
variable 'fileNames' missing Javadoc. 12
variable 'messageText' missing Javadoc. 13
variable 'uuid' missing Javadoc. 14
variable 'blogName' missing Javadoc. 15
variable 'blogUrl' missing Javadoc. 16
variable 'email' missing Javadoc. 17
variable 'password' missing Javadoc. 18
variable 'ftpServer' missing Javadoc. 19
variable 'ftpUser' missing Javadoc. 20
variable 'ftpPassword' missing Javadoc. 21
variable 'ftpDir' missing Javadoc. 22
variable 'jpgHeight' missing Javadoc. 23
variable 'jpgWidth' missing Javadoc. 24
variable 'bloggerAppKey' missing Javadoc. 25
variable 'bloggerId' missing Javadoc. 26
variable 'bloggerUser' missing Javadoc. 27
variable 'bloggerPassword' missing Javadoc. 28
variable 'bloggerUrl' missing Javadoc. 29
variable 'authorized' missing Javadoc. 30

net/sf/moblogger/agent/MailProcessor.java

Error Line
type is missing a Javadoc comment. 35
variable 'log' missing Javadoc. 38
variable 'log' must be private and have accessor methods. 38
variable 'resources' missing Javadoc. 39
variable 'resources' must be private and have accessor methods. 39
variable 'protocol' missing Javadoc. 44
variable 'host' missing Javadoc. 45
variable 'user' missing Javadoc. 46
variable 'password' missing Javadoc. 47
variable 'from' missing Javadoc. 48
variable 'filesDir' missing Javadoc. 49
variable 'agent' missing Javadoc. 50
variable 'connection' missing Javadoc. 51
method is missing a Javadoc comment. 55
'{' is not followed by whitespace. 55
method is missing a Javadoc comment. 59
method is missing a Javadoc comment. 63
method length is 199 lines (max allowed is 150). 81
method is missing a Javadoc comment. 81
line longer than 80 characters 123
line longer than 80 characters 126
'+' should be on a new line. 136
'+' should be on a new line. 139
'+' should be on a new line. 141
line longer than 80 characters 169
'+' should be on a new line. 169
line longer than 80 characters 175
'+' should be on a new line. 175
line longer than 80 characters 181
'&&' should be on a new line. 188
line longer than 80 characters 191
line longer than 80 characters 212
line longer than 80 characters 214
'+' should be on a new line. 217
'+' should be on a new line. 218
'+' should be on a new line. 224
line longer than 80 characters 227
'+' should be on a new line. 227
line longer than 80 characters 235
line longer than 80 characters 247
'+' should be on a new line. 248
line longer than 80 characters 251
method is missing a Javadoc comment. 281
method is missing a Javadoc comment. 317
'+' should be on a new line. 323
'+' should be on a new line. 349
line longer than 80 characters 357
'+' should be on a new line. 357
'||' should be on a new line. 363
'||' should be on a new line. 364
line longer than 80 characters 366
'+' should be on a new line. 367
'+' should be on a new line. 368
line longer than 80 characters 369
'+' should be on a new line. 369
'+' should be on a new line. 370
line longer than 80 characters 371
'||' should be on a new line. 373
line longer than 80 characters 375
'+' should be on a new line. 376
line longer than 80 characters 378
line longer than 80 characters 379
'+' should be on a new line. 379
line longer than 80 characters 381
line longer than 80 characters 382
'+' should be on a new line. 382
'+' should be on a new line. 383
'+' should be on a new line. 384
'+' should be on a new line. 385
line longer than 80 characters 386
line longer than 80 characters 389
'+' should be on a new line. 390
'+' should be on a new line. 391
'+' should be on a new line. 411
'+' should be on a new line. 453
method is missing a Javadoc comment. 461
'+' should be on a new line. 462
'+' should be on a new line. 477
method is missing a Javadoc comment. 501
Duplicate @return tag. 530

net/sf/moblogger/agent/MoblogAgent.java

Error Line
type is missing a Javadoc comment. 24
variable 'log' missing Javadoc. 27
variable 'log' must be private and have accessor methods. 27
variable 'resources' missing Javadoc. 28
variable 'resources' must be private and have accessor methods. 28
variable 'settingsFile' missing Javadoc. 33
variable 'pingRate' missing Javadoc. 34
variable 'jdbcDriver' missing Javadoc. 35
variable 'connectionString' missing Javadoc. 36
variable 'dbUsername' missing Javadoc. 37
variable 'dbPassword' missing Javadoc. 38
variable 'emailServer' missing Javadoc. 39
variable 'emailUser' missing Javadoc. 40
variable 'emailPassword' missing Javadoc. 41
variable 'emailFrom' missing Javadoc. 42
variable 'emailFilesDir' missing Javadoc. 43
variable 'blogName' missing Javadoc. 44
variable 'blogUrl' missing Javadoc. 45
variable 'email' missing Javadoc. 46
variable 'password' missing Javadoc. 47
variable 'ftpServer' missing Javadoc. 48
variable 'ftpUser' missing Javadoc. 49
variable 'ftpPassword' missing Javadoc. 50
variable 'ftpDir' missing Javadoc. 51
variable 'jpgHeight' missing Javadoc. 52
variable 'jpgWidth' missing Javadoc. 53
variable 'bloggerAppKey' missing Javadoc. 54
variable 'bloggerId' missing Javadoc. 55
variable 'bloggerUser' missing Javadoc. 56
variable 'bloggerPassword' missing Javadoc. 57
variable 'bloggerUrl' missing Javadoc. 58
variable 'jabberServer' missing Javadoc. 59
variable 'jabberUser' missing Javadoc. 60
variable 'jabberPassword' missing Javadoc. 61
variable 'jabberAllowedPosters' missing Javadoc. 62
variable 'conn' missing Javadoc. 63
variable 'conn' must be private and have accessor methods. 63
variable 'mailProcessor' missing Javadoc. 64
variable 'mailProcessor' must be private and have accessor methods. 64
variable 'imProcessor' missing Javadoc. 65
variable 'imProcessor' must be private and have accessor methods. 65
variable 'sched' missing Javadoc. 66
variable 'sched' must be private and have accessor methods. 66
method is missing a Javadoc comment. 70
'{' is not followed by whitespace. 70
method is missing a Javadoc comment. 72
method is missing a Javadoc comment. 78
method is missing a Javadoc comment. 84
method is missing a Javadoc comment. 101
method is missing a Javadoc comment. 112
method is missing a Javadoc comment. 116
method is missing a Javadoc comment. 120
line longer than 80 characters 136
',' needs to be followed by whitespace. 151
'+' is not preceeded with whitespace. 151
'+' is not followed by whitespace. 151
line longer than 80 characters 161
line longer than 80 characters 164
line longer than 80 characters 178
line longer than 80 characters 180
line longer than 80 characters 182
line longer than 80 characters 184
line longer than 80 characters 186
line longer than 80 characters 187
line longer than 80 characters 189
line longer than 80 characters 193
line longer than 80 characters 197
line longer than 80 characters 198
line longer than 80 characters 200
line longer than 80 characters 202
line longer than 80 characters 206
line longer than 80 characters 208
line longer than 80 characters 210
line longer than 80 characters 212
line longer than 80 characters 216
line longer than 80 characters 218
line longer than 80 characters 220
line longer than 80 characters 222
line longer than 80 characters 224
line longer than 80 characters 226
line longer than 80 characters 228
line longer than 80 characters 229
line longer than 80 characters 233
line longer than 80 characters 235
line longer than 80 characters 237
line longer than 80 characters 238
line longer than 80 characters 240
'+' should be on a new line. 242
method is missing a Javadoc comment. 255
method is missing a Javadoc comment. 267
method is missing a Javadoc comment. 273
method is missing a Javadoc comment. 279
Expected an @return tag. 754
Expected an @return tag. 761
Expected an @return tag. 768
Expected @param tag for 'string'. 775
Expected @param tag for 'string'. 782
Expected @param tag for 'string'. 789
Expected an @return tag. 796
Expected @param tag for 'string'. 803

net/sf/moblogger/log/LoggingOutputStream.java

Error Line
line longer than 80 characters 18
line longer than 80 characters 21
variable 'hasBeenClosed' must be private and have accessor methods. 40
variable 'buf' must be private and have accessor methods. 45
variable 'count' must be private and have accessor methods. 53
variable 'category' must be private and have accessor methods. 63
variable 'priority' must be private and have accessor methods. 68
method is missing a Javadoc comment. 72
method is missing a Javadoc comment. 187

net/sf/moblogger/test/SettingsTester.java

Error Line
type is missing a Javadoc comment. 10
method is missing a Javadoc comment. 11
line contains a tab character 12
line contains a tab character 13
method is missing a Javadoc comment. 15
'{' is not preceeded with whitespace. 15
line contains a tab character 16
'try' is not followed by whitespace. 16
'{' is not preceeded with whitespace. 16
line contains a tab character 17
line contains a tab character 18
line contains a tab character 19
'while' is not followed by whitespace. 19
'{' is not preceeded with whitespace. 19
line contains a tab character 20
line contains a tab character 21
line contains a tab character 22
line contains a tab character 23
'while' is not followed by whitespace. 23
'{' is not preceeded with whitespace. 23
line longer than 80 characters 24
line contains a tab character 24
line longer than 80 characters 25
line contains a tab character 25
line contains a tab character 26
line contains a tab character 28
'while' is not followed by whitespace. 28
'{' is not preceeded with whitespace. 28
line longer than 80 characters 29
line contains a tab character 29
line longer than 80 characters 30
line contains a tab character 30
line contains a tab character 31
line contains a tab character 32
line contains a tab character 33
line longer than 80 characters 35
line contains a tab character 35
line contains a tab character 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 40
'}' is not followed by whitespace. 40
'catch' is not preceeded with whitespace. 40
'catch' is not followed by whitespace. 40
'{' is not preceeded with whitespace. 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 45

net/sf/moblogger/util/Base64.java

Error Line
type is missing a Javadoc comment. 4
'{' should be on the previous line. 5
method is missing a Javadoc comment. 6
'{' should be on the previous line. 7
method is missing a Javadoc comment. 11
'static' modifier out of order with the JLS suggestions. 11
'{' should be on the previous line. 12
'if' construct must use '{}'s. 13
'+' is not preceeded with whitespace. 14
'+' is not followed by whitespace. 14
'/' is not preceeded with whitespace. 16
'/' is not followed by whitespace. 16
'*' is not preceeded with whitespace. 16
'*' is not followed by whitespace. 16
'=' is not preceeded with whitespace. 18
'=' is not followed by whitespace. 18
'{' should be on the previous line. 19
'+' is not preceeded with whitespace. 21
'+' is not followed by whitespace. 21
'+' is not preceeded with whitespace. 21
'+' is not followed by whitespace. 21
'|' should be on a new line. 21
'+' is not preceeded with whitespace. 23
'+' is not followed by whitespace. 23
'+' is not preceeded with whitespace. 23
'+' is not followed by whitespace. 23
'|' should be on a new line. 23
'+' is not preceeded with whitespace. 24
'+' is not followed by whitespace. 24
'+' is not preceeded with whitespace. 25
'+' is not followed by whitespace. 25
'+' is not preceeded with whitespace. 25
'+' is not followed by whitespace. 25
'<' is not followed by whitespace. 28
'{' should be on the previous line. 29
'if' construct must use '{}'s. 30
cast needs to be followed by whitespace. 30
'if' construct must use '{}'s. 31
cast needs to be followed by whitespace. 31
'if' construct must use '{}'s. 32
cast needs to be followed by whitespace. 32
'if' construct must use '{}'s. 33
cast needs to be followed by whitespace. 33
'else' construct must use '{}'s. 34
cast needs to be followed by whitespace. 34
'-' is not preceeded with whitespace. 38
'-' is not followed by whitespace. 38
'*' is not preceeded with whitespace. 38
'*' is not followed by whitespace. 38
'/' is not preceeded with whitespace. 38
'/' is not followed by whitespace. 38
'{' should be on the previous line. 39
cast needs to be followed by whitespace. 40
method is missing a Javadoc comment. 46
'static' modifier out of order with the JLS suggestions. 46
'{' should be on the previous line. 47
'if' construct must use '{}'s. 48
method is missing a Javadoc comment. 53
'static' modifier out of order with the JLS suggestions. 53
'{' should be on the previous line. 54
'while' construct must use '{}'s. 56
'-' is not preceeded with whitespace. 56
'-' is not followed by whitespace. 56
'/' is not preceeded with whitespace. 57
'/' is not followed by whitespace. 57
'<' is not followed by whitespace. 59
'{' should be on the previous line. 60
'if' construct must use '{}'s. 61
'if' construct must use '{}'s. 62
'if' construct must use '{}'s. 63
'if' construct must use '{}'s. 64
cast needs to be followed by whitespace. 65
'if' construct must use '{}'s. 66
cast needs to be followed by whitespace. 67
'if' construct must use '{}'s. 68
cast needs to be followed by whitespace. 69
'=' is not preceeded with whitespace. 73
'=' is not followed by whitespace. 73
'-' is not preceeded with whitespace. 73
'-' is not followed by whitespace. 73
'{' should be on the previous line. 74
'(' is followed by whitespace. 75
'|' should be on a new line. 75
'+' is not preceeded with whitespace. 76
'+' is not followed by whitespace. 76
')' is preceeded by whitespace. 76
'+' is not preceeded with whitespace. 77
'+' is not followed by whitespace. 77
'(' is followed by whitespace. 77
'+' is not preceeded with whitespace. 77
'+' is not followed by whitespace. 77
'|' should be on a new line. 77
'+' is not preceeded with whitespace. 78
'+' is not followed by whitespace. 78
')' is preceeded by whitespace. 78
'+' is not preceeded with whitespace. 79
'+' is not followed by whitespace. 79
'(' is followed by whitespace. 79
'+' is not preceeded with whitespace. 79
'+' is not followed by whitespace. 79
'|' should be on a new line. 79
'+' is not preceeded with whitespace. 80
'+' is not followed by whitespace. 80
')' is preceeded by whitespace. 80
'{' should be on the previous line. 83
'(' is followed by whitespace. 84
'|' should be on a new line. 84
'+' is not preceeded with whitespace. 85
'+' is not followed by whitespace. 85
')' is preceeded by whitespace. 85
'{' should be on the previous line. 88
'(' is followed by whitespace. 89
'+' is not preceeded with whitespace. 89
'+' is not followed by whitespace. 89
'|' should be on a new line. 89
'+' is not preceeded with whitespace. 90
'+' is not followed by whitespace. 90
')' is preceeded by whitespace. 90

net/sf/moblogger/util/Entry.java

Error Line
type is missing a Javadoc comment. 9
line contains a tab character 11
variable 'name' missing Javadoc. 11
line contains a tab character 12
variable 'parameters' missing Javadoc. 12
line contains a tab character 15
method is missing a Javadoc comment. 15
'{' is not preceeded with whitespace. 15
line contains a tab character 16
line contains a tab character 17
line contains a tab character 19
method is missing a Javadoc comment. 19
'{' is not preceeded with whitespace. 19
line contains a tab character 20
line contains a tab character 21
line contains a tab character 22
line contains a tab character 24
method is missing a Javadoc comment. 24
'{' is not preceeded with whitespace. 24
line contains a tab character 25
line contains a tab character 26
line contains a tab character 28
method is missing a Javadoc comment. 28
'{' is not preceeded with whitespace. 28
line contains a tab character 29
',' needs to be followed by whitespace. 29
line contains a tab character 30
line contains a tab character 32
method is missing a Javadoc comment. 32
'{' is not preceeded with whitespace. 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 36
method is missing a Javadoc comment. 36
'{' is not preceeded with whitespace. 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
'if' is not followed by whitespace. 39
'{' is not preceeded with whitespace. 39
line contains a tab character 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 49
method is missing a Javadoc comment. 49
'{' is not preceeded with whitespace. 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 53
method is missing a Javadoc comment. 53
'{' is not preceeded with whitespace. 53
line contains a tab character 54
line contains a tab character 55
line contains a tab character 57
method is missing a Javadoc comment. 57
'{' is not preceeded with whitespace. 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 61
method is missing a Javadoc comment. 61
'{' is not preceeded with whitespace. 61
line contains a tab character 62
line contains a tab character 63
line contains a tab character 65
method is missing a Javadoc comment. 65
'{' is not preceeded with whitespace. 65
line contains a tab character 66
line contains a tab character 67

net/sf/moblogger/util/FileCopy.java

Error Line
type is missing a Javadoc comment. 11
line contains a tab character 13
method is missing a Javadoc comment. 13
'{' is not preceeded with whitespace. 13
'try' is not followed by whitespace. 15
'{' is not preceeded with whitespace. 15
line contains a tab character 16
line contains a tab character 17
line contains a tab character 18
'while' construct must use '{}'s. 20
line contains a tab character 20
line contains a tab character 21
line contains a tab character 23
line contains a tab character 24
line contains a tab character 26
'{' is not preceeded with whitespace. 26
line contains a tab character 27
line contains a tab character 28
line contains a tab character 30

net/sf/moblogger/util/OrderedMap.java

Error Line
type is missing a Javadoc comment. 11
line contains a tab character 14
variable 'values' missing Javadoc. 14
variable 'values' must be private and have accessor methods. 14
line contains a tab character 15
variable 'keys' missing Javadoc. 15
variable 'keys' must be private and have accessor methods. 15
line contains a tab character 18
method is missing a Javadoc comment. 18
'{' is not preceeded with whitespace. 18
line contains a tab character 19
line contains a tab character 20
line contains a tab character 22
method is missing a Javadoc comment. 22
'{' is not preceeded with whitespace. 22
line contains a tab character 23
line contains a tab character 24
method is missing a Javadoc comment. 26
'{' is not preceeded with whitespace. 26
method is missing a Javadoc comment. 31
'{' is not preceeded with whitespace. 31
'while' is not followed by whitespace. 35
'{' is not preceeded with whitespace. 35
',' needs to be followed by whitespace. 37
line contains a tab character 43
method is missing a Javadoc comment. 43
'{' is not preceeded with whitespace. 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 47
method is missing a Javadoc comment. 47
'{' is not preceeded with whitespace. 47
line contains a tab character 49
'if' is not followed by whitespace. 49
'{' is not preceeded with whitespace. 49
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
line contains a tab character 53
line contains a tab character 55
line contains a tab character 57
method is missing a Javadoc comment. 57
'{' is not preceeded with whitespace. 57
line contains a tab character 59
'if' is not followed by whitespace. 59
'{' is not preceeded with whitespace. 59
line contains a tab character 60
',' needs to be followed by whitespace. 60
line contains a tab character 61
line contains a tab character 62
line contains a tab character 63
',' needs to be followed by whitespace. 63
line contains a tab character 64
line contains a tab character 66
line contains a tab character 68
method is missing a Javadoc comment. 68
'{' is not preceeded with whitespace. 68
line contains a tab character 70
'if' is not followed by whitespace. 70
'{' is not preceeded with whitespace. 70
line contains a tab character 71
line contains a tab character 72
line contains a tab character 73
line contains a tab character 75
line contains a tab character 77
method is missing a Javadoc comment. 77
'{' is not preceeded with whitespace. 77
line contains a tab character 78
line contains a tab character 79
line contains a tab character 82
method is missing a Javadoc comment. 82
'{' is not preceeded with whitespace. 82
line contains a tab character 84
line contains a tab character 86
line contains a tab character 87
'while' is not followed by whitespace. 87
'{' is not preceeded with whitespace. 87
line contains a tab character 88
line contains a tab character 89
line contains a tab character 90
line contains a tab character 91
line contains a tab character 93
line contains a tab character 95

net/sf/moblogger/util/Parameter.java

Error Line
type is missing a Javadoc comment. 9
line contains a tab character 11
variable 'name' missing Javadoc. 11
line contains a tab character 12
variable 'values' missing Javadoc. 12
line contains a tab character 15
method is missing a Javadoc comment. 15
'{' is not preceeded with whitespace. 15
line contains a tab character 16
line contains a tab character 17
line contains a tab character 19
method is missing a Javadoc comment. 19
'{' is not preceeded with whitespace. 19
line contains a tab character 20
line contains a tab character 21
line contains a tab character 22
line contains a tab character 24
method is missing a Javadoc comment. 24
'{' is not preceeded with whitespace. 24
line contains a tab character 25
line contains a tab character 26
line contains a tab character 28
method is missing a Javadoc comment. 28
'{' is not preceeded with whitespace. 28
line contains a tab character 29
line contains a tab character 30
line contains a tab character 32
method is missing a Javadoc comment. 32
'{' is not preceeded with whitespace. 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 36
method is missing a Javadoc comment. 36
'{' is not preceeded with whitespace. 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 40
method is missing a Javadoc comment. 40
'{' is not preceeded with whitespace. 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 44
method is missing a Javadoc comment. 44
'{' is not preceeded with whitespace. 44
line contains a tab character 45
line contains a tab character 46
line contains a tab character 48
method is missing a Javadoc comment. 48
'{' is not preceeded with whitespace. 48
line contains a tab character 49
line contains a tab character 50
line contains a tab character 52
method is missing a Javadoc comment. 52
'{' is not preceeded with whitespace. 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 56
method is missing a Javadoc comment. 56
'{' is not preceeded with whitespace. 56
line contains a tab character 57
line contains a tab character 58
line contains a tab character 60
method is missing a Javadoc comment. 60
'{' is not preceeded with whitespace. 60
line contains a tab character 61
line contains a tab character 62
line contains a tab character 64
method is missing a Javadoc comment. 64
'{' is not preceeded with whitespace. 64
line contains a tab character 65
line contains a tab character 66
line contains a tab character 68
method is missing a Javadoc comment. 68
'{' is not preceeded with whitespace. 68
line contains a tab character 69
line contains a tab character 70

net/sf/moblogger/util/Settings.java

Error Line
type is missing a Javadoc comment. 17
line contains a tab character 19
variable 'entries' missing Javadoc. 19
line contains a tab character 20
variable 'currentFile' missing Javadoc. 20
line contains a tab character 22
method is missing a Javadoc comment. 22
'{' is not preceeded with whitespace. 22
line contains a tab character 23
line contains a tab character 24
line contains a tab character 26
method is missing a Javadoc comment. 26
'{' is not preceeded with whitespace. 26
line contains a tab character 27
line contains a tab character 28
line contains a tab character 29
line contains a tab character 31
method is missing a Javadoc comment. 31
'{' is not preceeded with whitespace. 31
line contains a tab character 32
line contains a tab character 33
line contains a tab character 35
method is missing a Javadoc comment. 35
'{' is not preceeded with whitespace. 35
line contains a tab character 36
line contains a tab character 37
line contains a tab character 39
method is missing a Javadoc comment. 39
'{' is not preceeded with whitespace. 39
line contains a tab character 40
line contains a tab character 41
line contains a tab character 43
method is missing a Javadoc comment. 43
'{' is not preceeded with whitespace. 43
line contains a tab character 44
line contains a tab character 45
line contains a tab character 47
method is missing a Javadoc comment. 47
'{' is not preceeded with whitespace. 47
line contains a tab character 49
line longer than 80 characters 50
line contains a tab character 50
line contains a tab character 51
line contains a tab character 52
'{' is not preceeded with whitespace. 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 56
line longer than 80 characters 58
line contains a tab character 58
method is missing a Javadoc comment. 58
'{' is not preceeded with whitespace. 58
line contains a tab character 59
line longer than 80 characters 60
line contains a tab character 60
line contains a tab character 61
line contains a tab character 62
'{' is not preceeded with whitespace. 62
line contains a tab character 63
line contains a tab character 64
line contains a tab character 65
line contains a tab character 68
method is missing a Javadoc comment. 68
line contains a tab character 72
line longer than 80 characters 73
line contains a tab character 73
line contains a tab character 74
'while' is not followed by whitespace. 74
'{' is not preceeded with whitespace. 74
line contains a tab character 75
line longer than 80 characters 76
line contains a tab character 76
line contains a tab character 77
line longer than 80 characters 78
line contains a tab character 78
line contains a tab character 79
'while' is not followed by whitespace. 79
'{' is not preceeded with whitespace. 79
line longer than 80 characters 80
line contains a tab character 80
line longer than 80 characters 81
line contains a tab character 81
line contains a tab character 82
'if' is not followed by whitespace. 82
'{' is not preceeded with whitespace. 82
line longer than 80 characters 83
line contains a tab character 83
line contains a tab character 84
'while' is not followed by whitespace. 84
'{' is not preceeded with whitespace. 84
line longer than 80 characters 85
line contains a tab character 85
line longer than 80 characters 86
line contains a tab character 86
line contains a tab character 87
line contains a tab character 88
line longer than 80 characters 89
line contains a tab character 89
line contains a tab character 90
line contains a tab character 91
line contains a tab character 94
line contains a tab character 95
line contains a tab character 96
line contains a tab character 98
method is missing a Javadoc comment. 98
'{' is not preceeded with whitespace. 98
line contains a tab character 100
line contains a tab character 101
line contains a tab character 102
'while' is not followed by whitespace. 102
'{' is not preceeded with whitespace. 102
line contains a tab character 103
line contains a tab character 104
line longer than 80 characters 105
line contains a tab character 105
line contains a tab character 106
line contains a tab character 107
line contains a tab character 108
'while' is not followed by whitespace. 108
'{' is not preceeded with whitespace. 108
line longer than 80 characters 109
line contains a tab character 109
line longer than 80 characters 110
line contains a tab character 110
line longer than 80 characters 111
line contains a tab character 111
line contains a tab character 112
line contains a tab character 113
line contains a tab character 114
'while' is not followed by whitespace. 114
'{' is not preceeded with whitespace. 114
line longer than 80 characters 115
line contains a tab character 115
line longer than 80 characters 116
line contains a tab character 116
'if' is not followed by whitespace. 116
'{' is not preceeded with whitespace. 116
line longer than 80 characters 117
line contains a tab character 117
line longer than 80 characters 118
line contains a tab character 118
line longer than 80 characters 119
line contains a tab character 119
line longer than 80 characters 120
line contains a tab character 120
line contains a tab character 121
line longer than 80 characters 122
line contains a tab character 122
line contains a tab character 123
line contains a tab character 124
line contains a tab character 125
line contains a tab character 126
line contains a tab character 127
line contains a tab character 128
line contains a tab character 129
line contains a tab character 130
line contains a tab character 131
line contains a tab character 132
line contains a tab character 133
line contains a tab character 134
line contains a tab character 135
line contains a tab character 137
line contains a tab character 140
method is missing a Javadoc comment. 140
'{' is not preceeded with whitespace. 140
line contains a tab character 141
line contains a tab character 142
line contains a tab character 144
method is missing a Javadoc comment. 144
line contains a tab character 145
'if' is not followed by whitespace. 145
'{' is not preceeded with whitespace. 145
line contains a tab character 146
line contains a tab character 147
line contains a tab character 148
line contains a tab character 150
line contains a tab character 151
line contains a tab character 152
line contains a tab character 153
'catch' is not followed by whitespace. 153
line contains a tab character 154
line contains a tab character 155
line contains a tab character 156

net/sf/moblogger/util/StrCharacterIterator.java

Error Line
type is missing a Javadoc comment. 7
variable 'text' missing Javadoc. 8
variable 'begin' missing Javadoc. 9
variable 'end' missing Javadoc. 10
variable 'pos' missing Javadoc. 11
method is missing a Javadoc comment. 13
'if' construct must use '{}'s. 16
method is missing a Javadoc comment. 25
method is missing a Javadoc comment. 30
method is missing a Javadoc comment. 35
'if' construct must use '{}'s. 36
method is missing a Javadoc comment. 42
'}' should be on the same line. 45
method is missing a Javadoc comment. 51
'}' should be on the same line. 54
method is missing a Javadoc comment. 60
'}' should be on the same line. 63
method is missing a Javadoc comment. 69
method is missing a Javadoc comment. 75
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 85
'}' should be on the same line. 90

net/sf/moblogger/util/Tools.java

Error Line
type is missing a Javadoc comment. 7
method is missing a Javadoc comment. 10
method is missing a Javadoc comment. 18
Expected @param tag for 'str'. 70
Expected @throws tag for 'IOException'. 70
Expected @param tag for 'str'. 84
Expected @throws tag for 'IOException'. 84
method is missing a Javadoc comment. 91
'+' should be on a new line. 93
line longer than 80 characters 95
'+' should be on a new line. 97

net/sf/moblogger/util/URLDownloader.java

Error Line
type is missing a Javadoc comment. 13
'{' should be on the previous line. 14
line longer than 80 characters 16
line contains a tab character 16
method is missing a Javadoc comment. 16
line contains a tab character 17
'{' should be on the previous line. 17
line contains a tab character 19
line contains a tab character 23
line longer than 80 characters 25
line contains a tab character 25
line contains a tab character 26
line contains a tab character 28
line contains a tab character 29
'*' is not preceeded with whitespace. 29
'*' is not followed by whitespace. 29
line contains a tab character 30
'while' is not followed by whitespace. 30
'if' construct must use '{}'s. 31
line contains a tab character 31
line contains a tab character 32
cast needs to be followed by whitespace. 32
line contains a tab character 33
line contains a tab character 34
line contains a tab character 35
line contains a tab character 36
line contains a tab character 37
line contains a tab character 38
line contains a tab character 39
line contains a tab character 40
line contains a tab character 41
line contains a tab character 42
line contains a tab character 43
line contains a tab character 44
line contains a tab character 46
line contains a tab character 49
line contains a tab character 52
method is missing a Javadoc comment. 52
line contains a tab character 53
'{' should be on the previous line. 53
line longer than 80 characters 55
line contains a tab character 55
line longer than 80 characters 61
'=' is not preceeded with whitespace. 64
'=' is not followed by whitespace. 64
'{' should be on the previous line. 65
line contains a tab character 72

net/sf/moblogger/util/UUID.java

Error Line
type Javadoc comment is missing an @author tag. 42
variable 'serialVersionUID' missing Javadoc. 44
line contains a tab character 66
line contains a tab character 67
Expected @throws tag for 'IOException'. 75
line contains a tab character 76
line contains a tab character 77
Expected an @return tag. 81
line contains a tab character 82
Expected an @return tag. 86
line contains a tab character 87
Expected @throws tag for 'IOException'. 95
line contains a tab character 96
line contains a tab character 97
method is missing a Javadoc comment. 100
line contains a tab character 101
cast needs to be followed by whitespace. 101
Expected an @return tag. 107
Expected @param tag for 'obj'. 107
'if' construct must use '{}'s. 108
line contains a tab character 108
line contains a tab character 109
line contains a tab character 110
cast needs to be followed by whitespace. 110
line contains a tab character 111
Expected an @return tag. 121
line contains a tab character 122
'+' should be on a new line. 122
line contains a tab character 123
'+' should be on a new line. 123
line contains a tab character 124
'+' should be on a new line. 124
line contains a tab character 125
'+' should be on a new line. 125
line contains a tab character 126
Expected an @return tag. 130
Expected @param tag for 'val'. 130
Expected @param tag for 'digits'. 130
line contains a tab character 131
line contains a tab character 132
line contains a tab character 137
method is missing a Javadoc comment. 137
line contains a tab character 139
line contains a tab character 140
line contains a tab character 142
line longer than 80 characters 143
line contains a tab character 143
'=' is not preceeded with whitespace. 143
'=' is not followed by whitespace. 143
line contains a tab character 144
'=' is not preceeded with whitespace. 144
'=' is not followed by whitespace. 144
cast needs to be followed by whitespace. 144
'+' is not preceeded with whitespace. 144
'+' is not followed by whitespace. 144
'+' is not preceeded with whitespace. 144
'+' is not followed by whitespace. 144
line contains a tab character 145
'=' is not preceeded with whitespace. 145
'=' is not followed by whitespace. 145
'<<' is not preceeded with whitespace. 145
'<<' is not followed by whitespace. 145
cast needs to be followed by whitespace. 145
'+' is not preceeded with whitespace. 145
'+' is not followed by whitespace. 145
'+' is not preceeded with whitespace. 145
'+' is not followed by whitespace. 145
line contains a tab character 146
line contains a tab character 147
'=' is not preceeded with whitespace. 147
'=' is not followed by whitespace. 147
cast needs to be followed by whitespace. 147
'*' is not preceeded with whitespace. 147
'*' is not followed by whitespace. 147
line contains a tab character 148
line contains a tab character 150
'=' is not preceeded with whitespace. 150
'=' is not followed by whitespace. 150
line contains a tab character 151
'=' is not preceeded with whitespace. 151
'=' is not followed by whitespace. 151
'while' construct must use '{}'s. 153
line contains a tab character 153
'<' is not preceeded with whitespace. 153
'<' is not followed by whitespace. 153
line contains a tab character 154
'=' is not preceeded with whitespace. 154
'=' is not followed by whitespace. 154
'+' is not preceeded with whitespace. 154
'+' is not followed by whitespace. 154
line contains a tab character 156
'=' is not preceeded with whitespace. 156
'=' is not followed by whitespace. 156
'while' construct must use '{}'s. 158
line contains a tab character 158
'<' is not preceeded with whitespace. 158
'<' is not followed by whitespace. 158
line contains a tab character 159
'=' is not preceeded with whitespace. 159
'=' is not followed by whitespace. 159
'+' is not preceeded with whitespace. 159
'+' is not followed by whitespace. 159
line contains a tab character 161
'=' is not preceeded with whitespace. 161
'=' is not followed by whitespace. 161
'+' is not preceeded with whitespace. 161
'+' is not followed by whitespace. 161
line longer than 80 characters 163
line contains a tab character 163
'=' is not preceeded with whitespace. 163
'=' is not followed by whitespace. 163
',' needs to be followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
',' needs to be followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
',' needs to be followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
',' needs to be followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
'+' is not preceeded with whitespace. 163
'+' is not followed by whitespace. 163
line contains a tab character 165
line contains a tab character 166
line contains a tab character 168
method is missing a Javadoc comment. 168
line contains a tab character 169
'{' should be on the previous line. 169
line contains a tab character 170
'=' is not preceeded with whitespace. 170
'=' is not followed by whitespace. 170
line contains a tab character 171
line contains a tab character 172
line contains a tab character 173
line contains a tab character 174
line contains a tab character 175
line contains a tab character 176
line contains a tab character 177
line contains a tab character 178
'{' should be on the previous line. 178
line contains a tab character 179
line contains a tab character 180
'if' is not followed by whitespace. 180
'>' is not preceeded with whitespace. 180
'>' is not followed by whitespace. 180
line contains a tab character 181
'{' should be on the previous line. 181
line contains a tab character 182
line contains a tab character 183
'if' is not followed by whitespace. 183
line contains a tab character 184
'{' should be on the previous line. 184
'for' construct must use '{}'s. 185
line contains a tab character 185
'for' is not followed by whitespace. 185
'=' is not preceeded with whitespace. 185
'=' is not followed by whitespace. 185
'<' is not preceeded with whitespace. 185
'<' is not followed by whitespace. 185
';' needs to be followed by whitespace. 185
line contains a tab character 186
'=' is not preceeded with whitespace. 186
'=' is not followed by whitespace. 186
line contains a tab character 187
'=' is not preceeded with whitespace. 187
'=' is not followed by whitespace. 187
line contains a tab character 188
line contains a tab character 189
line contains a tab character 190
line contains a tab character 191
line contains a tab character 192
line contains a tab character 193
line contains a tab character 194
'{' should be on the previous line. 194
'{' is not followed by whitespace. 194
line contains a tab character 195
line contains a tab character 196
line contains a tab character 197