Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 102 Number of classfiles: 119

Problems: 12 (Errors: 0 Warnings: 12 )

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

The field ConnectionNode.database is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

32 : private Database database;

2. WARNING: UnusedPrivateField

The field ConnectionNode.userName is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

33 : private String userName;

3. WARNING: UnusedPrivateField

The field ConnectionNode.urlString is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

34 : private String urlString;

4. WARNING: UnusedPrivateField

The field ConnectionNode.databaseVersion is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

35 : private String databaseVersion;

5. WARNING: UnusedPrivateField

The field ConnectionNode.databaseType is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

36 : private String databaseType;

6. WARNING: UnusedPrivateField

The field ConnectionNode.driverClassName is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

37 : private String driverClassName;

7. WARNING: UnusedPrivateField

The field ConnectionNode.loadingPath is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/explorer/providers/content/virtual/ConnectionNode.java :

38 : private String loadingPath;

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference.java
1. WARNING: UnusedPrivateMethod

The method isNullable() from the type LabelDecoratorPreference is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference.java :

350 : private boolean isNullable ()

2. WARNING: UnusedPrivateMethod

The method isFK() from the type LabelDecoratorPreference is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference.java :

355 : private boolean isFK ()

3. WARNING: UnusedPrivateMethod

The method isPK() from the type LabelDecoratorPreference is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference.java :

360 : private boolean isPK ()

4. WARNING: UnusedPrivateMethod

The method isDatatype() from the type LabelDecoratorPreference is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/preferences/LabelDecoratorPreference.java :

365 : private boolean isDatatype ()

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.core.ui/src/org/eclipse/wst/rdb/core/internal/ui/util/CatalogUtil.java
1. WARNING: LocalVariableIsNeverUsed

The local variable connection is never read

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

52 : Connection connection = object instanceof ICatalogObject ? ((ICatalogObject)object).getConnection() : null;