Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
380160

Files

FilesIWE
nl/tudelft/simulation/introspection/gui/CollectionTableModel.java 020
nl/tudelft/simulation/introspection/gui/ExpandButton.java 010
nl/tudelft/simulation/introspection/gui/IntroSpectionDialog.java 020
nl/tudelft/simulation/introspection/mapping/MyColorEditor.java 030
nl/tudelft/simulation/introspection/mapping/MyFontChooserDialog.java 020
nl/tudelft/simulation/introspection/mapping/MyFontEditor.java 010
nl/tudelft/simulation/introspection/sortable/SortingTableHeader.java 050

nl/tudelft/simulation/introspection/gui/CollectionTableModel.java

ErrorLine
Warning Parameter key should be final. 274
Warning Parameter name should be final. 274

nl/tudelft/simulation/introspection/gui/ExpandButton.java

ErrorLine
Warning Parameter e should be final. 75

nl/tudelft/simulation/introspection/gui/IntroSpectionDialog.java

ErrorLine
Warning Parameter e should be final. 255
Warning Parameter e should be final. 263

nl/tudelft/simulation/introspection/mapping/MyColorEditor.java

ErrorLine
Warning Parameter chooser should be final. 53
Warning Parameter event should be final. 61
Warning Parameter e should be final. 80

nl/tudelft/simulation/introspection/mapping/MyFontChooserDialog.java

ErrorLine
Warning Redundant 'public' modifier. 71
Warning Redundant 'public' modifier. 76

nl/tudelft/simulation/introspection/mapping/MyFontEditor.java

ErrorLine
Warning Parameter chooser should be final. 79

nl/tudelft/simulation/introspection/sortable/SortingTableHeader.java

ErrorLine
Warning Parameter e should be final. 67
Warning 'if' construct must use '{}'s. 78
Warning 'if' construct must use '{}'s. 86
Warning 'if' construct must use '{}'s. 92
Warning 'else' construct must use '{}'s. 94