Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 13 Number of classfiles: 16

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.rdb.mysql/src/org/eclipse/wst/rdb/internal/mysql/catalog/MySqlCatalogTable.java
1. WARNING: LocalVariableIsNeverUsed

The local variable factory is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.rdb.mysql/src/org/eclipse/wst/rdb/internal/mysql/catalog/MySqlCatalogTable.java :

136 : final DataModelElementFactory factory = databaseDefinition.getDataModelElementFactory();

2. WARNING: LocalVariableIsNeverUsed

The local variable list is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.rdb.mysql/src/org/eclipse/wst/rdb/internal/mysql/catalog/MySqlCatalogTable.java :

138 : Object[] list = columnList.toArray();

3. WARNING: UnusedPrivateMethod

The method getRefrencedUniqueConstraint(String, String, String) from the type MySqlCatalogTable is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.rdb.mysql/src/org/eclipse/wst/rdb/internal/mysql/catalog/MySqlCatalogTable.java :

539 : private UniqueConstraint getRefrencedUniqueConstraint(String pkSchema, String pkTable, String pkName) {