Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
50001329

Files

FilesIWE
org/ninjasoft/igallery/data/ApplicationProperties.java 0019
org/ninjasoft/igallery/data/GalleryAlbum.java 00128
org/ninjasoft/igallery/data/GalleryPicture.java 0035
org/ninjasoft/igallery/data/IPhotoAlbum.java 0068
org/ninjasoft/igallery/data/IPhotoPicture.java 0071
org/ninjasoft/igallery/data/package.html 001
org/ninjasoft/igallery/exceptions/CreateFailedException.java 004
org/ninjasoft/igallery/exceptions/GalleryException.java 0017
org/ninjasoft/igallery/exceptions/InvalidLoginException.java 004
org/ninjasoft/igallery/exceptions/InvalidPermissionException.java 004
org/ninjasoft/igallery/exceptions/InvalidVersionException.java 005
org/ninjasoft/igallery/exceptions/NoFilenameException.java 004
org/ninjasoft/igallery/exceptions/UnknownCommandException.java 004
org/ninjasoft/igallery/exceptions/UploadFailException.java 004
org/ninjasoft/igallery/exceptions/WebServerException.java 004
org/ninjasoft/igallery/exceptions/package.html 001
org/ninjasoft/igallery/logic/AlbumSaxHandler.java 0096
org/ninjasoft/igallery/logic/Cookiejar.java 0054
org/ninjasoft/igallery/logic/GalleryConnection.java 00228
org/ninjasoft/igallery/logic/IGalleryLogic.java 00165
org/ninjasoft/igallery/logic/StatusListener.java 007
org/ninjasoft/igallery/logic/package.html 001
org/ninjasoft/igallery/swingui/GalleryTableModel.java 0051
org/ninjasoft/igallery/swingui/IPhotoTableModel.java 0074
org/ninjasoft/igallery/swingui/MainFrame.java 00213
org/ninjasoft/igallery/swingui/PanelBuilder.java 0066
org/ninjasoft/igallery/swingui/package.html 001

org/ninjasoft/igallery/data/ApplicationProperties.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - java.io.*. 20
Error Line has trailing spaces. 23
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 36
Error Method 'load' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error 'if' construct must use '{}'s. 40
Error Line has trailing spaces. 46
Error Method 'save' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error 'if' construct must use '{}'s. 50
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 61

org/ninjasoft/igallery/data/GalleryAlbum.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error First sentence should end with a period. 21
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 33
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 55
Error Parameter name should be final. 55
Error 'name' hides a field. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Method 'setParent' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter parent should be final. 67
Error 'parent' hides a field. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Method 'getRefNumber' is not designed for extension - needs to be abstract, final or empty. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Method 'setRefNumber' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter refNumber should be final. 79
Error 'refNumber' hides a field. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Method 'getSummary' is not designed for extension - needs to be abstract, final or empty. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Method 'setSummary' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter summary should be final. 91
Error 'summary' hides a field. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter title should be final. 103
Error 'title' hides a field. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Method 'getParentAlbum' is not designed for extension - needs to be abstract, final or empty. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Method 'setParentAlbum' is not designed for extension - needs to be abstract, final or empty. 115
Error Parameter parentAlbum should be final. 115
Error 'parentAlbum' hides a field. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line has trailing spaces. 118
Error Method 'addPicture' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter i should be final. 119
Error 'if' construct must use '{}'s. 120
Error Method 'addPictures' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Parameter c should be final. 124
Error 'if' construct must use '{}'s. 125
Error Method 'getPictures' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error 'if' construct must use '{}'s. 130
Error Method 'getPictureCount' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error 'if' construct must use '{}'s. 135
Error Line contains a tab character. 136
Error Method 'resetPictures' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139

org/ninjasoft/igallery/data/GalleryPicture.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Method 'getCaption' is not designed for extension - needs to be abstract, final or empty. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Method 'setCaption' is not designed for extension - needs to be abstract, final or empty. 35
Error Parameter caption should be final. 35
Error 'caption' hides a field. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter name should be final. 47
Error 'name' hides a field. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49

org/ninjasoft/igallery/data/IPhotoAlbum.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error First sentence should end with a period. 21
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Line contains a tab character. 30
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error 'return' is not preceded with whitespace. 30
Error '{' is not followed by whitespace. 30
Error ';' is not followed by whitespace. 30
Error '}' is not preceded with whitespace. 30
Error Line contains a tab character. 31
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter name should be final. 31
Error 'name' hides a field. 31
Error '{' is not followed by whitespace. 31
Error ';' is not followed by whitespace. 31
Error '}' is not preceded with whitespace. 31
Error Line contains a tab character. 32
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error 'return' is not preceded with whitespace. 32
Error '{' is not followed by whitespace. 32
Error ';' is not followed by whitespace. 32
Error '}' is not preceded with whitespace. 32
Error Line contains a tab character. 33
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter type should be final. 33
Error 'type' hides a field. 33
Error '{' is not followed by whitespace. 33
Error ';' is not followed by whitespace. 33
Error '}' is not preceded with whitespace. 33
Error Method 'addPicture' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter id should be final. 34
Error '{' is not followed by whitespace. 34
Error ';' is not followed by whitespace. 34
Error '}' is not preceded with whitespace. 34
Error Method 'addPicture' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter id should be final. 35
Error '{' is not followed by whitespace. 35
Error ';' is not followed by whitespace. 35
Error '}' is not preceded with whitespace. 35
Error Line is longer than 80 characters. 36
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error 'return' is not preceded with whitespace. 36
Error '{' is not followed by whitespace. 36
Error ';' is not followed by whitespace. 36
Error '}' is not preceded with whitespace. 36
Error Method 'getPictures' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error 'return' is not preceded with whitespace. 37
Error '{' is not followed by whitespace. 37
Error ';' is not followed by whitespace. 37
Error '}' is not preceded with whitespace. 37
Error Method 'getPictureCount' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error 'return' is not preceded with whitespace. 38
Error '{' is not followed by whitespace. 38
Error ';' is not followed by whitespace. 38
Error '}' is not preceded with whitespace. 38

org/ninjasoft/igallery/data/IPhotoPicture.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Line contains a tab character. 28
Error Method 'getCaption' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error 'return' is not preceded with whitespace. 28
Error '{' is not followed by whitespace. 28
Error ';' is not followed by whitespace. 28
Error '}' is not preceded with whitespace. 28
Error Line contains a tab character. 29
Error Method 'setCaption' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter caption should be final. 29
Error 'caption' hides a field. 29
Error '{' is not followed by whitespace. 29
Error ';' is not followed by whitespace. 29
Error '}' is not preceded with whitespace. 29
Error Line contains a tab character. 30
Error Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error 'return' is not preceded with whitespace. 30
Error '{' is not followed by whitespace. 30
Error ';' is not followed by whitespace. 30
Error '}' is not preceded with whitespace. 30
Error Line contains a tab character. 31
Error Method 'setFilename' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter filename should be final. 31
Error 'filename' hides a field. 31
Error '{' is not followed by whitespace. 31
Error ';' is not followed by whitespace. 31
Error '}' is not preceded with whitespace. 31
Error Line contains a tab character. 32
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error 'return' is not preceded with whitespace. 32
Error '{' is not followed by whitespace. 32
Error ';' is not followed by whitespace. 32
Error '}' is not preceded with whitespace. 32
Error Line contains a tab character. 33
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter id should be final. 33
Error 'id' hides a field. 33
Error '{' is not followed by whitespace. 33
Error ';' is not followed by whitespace. 33
Error '}' is not preceded with whitespace. 33
Error Method 'getIdInt' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error 'return' is not preceded with whitespace. 34
Error '{' is not followed by whitespace. 34
Error ';' is not followed by whitespace. 34
Error '}' is not preceded with whitespace. 34
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter id should be final. 35
Error 'id' hides a field. 35
Error '{' is not followed by whitespace. 35
Error ';' is not followed by whitespace. 35
Error '}' is not preceded with whitespace. 35
Error Line is longer than 80 characters. 36
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error 'return' is not preceded with whitespace. 36
Error '{' is not followed by whitespace. 36
Error ';' is not followed by whitespace. 36
Error '}' is not preceded with whitespace. 36

org/ninjasoft/igallery/data/package.html

ErrorLine
Error Missing package documentation file.0

org/ninjasoft/igallery/exceptions/CreateFailedException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/GalleryException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Missing a Javadoc comment. 24
Error Variable 'errorCode' must be private and have accessor methods. 24
Error Missing a Javadoc comment. 25
Error Variable 'errorMessage' must be private and have accessor methods. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 30
Error Parameter code should be final. 30
Error Missing a Javadoc comment. 34
Error Parameter message should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter code should be final. 38
Error Parameter message should be final. 38
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43

org/ninjasoft/igallery/exceptions/InvalidLoginException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/InvalidPermissionException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/InvalidVersionException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Parameter code should be final. 20
Error Parameter message should be final. 20

org/ninjasoft/igallery/exceptions/NoFilenameException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/UnknownCommandException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/UploadFailException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/WebServerException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Parameter code should be final. 26
Error Parameter message should be final. 26

org/ninjasoft/igallery/exceptions/package.html

ErrorLine
Error Missing package documentation file.0

org/ninjasoft/igallery/logic/AlbumSaxHandler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Using the '.*' form of import should be avoided - java.util.*. 20
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.data.*. 22
Error Using the '.*' form of import should be avoided - javax.xml.parsers.*. 26
Error First sentence should end with a period. 28
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Variable 'mode' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Line has trailing spaces. 47
Error Missing a Javadoc comment. 48
Error 'if' construct must use '{}'s. 49
Error '60' is a magic number. 49
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter uri should be final. 53
Error Parameter localName should be final. 53
Error Parameter qName should be final. 53
Error Parameter attributes should be final. 53
Error Line contains a tab character. 54
Error 'if' construct must use '{}'s. 56
Error 'if' construct must use '{}'s. 58
Error 'if' construct must use '{}'s. 60
Error 'if' construct must use '{}'s. 63
Error Line contains a tab character. 66
Error Line is longer than 80 characters. 67
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter uri should be final. 67
Error Parameter localName should be final. 67
Error Parameter qName should be final. 67
Error Line is longer than 80 characters. 76
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 88
Error 'if' construct must use '{}'s. 92
Error 'if' construct must use '{}'s. 94
Error 'if' construct must use '{}'s. 96
Error 'try' is not followed by whitespace. 103
Error '{' is not preceded with whitespace. 103
Error 'catch' is not preceded with whitespace. 105
Error '}' is not followed by whitespace. 105
Error 'catch' is not followed by whitespace. 105
Error '{' is not preceded with whitespace. 105
Error Must have at least one statement. 105
Error '{' is not followed by whitespace. 105
Error '}' is not preceded with whitespace. 105
Error 'if' construct must use '{}'s. 106
Error 'if' construct must use '{}'s. 110
Error Line is longer than 80 characters. 123
Error 'try' is not followed by whitespace. 126
Error '{' is not preceded with whitespace. 126
Error 'catch' is not preceded with whitespace. 128
Error '}' is not followed by whitespace. 128
Error 'catch' is not followed by whitespace. 128
Error '{' is not preceded with whitespace. 128
Error Must have at least one statement. 128
Error '{' is not followed by whitespace. 128
Error '}' is not preceded with whitespace. 128
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line is longer than 80 characters. 139
Error 'if' construct must use '{}'s. 141
Error 'if' construct must use '{}'s. 143
Error Line is longer than 80 characters. 157
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 157
Error Missing a Javadoc comment. 157
Error Parameter data should be final. 157
Error Parameter start should be final. 157
Error Parameter length should be final. 157
Error 'if' construct must use '{}'s. 159
Error Line has trailing spaces. 162
Error Method 'getAlbums' is not designed for extension - needs to be abstract, final or empty. 163
Error Missing a Javadoc comment. 163
Error Line has trailing spaces. 166
Error Method 'getPictureHash' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Line has trailing spaces. 170
Error Missing a Javadoc comment. 171
Error Parameter argv should be final. 171
Error Line has trailing spaces. 175
Error Line is longer than 80 characters. 177

org/ninjasoft/igallery/logic/Cookiejar.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - java.net.*. 20
Error First sentence should end with a period. 22
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Variable 'DEBUG' must be private and have accessor methods. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error First sentence should end with a period. 32
Error Method 'grabCookies' is not designed for extension - needs to be abstract, final or empty. 37
Error Parameter connection should be final. 37
Error Expected @param tag for 'connection'. 37
Error Line has trailing spaces. 49
Error Method 'setCookies' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter connection should be final. 54
Error Expected @param tag for 'connection'. 54
Error ')' is preceded with whitespace. 54
Error ';' is followed by whitespace. 55
Error 'if' construct must use '{}'s. 57
Error Line contains a tab character. 58
Error Line has trailing spaces. 62
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 64
Error Parameter cookieData should be final. 64
Error Comment matches to-do format 'TODO:'. 65
Error 'if' construct must use '{}'s. 67
Error '+' is not preceded with whitespace. 71
Error '+' is not followed by whitespace. 71
Error '=' is not preceded with whitespace. 73
Error '=' is not followed by whitespace. 73
Error '<' is not preceded with whitespace. 73
Error '<' is not followed by whitespace. 73
Error 'if' construct must use '{}'s. 76
Error 'if' construct must use '{}'s. 82
Error Line has trailing spaces. 86
Error Missing a Javadoc comment. 87
Error Comment matches to-do format 'TODO:'. 88
Error Line has trailing spaces. 88
Error Line has trailing spaces. 90
Error Method 'setStatusListener' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Parameter l should be final. 91
Error '{' is not followed by whitespace. 91
Error ';' is not followed by whitespace. 91
Error '}' is not preceded with whitespace. 91
Error Missing a Javadoc comment. 93
Error Parameter message should be final. 93
Error 'if' construct must use '{}'s. 94
Error Missing a Javadoc comment. 97
Error Parameter message should be final. 97
Error 'if' construct must use '{}'s. 98

org/ninjasoft/igallery/logic/GalleryConnection.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - java.net.*. 20
Error Using the '.*' form of import should be avoided - java.io.*. 21
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.exceptions.*. 23
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.data.*. 24
Error First sentence should end with a period. 26
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Name 'DEBUG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Variable 'DEBUG' must be private and have accessor methods. 34
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 36
Error Parameter url should be final. 36
Error 'url' hides a field. 36
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error Parameter url should be final. 40
Error 'url' hides a field. 40
Error Parameter listener should be final. 40
Error 'listener' hides a field. 40
Error 'if' construct must use '{}'s. 43
Error Line is longer than 80 characters. 44
Error Line has trailing spaces. 46
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 50
Error Expected an @return tag. 58
Error Line is longer than 80 characters. 58
Error Method 'login' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter username should be final. 58
Error Expected @param tag for 'username'. 58
Error Parameter password should be final. 58
Error Expected @param tag for 'password'. 58
Error Expected @throws tag for 'IOException'. 58
Error Expected @throws tag for 'GalleryException'. 58
Error Line has trailing spaces. 66
Error Line has trailing spaces. 69
Error Line has trailing spaces. 71
Error Method 'getAlbumList' is not designed for extension - needs to be abstract, final or empty. 76
Error Expected @throws tag for 'IOException'. 76
Error Expected @throws tag for 'GalleryException'. 76
Error Line has trailing spaces. 85
Error Expected an @return tag. 95
Error Parameter data should be final. 95
Error Expected @param tag for 'data'. 95
Error 'try' is not followed by whitespace. 98
Error '{' is not preceded with whitespace. 98
Error Line is longer than 80 characters. 99
Error Line contains a tab character. 99
Error 'catch' is not preceded with whitespace. 100
Error '}' is not followed by whitespace. 100
Error 'catch' is not followed by whitespace. 100
Error '{' is not preceded with whitespace. 100
Error Must have at least one statement. 100
Error '{' is not followed by whitespace. 100
Error '}' is not preceded with whitespace. 100
Error '=' is not preceded with whitespace. 102
Error '=' is not followed by whitespace. 102
Error '<=' is not preceded with whitespace. 102
Error '<=' is not followed by whitespace. 102
Error Line is longer than 80 characters. 111
Error ';' is followed by whitespace. 112
Error 'try' is not followed by whitespace. 115
Error '{' is not preceded with whitespace. 115
Error Line contains a tab character. 116
Error 'catch' is not preceded with whitespace. 117
Error '}' is not followed by whitespace. 117
Error 'catch' is not followed by whitespace. 117
Error '{' is not preceded with whitespace. 117
Error Must have at least one statement. 117
Error '{' is not followed by whitespace. 117
Error '}' is not preceded with whitespace. 117
Error 'if' construct must use '{}'s. 118
Error Line has trailing spaces. 123
Error Line is longer than 80 characters. 124
Error Method 'uploadPhoto' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Parameter album should be final. 124
Error Parameter image should be final. 124
Error Parameter name should be final. 124
Error Parameter caption should be final. 124
Error 'if' construct must use '{}'s. 132
Error Line has trailing spaces. 137
Error Line has trailing spaces. 139
Error Expected an @return tag. 144
Error Method 'encodeFileContent' is not designed for extension - needs to be abstract, final or empty. 144
Error Parameter f should be final. 144
Error Expected @param tag for 'f'. 144
Error Expected @throws tag for 'IOException'. 144
Error '(' is followed by whitespace. 150
Error '||' should be on a new line. 150
Error '||' should be on a new line. 151
Error Line contains a tab character. 154
Error '16' is a magic number. 157
Error 'if' construct must use '{}'s. 158
Error Line has trailing spaces. 166
Error Line has trailing spaces. 168
Error Expected an @return tag. 173
Error Method 'fileContent' is not designed for extension - needs to be abstract, final or empty. 173
Error Parameter f should be final. 173
Error Expected @param tag for 'f'. 173
Error Expected @throws tag for 'IOException'. 173
Error '1024' is a magic number. 176
Error 'while' construct must use '{}'s. 178
Error Line is longer than 80 characters. 192
Error Method 'getPhotoList' is not designed for extension - needs to be abstract, final or empty. 192
Error Parameter album should be final. 192
Error Expected @param tag for 'album'. 192
Error Expected @throws tag for 'IOException'. 192
Error Expected @throws tag for 'GalleryException'. 192
Error Line has trailing spaces. 202
Error Expected an @return tag. 210
Error Parameter data should be final. 210
Error Expected @param tag for 'data'. 210
Error 'try' is not followed by whitespace. 213
Error '{' is not preceded with whitespace. 213
Error 'catch' is not preceded with whitespace. 215
Error '}' is not followed by whitespace. 215
Error 'catch' is not followed by whitespace. 215
Error '{' is not preceded with whitespace. 215
Error Must have at least one statement. 215
Error '{' is not followed by whitespace. 215
Error '}' is not preceded with whitespace. 215
Error '=' is not preceded with whitespace. 217
Error '=' is not followed by whitespace. 217
Error '<=' is not preceded with whitespace. 217
Error '<=' is not followed by whitespace. 217
Error '=' is not preceded with whitespace. 218
Error Line is longer than 80 characters. 227
Error Parameter data should be final. 232
Error Expected @param tag for 'data'. 232
Error Expected @throws tag for 'GalleryException'. 232
Error 'try' is not followed by whitespace. 236
Error '{' is not preceded with whitespace. 236
Error Line contains a tab character. 237
Error 'catch' is not preceded with whitespace. 238
Error '}' is not followed by whitespace. 238
Error 'catch' is not followed by whitespace. 238
Error '{' is not preceded with whitespace. 238
Error Must have at least one statement. 238
Error '{' is not followed by whitespace. 238
Error '}' is not preceded with whitespace. 238
Error 'if' construct must use '{}'s. 239
Error Line contains a tab character. 240
Error 'if' construct must use '{}'s. 241
Error 'if' construct must use '{}'s. 243
Error '101' is a magic number. 246
Error '102' is a magic number. 247
Error '103' is a magic number. 248
Error '104' is a magic number. 249
Error '201' is a magic number. 251
Error '202' is a magic number. 252
Error '301' is a magic number. 254
Error '401' is a magic number. 256
Error '404' is a magic number. 257
Error '501' is a magic number. 258
Error '402' is a magic number. 260
Error '403' is a magic number. 262
Error '502' is a magic number. 264
Error Line has trailing spaces. 270
Error Line is longer than 80 characters. 272
Error Expected an @return tag. 279
Error Line is longer than 80 characters. 279
Error Parameter parameters should be final. 279
Error Expected @param tag for 'parameters'. 279
Error Expected @throws tag for 'IOException'. 279
Error Expected @throws tag for 'GalleryException'. 279
Error Line is longer than 80 characters. 281
Error Line is longer than 80 characters. 286
Error '200' is a magic number. 298
Error Line has trailing spaces. 299
Error Line is longer than 80 characters. 299
Error '+' should be on a new line. 299
Error '+' should be on a new line. 300
Error Line has trailing spaces. 308
Error First sentence should end with a period. 309
Error Expected an @return tag. 315
Error Parameter in should be final. 315
Error Expected @param tag for 'in'. 315
Error Expected @throws tag for 'IOException'. 315
Error Array brackets at illegal position. 320
Error '1024' is a magic number. 320
Error 'while' construct must use '{}'s. 322
Error Line contains a tab character. 326
Error Line contains a tab character. 327
Error Comment matches to-do format 'TODO:'. 331
Error Line has trailing spaces. 335
Error Expected an @return tag. 342
Error Line is longer than 80 characters. 342
Error Parameter properties should be final. 342
Error Expected @param tag for 'properties'. 342
Error Expected @throws tag for 'UnsupportedEncodingException'. 342
Error ';' is followed by whitespace. 344
Error Line has trailing spaces. 354
Error Line is longer than 80 characters. 355
Error Missing a Javadoc comment. 355
Error Parameter properties should be final. 355
Error Parameter boundary should be final. 355
Error ';' is followed by whitespace. 357
Error Line contains a tab character. 373
Error 'if' construct must use '{}'s. 381
Error Line contains a tab character. 382
Error 'if' construct must use '{}'s. 383
Error Line has trailing spaces. 392
Error First sentence should end with a period. 393
Error Parameter argv should be final. 398
Error Expected @param tag for 'argv'. 398
Error Expected @throws tag for 'Exception'. 398
Error Line is longer than 80 characters. 399
Error ';' is followed by whitespace. 402
Error Line is longer than 80 characters. 407
Error Line is longer than 80 characters. 409
Error Method 'setStatusListener' is not designed for extension - needs to be abstract, final or empty. 412
Error Missing a Javadoc comment. 412
Error Parameter l should be final. 412
Error '{' is not followed by whitespace. 412
Error ';' is not followed by whitespace. 412
Error '}' is not preceded with whitespace. 412
Error Missing a Javadoc comment. 414
Error Parameter message should be final. 414
Error 'if' construct must use '{}'s. 415
Error Missing a Javadoc comment. 418
Error Parameter message should be final. 418
Error 'if' construct must use '{}'s. 419

org/ninjasoft/igallery/logic/IGalleryLogic.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - java.io.*. 20
Error Using the '.*' form of import should be avoided - javax.xml.parsers.*. 21
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.data.*. 22
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Line has trailing spaces. 40
Error Missing a Javadoc comment. 41
Error Parameter listener should be final. 41
Error 'listener' hides a field. 41
Error Line has trailing spaces. 44
Error Method 'loadIPhotoAlbums' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 52
Error 'try' is not followed by whitespace. 55
Error '{' is not preceded with whitespace. 55
Error Line has trailing spaces. 57
Error 'catch' is not preceded with whitespace. 59
Error '}' is not followed by whitespace. 59
Error 'catch' is not followed by whitespace. 59
Error '{' is not preceded with whitespace. 59
Error Line is longer than 80 characters. 64
Error Line has trailing spaces. 69
Error Method 'login' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter url should be final. 70
Error 'url' hides a field. 70
Error Parameter username should be final. 70
Error 'username' hides a field. 70
Error Parameter password should be final. 70
Error 'password' hides a field. 70
Error 'try' is not followed by whitespace. 72
Error '{' is not preceded with whitespace. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error 'catch' is not preceded with whitespace. 75
Error '}' is not followed by whitespace. 75
Error 'catch' is not followed by whitespace. 75
Error 'try' is not followed by whitespace. 81
Error '{' is not preceded with whitespace. 81
Error Line contains a tab character. 83
Error 'catch' is not preceded with whitespace. 86
Error '}' is not followed by whitespace. 86
Error 'catch' is not followed by whitespace. 86
Error '{' is not preceded with whitespace. 86
Error Line has trailing spaces. 93
Error Method 'getAlbumDetails' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Line contains a tab character. 95
Error ';' is followed by whitespace. 95
Error 'if' construct must use '{}'s. 97
Error 'try' is not followed by whitespace. 99
Error '{' is not preceded with whitespace. 99
Error Line contains a tab character. 101
Error 'catch' is not preceded with whitespace. 103
Error '}' is not followed by whitespace. 103
Error 'catch' is not followed by whitespace. 103
Error '{' is not preceded with whitespace. 103
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 113
Error Method 'compareAlbums' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter iPhotoAlbum should be final. 113
Error Parameter galleryAlbum should be final. 113
Error 'iPhotoPictures' hides a field. 114
Error Line is longer than 80 characters. 118
Error ';' is followed by whitespace. 120
Error Line is longer than 80 characters. 123
Error ';' is followed by whitespace. 125
Error 'if' construct must use '{}'s. 132
Error ';' is followed by whitespace. 136
Error ';' is followed by whitespace. 139
Error Line is longer than 80 characters. 141
Error 'if' construct must use '{}'s. 148
Error Line has trailing spaces. 152
Error Method 'logout' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Line has trailing spaces. 157
Error Method 'upload' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter remoteAlbum should be final. 158
Error Parameter localAlbum should be final. 158
Error Line has trailing spaces. 161
Error Method 'upload' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter album should be final. 162
Error Parameter picture should be final. 162
Error 'try' is not followed by whitespace. 163
Error '{' is not preceded with whitespace. 163
Error Line contains a tab character. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error 'catch' is not preceded with whitespace. 167
Error '}' is not followed by whitespace. 167
Error 'catch' is not followed by whitespace. 167
Error '{' is not preceded with whitespace. 167
Error Line has trailing spaces. 173
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Line has trailing spaces. 178
Error Missing a Javadoc comment. 179
Error Parameter message should be final. 179
Error 'if' construct must use '{}'s. 180
Error Missing a Javadoc comment. 183
Error Parameter message should be final. 183
Error 'if' construct must use '{}'s. 184
Error Line has trailing spaces. 187
Error Missing a Javadoc comment. 188
Error Parameter b should be final. 188
Error 'if' construct must use '{}'s. 189
Error Line has trailing spaces. 192
Error Method 'getGalleryAlbums' is not designed for extension - needs to be abstract, final or empty. 193
Error Missing a Javadoc comment. 193
Error 'return' is not preceded with whitespace. 193
Error '{' is not followed by whitespace. 193
Error ';' is not followed by whitespace. 193
Error '}' is not preceded with whitespace. 193
Error Method 'getIPhotoAlbums' is not designed for extension - needs to be abstract, final or empty. 194
Error Missing a Javadoc comment. 194
Error 'return' is not preceded with whitespace. 194
Error '{' is not followed by whitespace. 194
Error ';' is not followed by whitespace. 194
Error '}' is not preceded with whitespace. 194
Error Method 'getMissingLocal' is not designed for extension - needs to be abstract, final or empty. 195
Error Missing a Javadoc comment. 195
Error 'return' is not preceded with whitespace. 195
Error '{' is not followed by whitespace. 195
Error ';' is not followed by whitespace. 195
Error '}' is not preceded with whitespace. 195
Error Method 'getMissingRemote' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error 'return' is not preceded with whitespace. 196
Error '{' is not followed by whitespace. 196
Error ';' is not followed by whitespace. 196
Error '}' is not preceded with whitespace. 196
Error Line has trailing spaces. 197
Error Missing a Javadoc comment. 198
Error Missing a Javadoc comment. 199
Error Missing a Javadoc comment. 200
Error Line has trailing spaces. 201
Error Missing a Javadoc comment. 202
Error Parameter remoteAlbum should be final. 202
Error 'remoteAlbum' hides a field. 202
Error Parameter localAlbum should be final. 202
Error 'localAlbum' hides a field. 202
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 206
Error Missing a Javadoc comment. 206
Error Line is longer than 80 characters. 211
Error Avoid inline conditionals. 211
Error Line is longer than 80 characters. 215
Error ';' is followed by whitespace. 215
Error Line is longer than 80 characters. 217
Error 'if' construct must use '{}'s. 221
Error Line is longer than 80 characters. 225

org/ninjasoft/igallery/logic/StatusListener.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25

org/ninjasoft/igallery/logic/package.html

ErrorLine
Error Missing package documentation file.0

org/ninjasoft/igallery/swingui/GalleryTableModel.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - javax.swing.event.*. 20
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.data.*. 22
Error First sentence should end with a period. 24
Error Missing a Javadoc comment. 29
Error Variable 'listeners' must be private and have accessor methods. 29
Error Missing a Javadoc comment. 30
Error Variable 'albumList' must be private and have accessor methods. 30
Error Line has trailing spaces. 31
Error Method 'setAlbumList' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter list should be final. 32
Error Method 'tellChanged' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error 'for' construct must use '{}'s. 38
Error ';' is followed by whitespace. 38
Error Method 'addTableModelListener' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter l should be final. 41
Error Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter i should be final. 44
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter i should be final. 50
Error 'if' construct must use '{}'s. 51
Error '==' is not preceded with whitespace. 51
Error '==' is not followed by whitespace. 51
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter row should be final. 58
Error Parameter column should be final. 58
Error 'if' construct must use '{}'s. 60
Error 'if' construct must use '{}'s. 63
Error Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter arg0 should be final. 67
Error Parameter arg1 should be final. 67
Error Method 'removeTableModelListener' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter l should be final. 70
Error Missing a Javadoc comment. 73
Error Parameter arg0 should be final. 73
Error Parameter arg1 should be final. 73
Error Parameter arg2 should be final. 73
Error Line has trailing spaces. 74

org/ninjasoft/igallery/swingui/IPhotoTableModel.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.util.*. 19
Error Using the '.*' form of import should be avoided - javax.swing.event.*. 20
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.data.*. 22
Error First sentence should end with a period. 24
Error Missing a Javadoc comment. 29
Error Variable 'listeners' must be private and have accessor methods. 29
Error Missing a Javadoc comment. 30
Error Variable 'albumList' must be private and have accessor methods. 30
Error Line has trailing spaces. 31
Error Method 'setAlbumList' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter list should be final. 32
Error 'for' construct must use '{}'s. 35
Error ';' is followed by whitespace. 35
Error Line has trailing spaces. 38
Error Line contains a tab character. 39
Error Method 'addTableModelListener' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter l should be final. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Method 'getColumnClass' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter i should be final. 42
Error 'if' construct must use '{}'s. 43
Error Line contains a tab character. 43
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter i should be final. 50
Error 'if' construct must use '{}'s. 51
Error '==' is not preceded with whitespace. 51
Error '==' is not followed by whitespace. 51
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Method 'getValueAt' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter row should be final. 58
Error Parameter column should be final. 58
Error 'if' construct must use '{}'s. 60
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Method 'isCellEditable' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter arg0 should be final. 64
Error Parameter arg1 should be final. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Method 'removeTableModelListener' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter l should be final. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Missing a Javadoc comment. 70
Error Parameter arg0 should be final. 70
Error Parameter arg1 should be final. 70
Error Parameter arg2 should be final. 70
Error Line has trailing spaces. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72

org/ninjasoft/igallery/swingui/MainFrame.java

ErrorLine
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Using the '.*' form of import should be avoided - java.util.*. 20
Error Using the '.*' form of import should be avoided - java.awt.*. 22
Error Using the '.*' form of import should be avoided - java.awt.event.*. 23
Error Using the '.*' form of import should be avoided - javax.swing.*. 24
Error Using the '.*' form of import should be avoided - javax.swing.event.*. 25
Error Using the '.*' form of import should be avoided - javax.swing.table.*. 26
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.logic.*. 28
Error Using the '.*' form of import should be avoided - org.ninjasoft.igallery.data.*. 29
Error Using the '.*' form of import should be avoided - com.apple.eawt.*. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error 'if' construct must use '{}'s. 58
Error Line has trailing spaces. 71
Error Missing a Javadoc comment. 72
Error '500' is a magic number. 73
Error '400' is a magic number. 73
Error Line is longer than 80 characters. 77
Error '/' is not preceded with whitespace. 77
Error '/' is not followed by whitespace. 77
Error '/' is not preceded with whitespace. 77
Error '/' is not followed by whitespace. 77
Error '/' is not preceded with whitespace. 77
Error '/' is not followed by whitespace. 77
Error '/' is not preceded with whitespace. 77
Error '/' is not followed by whitespace. 77
Error '9' is a magic number. 78
Error '4' is a magic number. 82
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 92
Error Line is longer than 80 characters. 93
Error Method 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter table should be final. 93
Error Parameter value should be final. 93
Error Parameter isSelected should be final. 93
Error Parameter hasFocus should be final. 93
Error Parameter row should be final. 93
Error Parameter column should be final. 93
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 97
Error 'else' is not preceded with whitespace. 98
Error '}' is not followed by whitespace. 98
Error 'else' is not followed by whitespace. 98
Error '{' is not preceded with whitespace. 98
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 100
Error Line has trailing spaces. 106
Error Missing a Javadoc comment. 107
Error Method 'keyPressed' is not designed for extension - needs to be abstract, final or empty. 109
Error Parameter e should be final. 109
Error Line is longer than 80 characters. 115
Error Parameter e should be final. 119
Error '{' is not followed by whitespace. 119
Error '}' is not preceded with whitespace. 119
Error Parameter e should be final. 120
Error '{' is not followed by whitespace. 120
Error '}' is not preceded with whitespace. 120
Error Method 'stateChanged' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter e should be final. 135
Error Line has trailing spaces. 141
Error Missing a Javadoc comment. 142
Error 'try' is not followed by whitespace. 143
Error '{' is not preceded with whitespace. 143
Error Line contains a tab character. 144
Error 'catch' is not preceded with whitespace. 145
Error '}' is not followed by whitespace. 145
Error 'catch' is not followed by whitespace. 145
Error '{' is not preceded with whitespace. 145
Error '{' is not followed by whitespace. 145
Error ';' is not followed by whitespace. 145
Error '}' is not preceded with whitespace. 145
Error Line is longer than 80 characters. 146
Error Line is longer than 80 characters. 147
Error Line is longer than 80 characters. 149
Error Line has trailing spaces. 151
Error Missing a Javadoc comment. 152
Error Line is longer than 80 characters. 153
Error Method 'handleQuit' is not designed for extension - needs to be abstract, final or empty. 158
Error Parameter event should be final. 158
Error Line has trailing spaces. 165
Error Missing a Javadoc comment. 166
Error Line is longer than 80 characters. 167
Error 'if' construct must use '{}'s. 168
Error 'try' is not followed by whitespace. 171
Error '{' is not preceded with whitespace. 171
Error 'catch' is not preceded with whitespace. 174
Error '}' is not followed by whitespace. 174
Error 'catch' is not followed by whitespace. 174
Error Must have at least one statement. 174
Error '{' is not followed by whitespace. 174
Error '}' is not preceded with whitespace. 174
Error 'if' construct must use '{}'s. 176
Error Line is longer than 80 characters. 176
Error Line has trailing spaces. 179
Error Missing a Javadoc comment. 180
Error Parameter b should be final. 180
Error Avoid inline conditionals. 185
Error Line has trailing spaces. 192
Error Missing a Javadoc comment. 193
Error 'else' is not preceded with whitespace. 197
Error '}' is not followed by whitespace. 197
Error 'else' is not followed by whitespace. 197
Error '{' is not preceded with whitespace. 197
Error Line is longer than 80 characters. 201
Error Line is longer than 80 characters. 203
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 206
Error Line has trailing spaces. 215
Error Missing a Javadoc comment. 216
Error 'if' construct must use '{}'s. 217
Error 'if' construct must use '{}'s. 219
Error Line is longer than 80 characters. 221
Error Line is longer than 80 characters. 222
Error '+' should be on a new line. 231
Error Avoid inline conditionals. 232
Error '+' should be on a new line. 232
Error '+' is followed by whitespace. 233
Error '+' should be on a new line. 233
Error Avoid inline conditionals. 234
Error '+' should be on a new line. 234
Error 'if' construct must use '{}'s. 238
Error '+' should be on a new line. 240
Error Avoid inline conditionals. 241
Error '+' should be on a new line. 241
Error '+' is followed by whitespace. 242
Error '+' should be on a new line. 242
Error Avoid inline conditionals. 243
Error '+' should be on a new line. 243
Error Line is longer than 80 characters. 246
Error Line has trailing spaces. 248
Error Missing a Javadoc comment. 249
Error 'if' construct must use '{}'s. 250
Error 'if' construct must use '{}'s. 252
Error Line is longer than 80 characters. 254
Error Line is longer than 80 characters. 255
Error Line has trailing spaces. 258
Error Missing a Javadoc comment. 259
Error Line has trailing spaces. 262
Error Method 'setError' is not designed for extension - needs to be abstract, final or empty. 263
Error Missing a Javadoc comment. 263
Error Parameter message should be final. 263
Error Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. 267
Error Missing a Javadoc comment. 267
Error Parameter message should be final. 267
Error 'if' construct must use '{}'s. 270
Error Line contains a tab character. 271
Error Method 'setBusy' is not designed for extension - needs to be abstract, final or empty. 275
Error Missing a Javadoc comment. 275
Error Parameter b should be final. 275
Error Avoid inline conditionals. 280
Error Method 'scrollStatus' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error Parameter message should be final. 282
Error '512' is a magic number. 286
Error Line has trailing spaces. 293
Error Missing a Javadoc comment. 294
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 295
Error Missing a Javadoc comment. 295
Error Parameter e should be final. 295
Error Avoid inline conditionals. 297
Error 'if' construct must use '{}'s. 298
Error 'if' construct must use '{}'s. 300
Error 'if' construct must use '{}'s. 302
Error 'if' construct must use '{}'s. 304
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 309
Error Missing a Javadoc comment. 309
Error Line is longer than 80 characters. 312
Error Line is longer than 80 characters. 313
Error Avoid inline conditionals. 313
Error 'try' is not followed by whitespace. 314
Error '{' is not preceded with whitespace. 314
Error Line contains a tab character. 315
Error Line has trailing spaces. 316
Error 'catch' is not preceded with whitespace. 316
Error '}' is not followed by whitespace. 316
Error 'catch' is not followed by whitespace. 316
Error '{' is not preceded with whitespace. 316
Error '{' is not followed by whitespace. 316
Error ';' is not followed by whitespace. 316
Error '}' is not preceded with whitespace. 316
Error Line has trailing spaces. 319
Error Method 'setVisible' is not designed for extension - needs to be abstract, final or empty. 320
Error Missing a Javadoc comment. 320
Error Parameter b should be final. 320
Error Line has trailing spaces. 325
Error Missing a Javadoc comment. 326
Error Parameter args should be final. 326

org/ninjasoft/igallery/swingui/PanelBuilder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.awt.*. 19
Error Using the '.*' form of import should be avoided - javax.swing.*. 20
Error Utility classes should not have a public or default constructor. 28
Error Missing a Javadoc comment. 29
Error '(' is followed by whitespace. 29
Error Parameter urlText should be final. 29
Error Line is longer than 80 characters. 30
Error Line contains a tab character. 30
Error Parameter usernameText should be final. 30
Error Line is longer than 80 characters. 31
Error Line contains a tab character. 31
Error Parameter passwordText should be final. 31
Error Line is longer than 80 characters. 32
Error Line contains a tab character. 32
Error Parameter loginButton should be final. 32
Error Parameter debugCheckbox should be final. 33
Error '20' is a magic number. 36
Error '20' is a magic number. 36
Error '20' is a magic number. 36
Error '3' is a magic number. 38
Error '3' is a magic number. 38
Error '3' is a magic number. 38
Error '3' is a magic number. 38
Error Inner assignments should be avoided. 39
Error Inner assignments should be avoided. 40
Error '6' is a magic number. 47
Error '6' is a magic number. 58
Error '6' is a magic number. 69
Error Missing a Javadoc comment. 95
Error Parameter iPhotoTable should be final. 95
Error Parameter galleryTable should be final. 95
Error '20' is a magic number. 97
Error '20' is a magic number. 97
Error '3' is a magic number. 100
Error '3' is a magic number. 100
Error '3' is a magic number. 100
Error '3' is a magic number. 100
Error Inner assignments should be avoided. 101
Error '3' is a magic number. 113
Error '3' is a magic number. 114
Error '3' is a magic number. 120
Error Line is longer than 80 characters. 123
Error '3' is a magic number. 125
Error '3' is a magic number. 126
Error Line is longer than 80 characters. 132
Error Missing a Javadoc comment. 132
Error Parameter status should be final. 132
Error Parameter compareButton should be final. 132
Error Parameter buttonSwapPanel should be final. 132
Error Parameter cancelButton should be final. 132
Error Parameter uploadButton should be final. 132
Error '20' is a magic number. 134
Error '20' is a magic number. 134
Error '20' is a magic number. 134
Error '3' is a magic number. 137
Error '3' is a magic number. 137
Error '3' is a magic number. 137
Error '3' is a magic number. 137
Error Inner assignments should be avoided. 138
Error '4' is a magic number. 139
Error Line is longer than 80 characters. 145
Error Line has trailing spaces. 148
Error Line is longer than 80 characters. 149
Error Line is longer than 80 characters. 153
Error Line has trailing spaces. 154

org/ninjasoft/igallery/swingui/package.html

ErrorLine
Error Missing package documentation file.0