Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3400888

Files

FilesIWE
org/astrogrid/ui/EscEnterListener.java 0068
org/astrogrid/ui/ExtensionFileFilter.java 0082
org/astrogrid/ui/FlexiGridLayout.java 0053
org/astrogrid/ui/GridBagHelper.java 0016
org/astrogrid/ui/GridLayout2.java 0052
org/astrogrid/ui/IconButtonHelper.java 0060
org/astrogrid/ui/IconFactory.java 0055
org/astrogrid/ui/ImageFactory.java 0052
org/astrogrid/ui/JHistoryComboBox.java 0040
org/astrogrid/ui/JPasteButton.java 0036
org/astrogrid/ui/JSetFileButton.java 0065
org/astrogrid/ui/Splash.java 0088
org/astrogrid/ui/TreeModelSupport.java 0066
org/astrogrid/ui/package.html 001
org/astrogrid/ui/votable/JVot.java 0045
org/astrogrid/ui/votable/JVotBox.java 0036
org/astrogrid/ui/votable/JVotController.java 0072
org/astrogrid/ui/votable/package.html 001

org/astrogrid/ui/EscEnterListener.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.awt.event.*. 11
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 43
Error '{' should be on the previous line. 44
Error Missing a Javadoc comment. 45
Error Variable 'defaultBtn' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Variable 'cancelBtn' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Variable 'window' must be private and have accessor methods. 47
Error First sentence should end with a period. 49
Error Line is longer than 80 characters. 49
Error Parameter aWindow should be final. 52
Error Expected @param tag for 'aWindow'. 52
Error Parameter aDefault should be final. 52
Error Expected @param tag for 'aDefault'. 52
Error Parameter aCancel should be final. 52
Error Expected @param tag for 'aCancel'. 52
Error '{' should be on the previous line. 53
Error First sentence should end with a period. 57
Error Line is longer than 80 characters. 62
Error Parameter aWindow should be final. 62
Error Expected @param tag for 'aWindow'. 62
Error Parameter aDefault should be final. 62
Error Expected @param tag for 'aDefault'. 62
Error Parameter aCancel should be final. 62
Error Expected @param tag for 'aCancel'. 62
Error Parameter disposeOnCancel should be final. 62
Error Expected @param tag for 'disposeOnCancel'. 62
Error Parameter e should be final. 74
Error '{' should be on the previous line. 75
Error '{' should be on the previous line. 77
Error '}' should be on the same line. 80
Error '{' should be on the previous line. 82
Error '{' should be on the previous line. 90
Error Parameter e should be final. 95
Error '{' should be on the previous line. 96
Error First sentence should end with a period. 104
Error Method 'setCancelBtn' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter b should be final. 106
Error Expected @param tag for 'b'. 106
Error '{' should be on the previous line. 107
Error Method 'setDefaultBtn' is not designed for extension - needs to be abstract, final or empty. 114
Error Parameter b should be final. 114
Error Expected @param tag for 'b'. 114
Error '{' should be on the previous line. 115
Error 'if' construct must use '{}'s. 117
Error Method 'registerWith' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter comp should be final. 127
Error Expected @param tag for 'comp'. 127
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 135
Error '=' is not preceded with whitespace. 137
Error '=' is not followed by whitespace. 137
Error ';' is not followed by whitespace. 137
Error '<' is not preceded with whitespace. 137
Error '<' is not followed by whitespace. 137
Error ';' is not followed by whitespace. 137
Error '{' should be on the previous line. 138
Error Method 'keyPressed' is not designed for extension - needs to be abstract, final or empty. 146
Error Parameter ke should be final. 146
Error Expected @param tag for 'ke'. 146
Error '{' should be on the previous line. 147
Error Line is longer than 80 characters. 148
Error Line is longer than 80 characters. 152
Error '{' should be on the previous line. 157

org/astrogrid/ui/ExtensionFileFilter.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - javax.swing.filechooser.*. 38
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error Name 'TYPE_UNKNOWN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Missing a Javadoc comment. 62
Error Name 'HIDDEN_FILE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 68
Error Parameter filters should be final. 87
Error 'filters' hides a field. 87
Error Line is longer than 80 characters. 92
Error Parameter filters should be final. 98
Error 'filters' hides a field. 98
Error Parameter description should be final. 98
Error 'description' hides a field. 98
Error 'if' construct must use '{}'s. 104
Error 'if' is not followed by whitespace. 104
Error '!=' is not preceded with whitespace. 104
Error '!=' is not followed by whitespace. 104
Error Parameter extension should be final. 112
Error ',' is not followed by whitespace. 113
Error Parameter extension should be final. 124
Error Parameter description should be final. 124
Error 'description' hides a field. 124
Error 'if' construct must use '{}'s. 126
Error 'if' is not followed by whitespace. 126
Error '!=' is not preceded with whitespace. 126
Error '!=' is not followed by whitespace. 126
Error 'if' construct must use '{}'s. 127
Error 'if' is not followed by whitespace. 127
Error '!=' is not preceded with whitespace. 127
Error '!=' is not followed by whitespace. 127
Error Expected an @return tag. 138
Error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter f should be final. 138
Error Expected @param tag for 'f'. 138
Error 'if' is not followed by whitespace. 139
Error 'if' is not followed by whitespace. 140
Error 'if' is not followed by whitespace. 144
Error Empty statement. 146
Error Method 'addExtension' is not designed for extension - needs to be abstract, final or empty. 162
Error Parameter extension should be final. 162
Error Expected @param tag for 'extension'. 162
Error 'if' is not followed by whitespace. 163
Error '5' is a magic number. 164
Error Expected an @return tag. 178
Error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 178
Error 'if' is not followed by whitespace. 179
Error 'if' is not followed by whitespace. 180
Error '==' is not preceded with whitespace. 181
Error '==' is not followed by whitespace. 181
Error Avoid inline conditionals. 181
Error 'if' is not followed by whitespace. 184
Error Expected an @return tag. 203
Error Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. 203
Error Parameter f should be final. 203
Error Expected @param tag for 'f'. 203
Error 'if' is not followed by whitespace. 204
Error 'if' is not followed by whitespace. 207
Error '>' is not preceded with whitespace. 207
Error '>' is not followed by whitespace. 207
Error '<' is not preceded with whitespace. 207
Error '<' is not followed by whitespace. 207
Error '-' is not preceded with whitespace. 207
Error '-' is not followed by whitespace. 207
Error '+' is not preceded with whitespace. 208
Error '+' is not followed by whitespace. 208
Error Empty statement. 209
Error Expected an @return tag. 224
Error Method 'isExtensionListInDescription' is not designed for extension - needs to be abstract, final or empty. 224
Error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 235
Error Parameter description should be final. 235
Error 'description' hides a field. 235
Error Expected @param tag for 'description'. 235
Error Method 'setExtensionListInDescription' is not designed for extension - needs to be abstract, final or empty. 250
Error Parameter b should be final. 250
Error Expected @param tag for 'b'. 250

org/astrogrid/ui/FlexiGridLayout.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.awt.*. 13
Error Missing a Javadoc comment. 15
Error '{' should be on the previous line. 16
Error Missing a Javadoc comment. 17
Error Variable 'numCols' must be private and have accessor methods. 17
Error Missing a Javadoc comment. 19
Error Variable 'addCol' must be private and have accessor methods. 19
Error Missing a Javadoc comment. 22
Error Variable 'vGap' must be private and have accessor methods. 22
Error Missing a Javadoc comment. 23
Error Variable 'hGap' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 25
Error Parameter cols should be final. 25
Error '{' should be on the previous line. 26
Error First sentence should end with a period. 31
Error Method 'addLayoutComponent' is not designed for extension - needs to be abstract, final or empty. 34
Error Parameter aComponent should be final. 34
Error Expected @param tag for 'aComponent'. 34
Error Parameter unusedConstraint should be final. 34
Error Expected @param tag for 'unusedConstraint'. 34
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error ',' is not followed by whitespace. 40
Error '-' is not preceded with whitespace. 42
Error '-' is not followed by whitespace. 42
Error '{' should be on the previous line. 43
Error '}' should be on the same line. 46
Error '{' should be on the previous line. 48
Error '++' is preceded with whitespace. 49
Error Method 'setColWidth' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter col should be final. 54
Error Parameter newWidth should be final. 54
Error '{' should be on the previous line. 55
Error 'if' construct must use '{}'s. 56
Error Method 'setHGap' is not designed for extension - needs to be abstract, final or empty. 66
Error Parameter gap should be final. 66
Error Expected @param tag for 'gap'. 66
Error '{' should be on the previous line. 67
Error Method 'setVGap' is not designed for extension - needs to be abstract, final or empty. 75
Error Parameter gap should be final. 75
Error Expected @param tag for 'gap'. 75
Error '{' should be on the previous line. 76
Error Missing a Javadoc comment. 80
Error Parameter args should be final. 80
Error '{' should be on the previous line. 81
Error '4' is a magic number. 84
Error '300' is a magic number. 97
Error ',' is not followed by whitespace. 97
Error '300' is a magic number. 97
Error ',' is not followed by whitespace. 98
Error '100' is a magic number. 98

org/astrogrid/ui/GridBagHelper.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 10
Error Utility classes should not have a public or default constructor. 18
Error '{' should be on the previous line. 19
Error First sentence should end with a period. 20
Error Parameter constraints should be final. 24
Error Expected @param tag for 'constraints'. 24
Error '{' should be on the previous line. 25
Error First sentence should end with a period. 34
Error Parameter constraints should be final. 38
Error Expected @param tag for 'constraints'. 38
Error '{' should be on the previous line. 39
Error Parameter constraints should be final. 54
Error Expected @param tag for 'constraints'. 54
Error '{' should be on the previous line. 55
Error '3' is a magic number. 60

org/astrogrid/ui/GridLayout2.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.awt.*. 3
Error Missing a Javadoc comment. 6
Error '{' should be on the previous line. 7
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 12
Error Parameter rows should be final. 12
Error Parameter cols should be final. 12
Error Missing a Javadoc comment. 16
Error Parameter rows should be final. 16
Error Parameter cols should be final. 16
Error Parameter hgap should be final. 16
Error Parameter vgap should be final. 16
Error Method 'preferredLayoutSize' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error Parameter parent should be final. 20
Error '}' should be on the same line. 29
Error '++' is preceded with whitespace. 35
Error '++' is preceded with whitespace. 48
Error '++' is preceded with whitespace. 52
Error Line is longer than 80 characters. 55
Error '-' is not preceded with whitespace. 55
Error '-' is not followed by whitespace. 55
Error '*' is not preceded with whitespace. 55
Error '*' is not followed by whitespace. 55
Error '-' is not preceded with whitespace. 56
Error '-' is not followed by whitespace. 56
Error '*' is not preceded with whitespace. 56
Error '*' is not followed by whitespace. 56
Error Method 'minimumLayoutSize' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter parent should be final. 60
Error '}' should be on the same line. 69
Error '++' is preceded with whitespace. 75
Error '++' is preceded with whitespace. 88
Error '++' is preceded with whitespace. 92
Error Line is longer than 80 characters. 95
Error '-' is not preceded with whitespace. 95
Error '-' is not followed by whitespace. 95
Error '*' is not preceded with whitespace. 95
Error '*' is not followed by whitespace. 95
Error '-' is not preceded with whitespace. 96
Error '-' is not followed by whitespace. 96
Error '*' is not preceded with whitespace. 96
Error '*' is not followed by whitespace. 96
Error Method 'layoutContainer' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter parent should be final. 100
Error '}' should be on the same line. 112
Error '++' is preceded with whitespace. 125
Error '++' is preceded with whitespace. 139
Error '++' is preceded with whitespace. 140

org/astrogrid/ui/IconButtonHelper.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant import from the same package - org.astrogrid.ui.IconFactory. 20
Error Missing a Javadoc comment. 22
Error Utility classes should not have a public or default constructor. 22
Error '{' should be on the previous line. 23
Error First sentence should end with a period. 24
Error Line is longer than 80 characters. 24
Error Expected an @return tag. 25
Error Parameter title should be final. 25
Error Expected @param tag for 'title'. 25
Error '{' should be on the previous line. 26
Error First sentence should end with a period. 30
Error Line is longer than 80 characters. 30
Error Expected an @return tag. 31
Error Line is longer than 80 characters. 31
Error Parameter title should be final. 31
Error Expected @param tag for 'title'. 31
Error Parameter iconname should be final. 31
Error Expected @param tag for 'iconname'. 31
Error Parameter tooltip should be final. 31
Error Expected @param tag for 'tooltip'. 31
Error '{' should be on the previous line. 36
Error '}' should be on the same line. 38
Error '{' should be on the previous line. 40
Error ',' is not followed by whitespace. 42
Error ',' is not followed by whitespace. 42
Error ',' is not followed by whitespace. 42
Error '+' is not preceded with whitespace. 44
Error '+' is not followed by whitespace. 44
Error '+' is not preceded with whitespace. 44
Error '+' is not followed by whitespace. 44
Error Line has trailing spaces. 46
Error First sentence should end with a period. 51
Error Parameter buttons should be final. 54
Error Expected @param tag for 'buttons'. 54
Error '{' should be on the previous line. 55
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error ';' is not followed by whitespace. 59
Error '<' is not preceded with whitespace. 59
Error '<' is not followed by whitespace. 59
Error ';' is not followed by whitespace. 59
Error '{' should be on the previous line. 60
Error 'if' construct must use '{}'s. 65
Error '<' is not preceded with whitespace. 65
Error '<' is not followed by whitespace. 65
Error '=' is not preceded with whitespace. 69
Error '=' is not followed by whitespace. 69
Error ';' is not followed by whitespace. 69
Error '<' is not preceded with whitespace. 69
Error '<' is not followed by whitespace. 69
Error ';' is not followed by whitespace. 69
Error '{' should be on the previous line. 70
Error '+' is not preceded with whitespace. 72
Error '+' is not followed by whitespace. 72
Error '+' is not preceded with whitespace. 72
Error '+' is not followed by whitespace. 72
Error '+' is not preceded with whitespace. 74
Error '+' is not followed by whitespace. 74
Error Line has trailing spaces. 78

org/astrogrid/ui/IconFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Unused import - java.awt.Toolkit. 14
Error Unused import - java.io.IOException. 15
Error Unused import - java.io.InputStream. 16
Error Unused import - java.net.URL. 17
Error Unused import - javax.imageio.ImageIO. 19
Error Unused import - org.apache.commons.logging.LogFactory. 22
Error First sentence should end with a period. 24
Error '{' should be on the previous line. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 40
Error '{' is followed by whitespace. 40
Error '16' is a magic number. 40
Error '32' is a magic number. 40
Error '64' is a magic number. 40
Error Line is longer than 80 characters. 43
Error Missing a Javadoc comment. 43
Error Name 'cache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 43
Error '{' is followed by whitespace. 43
Error Expected an @return tag. 48
Error Parameter iconName should be final. 48
Error Expected @param tag for 'iconName'. 48
Error '{' should be on the previous line. 49
Error Expected an @return tag. 57
Error Parameter iconName should be final. 57
Error Expected @param tag for 'iconName'. 57
Error '{' should be on the previous line. 58
Error First sentence should end with a period. 62
Error Line is longer than 80 characters. 65
Error Expected an @return tag. 67
Error Parameter iconName should be final. 67
Error Expected @param tag for 'iconName'. 67
Error Parameter size should be final. 67
Error Expected @param tag for 'size'. 67
Error '{' should be on the previous line. 68
Error Line is longer than 80 characters. 69
Error Line has trailing spaces. 70
Error 'if' construct must use '{}'s. 73
Error '+' is not preceded with whitespace. 77
Error '+' is not followed by whitespace. 77
Error '<=' is not preceded with whitespace. 78
Error '<=' is not followed by whitespace. 78
Error '{' should be on the previous line. 79
Error Line is longer than 80 characters. 93
Error ',' is not followed by whitespace. 93
Error First sentence should end with a period. 101
Error Expected an @return tag. 104
Error Parameter filename should be final. 104
Error Expected @param tag for 'filename'. 104
Error '{' should be on the previous line. 105
Error '+' is not preceded with whitespace. 106
Error '+' is not followed by whitespace. 106

org/astrogrid/ui/ImageFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error First sentence should end with a period. 22
Error Utility classes should not have a public or default constructor. 31
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 34
Error Name 'imageCache' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Error Line is longer than 80 characters. 36
Error Expected an @return tag. 39
Error Parameter imageName should be final. 39
Error Expected @param tag for 'imageName'. 39
Error '{' should be on the previous line. 40
Error Line has trailing spaces. 48
Error '+' is not preceded with whitespace. 50
Error '+' is not followed by whitespace. 50
Error Line has trailing spaces. 52
Error First sentence should end with a period. 56
Error Expected an @return tag. 59
Error Parameter filename should be final. 59
Error Expected @param tag for 'filename'. 59
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error '+' is not preceded with whitespace. 62
Error '+' is not followed by whitespace. 62
Error Line is longer than 80 characters. 64
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 72
Error '+' is not preceded with whitespace. 72
Error '+' is not followed by whitespace. 72
Error '}' should be on the same line. 76
Error Must have at least one statement. 77
Error First sentence should end with a period. 84
Error Line is longer than 80 characters. 85
Error Expected an @return tag. 87
Error Parameter givenClass should be final. 87
Error Expected @param tag for 'givenClass'. 87
Error Parameter filename should be final. 87
Error Expected @param tag for 'filename'. 87
Error '{' should be on the previous line. 88
Error '+' is not preceded with whitespace. 89
Error '+' is not followed by whitespace. 89
Error Line is longer than 80 characters. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '}' should be on the same line. 102
Error Must have at least one statement. 103

org/astrogrid/ui/JHistoryComboBox.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error First sentence should end with a period. 17
Error '{' should be on the previous line. 27
Error Missing a Javadoc comment. 28
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 32
Error Parameter e should be final. 36
Error '{' should be on the previous line. 37
Error Method 'setDefaultList' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter list should be final. 44
Error '{' should be on the previous line. 45
Error '=' is not preceded with whitespace. 46
Error '=' is not followed by whitespace. 46
Error '<' is not preceded with whitespace. 46
Error '<' is not followed by whitespace. 46
Error '{' should be on the previous line. 47
Error First sentence should end with a period. 52
Error Method 'updateList' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter item should be final. 54
Error Expected @param tag for 'item'. 54
Error '{' should be on the previous line. 55
Error '=' is not preceded with whitespace. 56
Error '=' is not followed by whitespace. 56
Error ';' is not followed by whitespace. 56
Error '<' is not preceded with whitespace. 56
Error '<' is not followed by whitespace. 56
Error ';' is not followed by whitespace. 56
Error Line has trailing spaces. 64
Error First sentence should end with a period. 65
Error Method 'setItem' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter newEntry should be final. 68
Error Expected @param tag for 'newEntry'. 68
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 73
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 75
Error Line has trailing spaces. 78

org/astrogrid/ui/JPasteButton.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.awt.datatransfer.Clipboard. 9
Error Unused import - javax.swing.JComboBox. 12
Error First sentence should end with a period. 15
Error '{' should be on the previous line. 24
Error Missing a Javadoc comment. 25
Error Variable 'textField' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 26
Error Variable 'comboBox' must be private and have accessor methods. 26
Error Missing a Javadoc comment. 28
Error Parameter defHeight should be final. 28
Error '{' should be on the previous line. 29
Error Line has trailing spaces. 31
Error Line has trailing spaces. 34
Error '==' is not preceded with whitespace. 35
Error '==' is not followed by whitespace. 35
Error '{' should be on the previous line. 36
Error '}' should be on the same line. 38
Error '{' should be on the previous line. 40
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 46
Error Parameter aField should be final. 46
Error '{' should be on the previous line. 47
Error Line has trailing spaces. 49
Error Missing a Javadoc comment. 53
Error Parameter aField should be final. 53
Error '{' should be on the previous line. 54
Error Line has trailing spaces. 56
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter e should be final. 60
Error '{' should be on the previous line. 61
Error '{' should be on the previous line. 63
Error Line has trailing spaces. 67
Error '{' should be on the previous line. 69
Error Line has trailing spaces. 74

org/astrogrid/ui/JSetFileButton.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Unused import - java.awt.BorderLayout. 9
Error Unused import - java.awt.Insets. 10
Error Unused import - javax.swing.BorderFactory. 15
Error Unused import - javax.swing.Icon. 16
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error '{' should be on the previous line. 38
Error '{' should be on the previous line. 44
Error '}' should be on the same line. 46
Error '{' should be on the previous line. 48
Error Missing a Javadoc comment. 60
Error Parameter textField should be final. 60
Error 'textField' hides a field. 60
Error '{' should be on the previous line. 61
Error First sentence should end with a period. 67
Error Method 'setChooser' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter specialChooser should be final. 70
Error Expected @param tag for 'specialChooser'. 70
Error '{' should be on the previous line. 71
Error First sentence should end with a period. 75
Error Expected an @return tag. 78
Error Method 'getChooser' is not designed for extension - needs to be abstract, final or empty. 78
Error '{' should be on the previous line. 79
Error First sentence should end with a period. 83
Error Method 'addChoosableFilter' is not designed for extension - needs to be abstract, final or empty. 86
Error Parameter specialFilter should be final. 86
Error Expected @param tag for 'specialFilter'. 86
Error '{' should be on the previous line. 87
Error First sentence should end with a period. 91
Error Method 'setFilter' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter specialFilter should be final. 94
Error Expected @param tag for 'specialFilter'. 94
Error '{' should be on the previous line. 95
Error First sentence should end with a period. 100
Error Method 'setTextField' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter givenField should be final. 103
Error Expected @param tag for 'givenField'. 103
Error '{' should be on the previous line. 104
Error '{' should be on the previous line. 108
Error First sentence should end with a period. 117
Error Method 'setComboBox' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter givenCombo should be final. 120
Error Expected @param tag for 'givenCombo'. 120
Error '{' should be on the previous line. 121
Error '{' should be on the previous line. 125
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 139
Error Parameter e should be final. 139
Error Expected @param tag for 'e'. 139
Error '{' should be on the previous line. 140
Error '{' should be on the previous line. 144
Error First sentence should end with a period. 150
Error Method 'fileChosen' is not designed for extension - needs to be abstract, final or empty. 153
Error Parameter givenFile should be final. 153
Error Expected @param tag for 'givenFile'. 153
Error '{' should be on the previous line. 154
Error '{' should be on the previous line. 156
Error '{' should be on the previous line. 161
Error First sentence should end with a period. 166
Error Expected an @return tag. 169
Error Method 'getChosenFile' is not designed for extension - needs to be abstract, final or empty. 169
Error '{' should be on the previous line. 170

org/astrogrid/ui/Splash.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.awt.*. 11
Error Using the '.*' form of import should be avoided - javax.swing.*. 12
Error '{' should be on the previous line. 39
Error First sentence should end with a period. 40
Error Parameter imageName should be final. 44
Error Expected @param tag for 'imageName'. 44
Error '{' should be on the previous line. 45
Error '+' is not preceded with whitespace. 46
Error '+' is not followed by whitespace. 46
Error '+' is not preceded with whitespace. 46
Error '+' is not followed by whitespace. 46
Error First sentence should end with a period. 49
Error Parameter file should be final. 52
Error Expected @param tag for 'file'. 52
Error '{' should be on the previous line. 53
Error First sentence should end with a period. 57
Error Parameter url should be final. 60
Error Expected @param tag for 'url'. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 64
Error Line has trailing spaces. 65
Error First sentence should end with a period. 66
Error Parameter splashImage should be final. 68
Error Expected @param tag for 'splashImage'. 68
Error '{' should be on the previous line. 69
Error First sentence should end with a period. 74
Error '{' is not followed by whitespace. 77
Error '}' is not preceded with whitespace. 77
Error First sentence should end with a period. 79
Error Parameter title should be final. 80
Error Expected @param tag for 'title'. 80
Error Parameter subtitle should be final. 80
Error Expected @param tag for 'subtitle'. 80
Error Parameter version should be final. 80
Error Expected @param tag for 'version'. 80
Error Parameter bg should be final. 81
Error Expected @param tag for 'bg'. 81
Error Parameter fg should be final. 81
Error Expected @param tag for 'fg'. 81
Error Parameter coyLogo should be final. 82
Error Expected @param tag for 'coyLogo'. 82
Error Parameter coyName should be final. 82
Error Expected @param tag for 'coyName'. 82
Error '{' should be on the previous line. 83
Error Method 'makeSplash' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter title should be final. 88
Error Parameter subtitle should be final. 88
Error Parameter version should be final. 88
Error Parameter bg should be final. 89
Error Parameter fg should be final. 89
Error Parameter coyLogo should be final. 90
Error Parameter coyName should be final. 90
Error '{' should be on the previous line. 91
Error '10' is a magic number. 98
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 107
Error '24F' is a magic number. 107
Error '{' should be on the previous line. 111
Error '16F' is a magic number. 113
Error Line has trailing spaces. 118
Error Line has trailing spaces. 130
Error '12F' is a magic number. 133
Error 'if' construct must use '{}'s. 135
Error 'if' construct must use '{}'s. 137
Error '12F' is a magic number. 141
Error Line has trailing spaces. 143
Error Line has trailing spaces. 148
Error Line has trailing spaces. 151
Error First sentence should end with a period. 152
Error Method 'showCenter' is not designed for extension - needs to be abstract, final or empty. 153
Error '{' should be on the previous line. 154
Error '/' is not preceded with whitespace. 159
Error '/' is not followed by whitespace. 159
Error '/' is not preceded with whitespace. 159
Error '/' is not followed by whitespace. 159
Error '/' is not preceded with whitespace. 160
Error '/' is not followed by whitespace. 160
Error '/' is not preceded with whitespace. 160
Error '/' is not followed by whitespace. 160
Error Line has trailing spaces. 164
Error First sentence should end with a period. 165
Error Parameter args should be final. 168
Error Expected @param tag for 'args'. 168
Error '{' should be on the previous line. 169
Error ',' is not followed by whitespace. 170
Error Line has trailing spaces. 174

org/astrogrid/ui/TreeModelSupport.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 12
Error Method 'addTreeModelListener' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter listener should be final. 14
Error ')' is preceded with whitespace. 14
Error '(' is followed by whitespace. 15
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error ')' is preceded with whitespace. 15
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Method 'removeTreeModelListener' is not designed for extension - needs to be abstract, final or empty. 20
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter listener should be final. 20
Error ')' is preceded with whitespace. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Method 'fireTreeNodesChanged' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error '(' is followed by whitespace. 26
Error Parameter e should be final. 26
Error ')' is preceded with whitespace. 26
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Line is longer than 80 characters. 29
Error 'cast' is not followed by whitespace. 29
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Method 'fireTreeNodesInserted' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error '(' is followed by whitespace. 34
Error Parameter e should be final. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line is longer than 80 characters. 37
Error 'cast' is not followed by whitespace. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Method 'fireTreeNodesRemoved' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error Parameter e should be final. 42
Error ')' is preceded with whitespace. 42
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line is longer than 80 characters. 45
Error 'cast' is not followed by whitespace. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Method 'fireTreeStructureChanged' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error Parameter e should be final. 50
Error ')' is preceded with whitespace. 50
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line is longer than 80 characters. 53
Error 'cast' is not followed by whitespace. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54

org/astrogrid/ui/package.html

ErrorLine
Error Missing package documentation file.0

org/astrogrid/ui/votable/JVot.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 6
Error First sentence should end with a period. 17
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error '{' should be on the previous line. 29
Error Method 'setVotModel' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter givenVot should be final. 32
Error '{' should be on the previous line. 33
Error 'for' is not followed by whitespace. 38
Error '=' is not preceded with whitespace. 38
Error '=' is not followed by whitespace. 38
Error '<' is not preceded with whitespace. 38
Error '<' is not followed by whitespace. 38
Error '{' should be on the previous line. 39
Error 'cast' is not followed by whitespace. 40
Error '{' should be on the previous line. 44
Error '+' is not preceded with whitespace. 45
Error '+' is not followed by whitespace. 45
Error '+' is not preceded with whitespace. 45
Error '+' is not followed by whitespace. 45
Error Line has trailing spaces. 47
Error '+' is not preceded with whitespace. 48
Error '+' is not followed by whitespace. 48
Error '=' is not preceded with whitespace. 53
Error '=' is not followed by whitespace. 53
Error '<' is not preceded with whitespace. 53
Error '<' is not followed by whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 56
Error '=' is not preceded with whitespace. 58
Error '=' is not followed by whitespace. 58
Error '<' is not preceded with whitespace. 58
Error '<' is not followed by whitespace. 58
Error '{' should be on the previous line. 59
Error Method 'getVotModel' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error '{' should be on the previous line. 69
Error First sentence should end with a period. 73
Error Expected an @return tag. 77
Error Method 'newVotScrollPanel' is not designed for extension - needs to be abstract, final or empty. 77
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 82

org/astrogrid/ui/votable/JVotBox.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.awt.*. 13
Error Using the '.*' form of import should be avoided - java.awt.event.*. 14
Error Using the '.*' form of import should be avoided - javax.swing.*. 15
Error Missing a Javadoc comment. 20
Error '{' should be on the previous line. 21
Error Missing a Javadoc comment. 22
Error Variable 'votView' must be private and have accessor methods. 22
Error Missing a Javadoc comment. 23
Error Variable 'votController' must be private and have accessor methods. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 25
Error Parameter owner should be final. 29
Error Expected @param tag for 'owner'. 29
Error '{' should be on the previous line. 30
Error Line has trailing spaces. 39
Error Line has trailing spaces. 40
Error Parameter e should be final. 49
Error '{' should be on the previous line. 50
Error '{' should be on the previous line. 62
Error '{' should be on the previous line. 72
Error First sentence should end with a period. 85
Error Expected an @return tag. 88
Error Method 'getVotTable' is not designed for extension - needs to be abstract, final or empty. 88
Error '{' should be on the previous line. 89
Error First sentence should end with a period. 93
Error Expected an @return tag. 96
Error Method 'getVotController' is not designed for extension - needs to be abstract, final or empty. 96
Error '{' should be on the previous line. 97
Error Method 'show' is not designed for extension - needs to be abstract, final or empty. 103
Error '{' should be on the previous line. 104
Error First sentence should end with a period. 119
Error Parameter args should be final. 122
Error Expected @param tag for 'args'. 122
Error '{' should be on the previous line. 123

org/astrogrid/ui/votable/JVotController.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Using the '.*' form of import should be avoided - java.io.*. 12
Error First sentence should end with a period. 24
Error '{' should be on the previous line. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 38
Error Name 'votFileFilter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Error ',' is not followed by whitespace. 38
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error Name 'xmlFileFilter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Error ',' is not followed by whitespace. 39
Error Missing a Javadoc comment. 41
Error Variable 'log' must be private and have accessor methods. 41
Error Line has trailing spaces. 42
Error Missing a Javadoc comment. 43
Error Parameter view should be final. 43
Error '{' should be on the previous line. 44
Error Line has trailing spaces. 46
Error Method 'loadVot' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter in should be final. 52
Error '{' should be on the previous line. 53
Error '{' should be on the previous line. 59
Error Line has trailing spaces. 62
Error '==' is not preceded with whitespace. 66
Error '==' is not followed by whitespace. 66
Error '{' should be on the previous line. 67
Error Missing a Javadoc comment. 80
Error Parameter errors should be final. 80
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 83
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error '+' is not preceded with whitespace. 84
Error '+' is not followed by whitespace. 84
Error Method 'saveVot' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter out should be final. 88
Error '{' should be on the previous line. 89
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter e should be final. 106
Error Expected @param tag for 'e'. 106
Error '{' should be on the previous line. 107
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 111
Error '{' should be on the previous line. 113
Error '}' should be on the same line. 115
Error '{' should be on the previous line. 117
Error Line is longer than 80 characters. 118
Error '+' is not preceded with whitespace. 118
Error '+' is not followed by whitespace. 118
Error '+' is not preceded with whitespace. 118
Error '+' is not followed by whitespace. 118
Error ',' is not followed by whitespace. 118
Error '{' should be on the previous line. 124
Error '{' should be on the previous line. 126
Error '{' should be on the previous line. 128
Error '}' should be on the same line. 130
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 133
Error '+' is not preceded with whitespace. 133
Error '+' is not followed by whitespace. 133
Error '+' is not preceded with whitespace. 133
Error '+' is not followed by whitespace. 133
Error '+' is not preceded with whitespace. 133
Error '+' should be on a new line. 133

org/astrogrid/ui/votable/package.html

ErrorLine
Error Missing package documentation file.0