Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
16 47

Files

Files Errors
com/bonevich/eclipse/logging/LoggingPlugin.java 11
com/bonevich/eclipse/logging/LoggingPluginResources.java 1
com/bonevich/eclipse/logging/pathvars/AvalonPathInitializer.java 1
com/bonevich/eclipse/logging/pathvars/CommonsPathInitializer.java 1
com/bonevich/eclipse/logging/pathvars/Log4jPathInitializer.java 1
com/bonevich/eclipse/logging/pathvars/LoggingClasspathVariableInitializer.java 1
com/bonevich/eclipse/logging/popups/AddDebugLoggingAction.java 3
com/bonevich/eclipse/logging/popups/AddErrorLoggingAction.java 3
com/bonevich/eclipse/logging/popups/AddFatalLoggingAction.java 3
com/bonevich/eclipse/logging/popups/AddInfoLoggingAction.java 3
com/bonevich/eclipse/logging/popups/AddLoggingAction.java 4
com/bonevich/eclipse/logging/popups/AddLoggingOperation.java 5
com/bonevich/eclipse/logging/popups/AddTraceLoggingAction.java 3
com/bonevich/eclipse/logging/popups/AddWarnLoggingAction.java 3
com/bonevich/eclipse/logging/prefs/LoggingPreferencePage.java 4

com/bonevich/eclipse/logging/LoggingPlugin.java

Error Line
Method 'getResourceBundle' is not designed for extension - needs to be abstract, final or empty. 120
Method 'initializeDefaultPreferences' is not designed for extension - needs to be abstract, final or empty. 125
Method 'getLoggingImplementationPreference' is not designed for extension - needs to be abstract, final or empty. 138
Method 'getFieldNamePreference' is not designed for extension - needs to be abstract, final or empty. 145
Method 'getAutoSavePreference' is not designed for extension - needs to be abstract, final or empty. 152
Method 'getTraceConditionalsPreference' is not designed for extension - needs to be abstract, final or empty. 159
Method 'getDebugConditionalsPreference' is not designed for extension - needs to be abstract, final or empty. 166
Method 'getInfoConditionalsPreference' is not designed for extension - needs to be abstract, final or empty. 173
Method 'getWarnConditionalsPreference' is not designed for extension - needs to be abstract, final or empty. 180
Method 'getErrorConditionalsPreference' is not designed for extension - needs to be abstract, final or empty. 187
Method 'getFatalConditionalsPreference' is not designed for extension - needs to be abstract, final or empty. 194

com/bonevich/eclipse/logging/LoggingPluginResources.java

Error Line
interfaces should describe a type and hence have methods. 64

com/bonevich/eclipse/logging/pathvars/AvalonPathInitializer.java

Error Line
Method 'getLibraryPath' is not de signed for extension - needs to be abstract, final or empty. 73

com/bonevich/eclipse/logging/pathvars/CommonsPathInitializer.java

Error Line
Method 'getLibraryPath' is not designed for extension - needs to be abstract, final or empty. 73

com/bonevich/eclipse/logging/pathvars/Log4jPathInitializer.java

Error Line
Method 'getLibraryPath' is not designed for extension - needs to be abstract, final or empty. 73

com/bonevich/eclipse/logging/pathvars/LoggingClasspathVariableInitializer.java

Error Line
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 89

com/bonevich/eclipse/logging/popups/AddDebugLoggingAction.java

Error Line
Method 'isConditionalUsed' is not designed for extension - needs to be abstract, final or empty. 70
Method 'getLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 80
Method 'getConditionalLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 90

com/bonevich/eclipse/logging/popups/AddErrorLoggingAction.java

Error Line
Method 'isConditionalUsed' is not designed for extension - needs to be abstract, final or empty. 70
Method 'getLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 81
Method 'getConditionalLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 90

com/bonevich/eclipse/logging/popups/AddFatalLoggingAction.java

Error Line
Method 'isConditionalUsed' is not designed for extension - needs to be abstract, final or empty. 70
Method 'getLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 80
Method 'getConditionalLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 89

com/bonevich/eclipse/logging/popups/AddInfoLoggingAction.java

Error Line
Method 'isConditionalUsed' is not designed for extension - needs to be abstract, final or empty. 70
Method 'getLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 80
Method 'getConditionalLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 90

com/bonevich/eclipse/logging/popups/AddLoggingAction.java

Error Line
Method 'setActiveEditor' is not designed for extension - needs to be abstract, final or empty. 89
Method 'selectionChanged' is not designed for extension - needs to be abstract, final or empty. 100
Method 'run' is not designed for extension - needs to be abstract, final or empty. 120
Empty catch block. 148

com/bonevich/eclipse/logging/popups/AddLoggingOperation.java

Error Line
Name '_logger' must match pattern '^[A-Z ] (_?[A-Z0-9 ] +)*$'. 87
More than 3 parameters. 97
Method 'execute' is not designed for extension - needs to be abstract, final or empty. 113
More than 3 parameters. 210
Empty catch block. 239

com/bonevich/eclipse/logging/popups/AddTraceLoggingAction.java

Error Line
Method 'isConditionalUsed' is not designed for extension - needs to be abstract, final or empty. 70
Method 'getLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 80
Method 'getConditionalLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 90

com/bonevich/eclipse/logging/popups/AddWarnLoggingAction.java

Error Line
Method 'isConditionalUsed' is not designed for extension - needs to be abstract, final or empty. 70
Method 'getLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 80
Method 'getConditionalLoggingStatement' is not designed for extension - needs to be abstract, final or empty. 90

com/bonevich/eclipse/logging/prefs/LoggingPreferencePage.java

Error Line
Method 'init' is not designed for extension - needs to be abstract, final or empty. 111
Method 'createContents' is not designed for extension - needs to be abstract, final or empty. 116
Method 'performDefaults' is not designed for extension - needs to be abstract, final or empty. 260
Method 'performOk' is not designed for extension - needs to be abstract, final or empty. 282