Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 95 Number of classfiles: 287

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/jpt/eclipselink/core/tests/internal/context/orm/EclipseLinkOrmManyToOneMappingTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable oneToOne is never read

EclipseLinkOrmManyToOneMappingTests.java :

172 : EclipseLinkOrmOneToOneMapping<?> oneToOne = (EclipseLinkOrmOneToOneMapping<?>) departmentPersistentType.getAttributeNamed("employee").getMapping();

Source File: org/eclipse/jpt/eclipselink/core/tests/internal/context/persistence/customization/CustomizationAdapterTests.java
1. WARNING: NonStaticAccessToStaticField

The static field Customization.EXCEPTION_HANDLER_PROPERTY should be accessed in a static way

CustomizationAdapterTests.java :

109 : this.customization.addPropertyChangeListener(customization.EXCEPTION_HANDLER_PROPERTY, propertyChangeListener);

Source File: org/eclipse/jpt/eclipselink/core/tests/internal/context/persistence/schema/generation/SchemaGenerationBasicAdapterTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable propertyListAdapter is never read

SchemaGenerationBasicAdapterTests.java :

85 : ListValueModel<PersistenceUnit.Property> propertyListAdapter = new ItemPropertyListValueModelAdapter<PersistenceUnit.Property>(propertiesAdapter, PersistenceUnit.Property.VALUE_PROPERTY);