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 )
The local variable oneToOne is never read
EclipseLinkOrmManyToOneMappingTests.java :
172 : EclipseLinkOrmOneToOneMapping<?> oneToOne = (EclipseLinkOrmOneToOneMapping<?>) departmentPersistentType.getAttributeNamed("employee").getMapping();
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);
The local variable propertyListAdapter is never read
SchemaGenerationBasicAdapterTests.java :
85 : ListValueModel<PersistenceUnit.Property> propertyListAdapter = new ItemPropertyListValueModelAdapter<PersistenceUnit.Property>(propertiesAdapter, PersistenceUnit.Property.VALUE_PROPERTY);