Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 151 Number of classfiles: 565
Problems: 19 (Errors: 0 Warnings: 19 )
The import org.eclipse.jdt.core.IType is never used
ContextModelTestCase.java :
20 : import org.eclipse.jdt.core.IType;
The method createTestEntity() from the type JavaAttributeOverrideTests is never used locally
JavaAttributeOverrideTests.java :
95 : private ICompilationUnit createTestEntity() throws Exception {
The method createPrimaryKeyJoinColumnsAnnotation() from the type JavaEntityTests is never used locally
JavaEntityTests.java :
138 : private void createPrimaryKeyJoinColumnsAnnotation() throws Exception {
The local variable defaultJavaJoinColumn is never read
JavaJoinColumnTests.java :
179 : JavaJoinColumn defaultJavaJoinColumn = oneToOneMapping.getDefaultJoinColumn();
The import org.eclipse.jdt.core.IType is never used
JavaNamedNativeQueryTests.java :
16 : import org.eclipse.jdt.core.IType;
The method createTestSubType() from the type OrmColumnTests is never used locally
OrmColumnTests.java :
77 : private void createTestSubType() throws Exception {
The method createTestEntity() from the type OrmDiscriminatorColumnTests is never used locally
OrmDiscriminatorColumnTests.java :
52 : private ICompilationUnit createTestEntity() throws Exception {
The method createTestSubType() from the type OrmDiscriminatorColumnTests is never used locally
OrmDiscriminatorColumnTests.java :
72 : private void createTestSubType() throws Exception {
The method createTestEntity() from the type OrmGeneratedValueTests is never used locally
OrmGeneratedValueTests.java :
52 : private ICompilationUnit createTestEntity() throws Exception {
The method createTestSubType() from the type OrmGeneratedValueTests is never used locally
OrmGeneratedValueTests.java :
72 : private void createTestSubType() throws Exception {
The method createTestEntity() from the type OrmPrimaryKeyJoinColumnTests is never used locally
OrmPrimaryKeyJoinColumnTests.java :
51 : private ICompilationUnit createTestEntity() throws Exception {
The method createTestSubType() from the type OrmPrimaryKeyJoinColumnTests is never used locally
OrmPrimaryKeyJoinColumnTests.java :
71 : private void createTestSubType() throws Exception {
The method createTestEntity() from the type OrmSequenceGeneratorTests is never used locally
OrmSequenceGeneratorTests.java :
47 : private ICompilationUnit createTestEntity() throws Exception {
The method createTestSubType() from the type OrmSequenceGeneratorTests is never used locally
OrmSequenceGeneratorTests.java :
67 : private void createTestSubType() throws Exception {
The method createTestSubType() from the type OrmTableGeneratorTests is never used locally
OrmTableGeneratorTests.java :
78 : private void createTestSubType() throws Exception {
The local variable otherTestType is never read
PersistenceUnitTests.java :
686 : ICompilationUnit otherTestType = this.createTestOtherTypeEntity();
The import java.util.Collection is never used
JavaResourcePersistentAttributeTests.java :
12 : import java.util.Collection;
The import java.util.ListIterator is never used
JoinTableTests.java :
13 : import java.util.ListIterator;
The import org.eclipse.jdt.core.ICompilationUnit is never used
JpaCompilationUnitTests.java :
16 : import org.eclipse.jdt.core.ICompilationUnit;