Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 76 Number of classfiles: 90

Problems: 14 (Errors: 0 Warnings: 14 )

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/GlobalConfiguration.java
1. WARNING: LocalVariableIsNeverUsed

The local variable enabledValidators is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/GlobalConfiguration.java :

141 : ValidatorMetaData[] enabledValidators = null;

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ProjectConfiguration.java
1. WARNING: LocalVariableIsNeverUsed

The local variable enabledVal is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ProjectConfiguration.java :

382 : ValidatorMetaData[] enabledVal = null;

2. WARNING: LocalVariableIsNeverUsed

The local variable override is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ProjectConfiguration.java :

405 : boolean override = doesProjectOverride();

3. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ProjectConfiguration.java :

627 : IProject project = (IProject) getResource();

4. WARNING: LocalVariableIsNeverUsed

The local variable projectName is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ProjectConfiguration.java :

648 : String projectName = project.getName();

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ValidationRegistryReader.java
1. WARNING: LocalVariableIsNeverUsed

The local variable projVmds is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/ValidationRegistryReader.java :

886 : Set projVmds = null;

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidationBuilder.java
1. WARNING: LocalVariableIsNeverUsed

The local variable doAutoBuild is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidationBuilder.java :

168 : boolean doAutoBuild = ((delta != null) && (kind == AUTO_BUILD));

2. WARNING: LocalVariableIsNeverUsed

The local variable doIncrementalBuild is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidationBuilder.java :

169 : boolean doIncrementalBuild = ((delta != null) && (kind == INCREMENTAL_BUILD));

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidationOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable nullReporter is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidationOperation.java :

849 : WorkbenchReporter nullReporter = new WorkbenchReporter(getProject(), new NullProgressMonitor());

2. WARNING: UnusedPrivateMethod

The method wrapInRunnable(WorkbenchReporter, IValidator, ValidatorMetaData, IWorkbenchContext, IFileDelta[], Iterator) from the type ValidationOperation is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidationOperation.java :

1516 : private Runnable wrapInRunnable(final WorkbenchReporter reporter, final IValidator validator, final ValidatorMetaData vmd, final IWorkbenchContext helper, final IFileDelta[] delta, final Iterator iterator) {

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidatorJob.java
1. WARNING: UnusedPrivateField

The field ValidatorJob.validatorUniqueName is never read locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidatorJob.java :

28 : private String validatorUniqueName;

2. WARNING: NonStaticAccessToStaticField

The static field ValidationPlugin.PLUGIN_ID should be accessed in a static way

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidatorJob.java :

125 : ValidationPlugin.getPlugin().PLUGIN_ID, 0, "", exc );

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidatorManager.java
1. WARNING: UnusedPrivateMethod

The method getValidationTasksWithoutLimitMessage(IProject) from the type ValidatorManager is never used locally

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/ValidatorManager.java :

1030 : private IMarker[] getValidationTasksWithoutLimitMessage(IProject project) {

Source File: /shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/WorkbenchReporter.java
1. WARNING: LocalVariableIsNeverUsed

The local variable mgr is never read

shared/webtools/projects/patches-R1.5.5-P/workdir/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/operations/WorkbenchReporter.java :

567 : ValidatorManager mgr = ValidatorManager.getManager();