Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 25 Number of classfiles: 27

Problems: 2 (Errors: 0 Warnings: 2 )

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

The local variable score is never read

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

237 : int score = -1;

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

The local variable df is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.wst.rdb.data.core/src/org/eclipse/wst/rdb/data/internal/core/common/data/DataDeserializer.java :

35 : DateFormat df = DateFormat.getInstance();