Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 82 Number of classfiles: 112

Problems: 23 (Errors: 0 Warnings: 23 )

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/actions/popup/SampleContentsAction.java
1. WARNING: LocalVariableIsNeverUsed

The local variable databaseDefinition is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/actions/popup/SampleContentsAction.java :

80 : final DatabaseDefinition databaseDefinition = RDBCorePlugin.getDefault().getDatabaseDefinitionRegistry().getDefinition(database);

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ConnectionNodeUtil.java
1. WARNING: LocalVariableIsNeverUsed

The local variable currentNode is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ConnectionNodeUtil.java :

27 : IConnectionNode currentNode;

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java
1. WARNING: UnusedPrivateField

The field ServerExplorerInitializer.SCHEMA_NODE is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java :

51 : private final static String SCHEMA_NODE = resourceLoader.queryString("DATATOOLS.SERVER.UI.EXPLORER.SCHEMA"); //$NON-NLS-1$

2. WARNING: UnusedPrivateField

The field ServerExplorerInitializer.DATABASE is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java :

52 : private static final String DATABASE = resourceLoader.queryString("DATATOOLS.SERVER.UI.EXPLORER.DATABASE"); //$NON-NLS-1$

3. WARNING: UnusedPrivateMethod

The method addNewDatabases(IConnectionNode, Database) from the type ServerExplorerInitializer is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java :

83 : private void addNewDatabases(IConnectionNode serverNode, Database database)

4. WARNING: UnusedPrivateMethod

The method saveNewDatabaseConnection(ConnectionInfo, Database, IConnectionNode) from the type ServerExplorerInitializer is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java :

91 : private void saveNewDatabaseConnection(ConnectionInfo connectionInfo, Database database, IConnectionNode serverNode)

5. WARNING: LocalVariableIsNeverUsed

The local variable databaseList is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java :

204 : List databaseList = new ArrayList(configElements.length);

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.java
1. WARNING: UnusedPrivateMethod

The method organizeChildren(Object, Object) from the type ServerExplorerHierarchicalLayoutNav is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.java :

33 : private void organizeChildren (Object oldParent, Object newParent)

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.java
1. WARNING: UnusedPrivateMethod

The method organizeChildren(Object, Object) from the type ServerExplorerVirtualNodeLayoutNav is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.java :

33 : private void organizeChildren (Object oldParent, Object newParent)

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java
1. WARNING: UnusedPrivateField

The field ServerExplorerLabelProvider.SPACE is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

43 : private static final String SPACE = " "; //$NON-NLS-1$

2. WARNING: NonStaticAccessToStaticField

The static field ServerExplorerLabelProvider.background should be accessed in a static way

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

70 : if (this.background != null && !this.background.isDisposed())

3. WARNING: NonStaticAccessToStaticField

The static field ServerExplorerLabelProvider.background should be accessed in a static way

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

70 : if (this.background != null && !this.background.isDisposed())

4. WARNING: NonStaticAccessToStaticField

The static field ServerExplorerLabelProvider.background should be accessed in a static way

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

72 : this.background.dispose ();

5. WARNING: NonStaticAccessToStaticField

The static field ServerExplorerLabelProvider.background should be accessed in a static way

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

74 : this.background = null;

6. WARNING: NonStaticAccessToStaticField

The static field ServerExplorerLabelProvider.background should be accessed in a static way

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

123 : return this.background;

7. WARNING: NonStaticAccessToStaticField

The static field ServerExplorerLabelProvider.background should be accessed in a static way

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java :

153 : this.background = integerToColor(RGBToInteger(new RGB(232, 242, 254)));

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/logging/Logger.java
1. WARNING: UnusedPrivateField

The field Logger.DEBUG is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/logging/Logger.java :

29 : private static final boolean DEBUG;

2. WARNING: UnusedPrivateMethod

The method shouldLog(ServerUIDebugOptions) from the type Logger is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/logging/Logger.java :

45 : private static boolean shouldLog(ServerUIDebugOptions option)

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/resources/ResourceLoader.java
1. WARNING: UnusedPrivateField

The field ResourceLoader.plugin is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/resources/ResourceLoader.java :

26 : private static final ServerUIPlugin plugin = ServerUIPlugin.getDefault();

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java
1. WARNING: UnusedPrivateField

The field NewConnectionWizard.iWorkbench is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java :

132 : private IWorkbench iWorkbench;

2. WARNING: UnusedPrivateField

The field NewConnectionWizard.iSelection is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java :

134 : private IStructuredSelection iSelection;

3. WARNING: UnusedPrivateMethod

The method getLogging() from the type NewConnectionWizard is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java :

355 : private boolean getLogging() {

4. WARNING: UnusedPrivateMethod

The method setLogging(boolean) from the type NewConnectionWizard is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java :

365 : private void setLogging(boolean enableLogging) {