Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 33 Number of classfiles: 38

Problems: 6 (Errors: 0 Warnings: 6 )

Source File: org/eclipse/jpt/eclipselink/core/internal/context/PersistenceUnitPropertyListListener.java
1. WARNING: UnusedPrivateMethod

The method getSource(ListChangeEvent) from the type PersistenceUnitPropertyListListener is never used locally

PersistenceUnitPropertyListListener.java :

115 : private ListValueModel<Property> getSource(ListChangeEvent event) {

Source File: org/eclipse/jpt/eclipselink/core/internal/ddlgen/EclipseLinkDDLGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidatorJob is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.wst.validation/@dot

EclipseLinkDDLGenerator.java :

49 : import org.eclipse.wst.validation.internal.operations.ValidatorJob;

2. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) from the type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.wst.validation/@dot

EclipseLinkDDLGenerator.java :

192 : helper.setProject(project);

3. WARNING: DiscouragedReference

Discouraged access: The type ValidatorJob is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.wst.validation/@dot

EclipseLinkDDLGenerator.java :

194 : ValidatorJob validatorJob = new ValidatorJob(validator, "JPA Validator", "", project, helper);

4. WARNING: DiscouragedReference

Discouraged access: The constructor ValidatorJob(IValidatorJob, String, String, IProject, IWorkbenchContext) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.wst.validation/@dot

EclipseLinkDDLGenerator.java :

194 : ValidatorJob validatorJob = new ValidatorJob(validator, "JPA Validator", "", project, helper);

5. WARNING: DiscouragedReference

Discouraged access: The type ValidatorJob is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/workdir/plugins/org.eclipse.wst.validation/@dot

EclipseLinkDDLGenerator.java :

194 : ValidatorJob validatorJob = new ValidatorJob(validator, "JPA Validator", "", project, helper);