# 4/27/06 10:50:25 PM EDT # Eclipse Java Compiler 0.653, 3.2.0 milestone-6, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/actions/popup/EditConnectionAction.java (at line 55) String [] names = (String []) nameList.toArray(new String [nameList.size()]); ^^^^^ The local variable names is never read ---------- ---------- 2. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/actions/popup/ShowStatisticsAction.java (at line 143) private String getFullyQualifiedName(Table table) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFullyQualifiedName(Table) from the type ShowStatisticsAction is never used locally ---------- ---------- 3. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ConnectionNodeUtil.java (at line 27) IConnectionNode currentNode; ^^^^^^^^^^^ The local variable currentNode is never read ---------- ---------- 4. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerConfiguration.java (at line 40) private static final ConnectionManager connectionManager = corePlugin.getConnectionManager(); ^^^^^^^^^^^^^^^^^ The field ServerExplorerConfiguration.connectionManager is never read locally ---------- 5. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerConfiguration.java (at line 44) private static final String ERROR_MESSAGE = ResourceLoader.INSTANCE.queryString("DATATOOLS.SERVER.UI.CONNECTION.ERROR.MESSAGE"); ^^^^^^^^^^^^^ The field ServerExplorerConfiguration.ERROR_MESSAGE is never read locally ---------- 6. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerConfiguration.java (at line 200) private class ConnectionNotEstablishedException extends Exception ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServerExplorerConfiguration.ConnectionNotEstablishedException is never used locally ---------- ---------- 7. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerConnectionManagedListener.java (at line 33) private static final IServicesManager manager = IServicesManager.INSTANCE; ^^^^^^^ The field ServerExplorerConnectionManagedListener.manager is never read locally ---------- 8. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerConnectionManagedListener.java (at line 34) private static final ConnectionManager connectionManager = RDBCorePlugin.getDefault().getConnectionManager(); ^^^^^^^^^^^^^^^^^ The field ServerExplorerConnectionManagedListener.connectionManager is never read locally ---------- ---------- 9. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java (at line 50) private final static String SCHEMA_NODE = resourceLoader.queryString("DATATOOLS.SERVER.UI.EXPLORER.SCHEMA"); ^^^^^^^^^^^ The field ServerExplorerInitializer.SCHEMA_NODE is never read locally ---------- 10. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java (at line 51) private static final String DATABASE = resourceLoader.queryString("DATATOOLS.SERVER.UI.EXPLORER.DATABASE"); ^^^^^^^^ The field ServerExplorerInitializer.DATABASE is never read locally ---------- 11. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java (at line 82) private void addNewDatabases(IConnectionNode serverNode, Database database) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addNewDatabases(IConnectionNode, Database) from the type ServerExplorerInitializer is never used locally ---------- 12. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java (at line 90) private void saveNewDatabaseConnection(ConnectionInfo connectionInfo, Database database, IConnectionNode serverNode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method saveNewDatabaseConnection(ConnectionInfo, Database, IConnectionNode) from the type ServerExplorerInitializer is never used locally ---------- 13. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java (at line 203) List databaseList = new ArrayList(configElements.length); ^^^^^^^^^^^^ The local variable databaseList is never read ---------- 14. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/content/ServerExplorerInitializer.java (at line 257) String serverName = configElements[j].getAttribute("serverName"); ^^^^^^^^^^ The local variable serverName is never read ---------- ---------- 15. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/impl/ServerExplorerContentProviderNav.java (at line 312) private boolean isSupported (Object parent, Object child) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSupported(Object, Object) from the type ServerExplorerContentProviderNav is never used locally ---------- 16. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/impl/ServerExplorerContentProviderNav.java (at line 436) IVirtualNode temp = (IVirtualNode) parent1; ^^^^ The local variable temp is never read ---------- ---------- 17. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.java (at line 33) private void organizeChildren (Object oldParent, Object newParent) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method organizeChildren(Object, Object) from the type ServerExplorerHierarchicalLayoutNav is never used locally ---------- ---------- 18. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVNodeContentProviderNav.java (at line 39) private static final String ROUTINE = resourceLoader.queryString("DATATOOLS.SERVER.UI.EXPLORER.ROUTINE"); //$NON-NLS-1$ ^^^^^^^ The field ServerExplorerVNodeContentProviderNav.ROUTINE is never read locally ---------- 19. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVNodeContentProviderNav.java (at line 47) private static final String DATABASE = resourceLoader.queryString("DATATOOLS.SERVER.UI.EXPLORER.DATABASE"); //$NON-NLS-1$ ^^^^^^^^ The field ServerExplorerVNodeContentProviderNav.DATABASE is never read locally ---------- ---------- 20. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.java (at line 33) private void organizeChildren (Object oldParent, Object newParent) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method organizeChildren(Object, Object) from the type ServerExplorerVirtualNodeLayoutNav is never used locally ---------- ---------- 21. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/logging/Logger.java (at line 29) private static final boolean DEBUG; ^^^^^ The field Logger.DEBUG is never read locally ---------- 22. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/logging/Logger.java (at line 45) private static boolean shouldLog(ServerUIDebugOptions option) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method shouldLog(ServerUIDebugOptions) from the type Logger is never used locally ---------- ---------- 23. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/util/resources/ResourceLoader.java (at line 26) private static final ServerUIPlugin plugin = ServerUIPlugin.getDefault(); ^^^^^^ The field ResourceLoader.plugin is never read locally ---------- ---------- 24. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java (at line 132) private IWorkbench iWorkbench; ^^^^^^^^^^ The field NewConnectionWizard.iWorkbench is never read locally ---------- 25. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java (at line 134) private IStructuredSelection iSelection; ^^^^^^^^^^ The field NewConnectionWizard.iSelection is never read locally ---------- 26. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java (at line 355) private boolean getLogging() { ^^^^^^^^^^^^ The method getLogging() from the type NewConnectionWizard is never used locally ---------- 27. WARNING in /shared/webtools/build-wtp-R/workdir/plugins/org.eclipse.wst.rdb.server.ui/src/org/eclipse/wst/rdb/server/internal/ui/wizards/NewConnectionWizard.java (at line 365) private void setLogging(boolean enableLogging) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLogging(boolean) from the type NewConnectionWizard is never used locally ---------- 27 problems (27 warnings)[98 .class files generated]