Compiler Report

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 )

Source File: org/eclipse/jpt/core/tests/internal/context/ContextModelTestCase.java
1. WARNING: UnusedImport

The import org.eclipse.jdt.core.IType is never used

ContextModelTestCase.java :

20 : import org.eclipse.jdt.core.IType;

Source File: org/eclipse/jpt/core/tests/internal/context/java/JavaAttributeOverrideTests.java
1. WARNING: UnusedPrivateMethod

The method createTestEntity() from the type JavaAttributeOverrideTests is never used locally

JavaAttributeOverrideTests.java :

95 : private ICompilationUnit createTestEntity() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/java/JavaEntityTests.java
1. WARNING: UnusedPrivateMethod

The method createPrimaryKeyJoinColumnsAnnotation() from the type JavaEntityTests is never used locally

JavaEntityTests.java :

138 : private void createPrimaryKeyJoinColumnsAnnotation() throws Exception {

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

The local variable defaultJavaJoinColumn is never read

JavaJoinColumnTests.java :

179 : JavaJoinColumn defaultJavaJoinColumn = oneToOneMapping.getDefaultJoinColumn();

Source File: org/eclipse/jpt/core/tests/internal/context/java/JavaNamedNativeQueryTests.java
1. WARNING: UnusedImport

The import org.eclipse.jdt.core.IType is never used

JavaNamedNativeQueryTests.java :

16 : import org.eclipse.jdt.core.IType;

Source File: org/eclipse/jpt/core/tests/internal/context/orm/OrmColumnTests.java
1. WARNING: UnusedPrivateMethod

The method createTestSubType() from the type OrmColumnTests is never used locally

OrmColumnTests.java :

77 : private void createTestSubType() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/orm/OrmDiscriminatorColumnTests.java
1. WARNING: UnusedPrivateMethod

The method createTestEntity() from the type OrmDiscriminatorColumnTests is never used locally

OrmDiscriminatorColumnTests.java :

52 : private ICompilationUnit createTestEntity() throws Exception {

2. WARNING: UnusedPrivateMethod

The method createTestSubType() from the type OrmDiscriminatorColumnTests is never used locally

OrmDiscriminatorColumnTests.java :

72 : private void createTestSubType() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/orm/OrmGeneratedValueTests.java
1. WARNING: UnusedPrivateMethod

The method createTestEntity() from the type OrmGeneratedValueTests is never used locally

OrmGeneratedValueTests.java :

52 : private ICompilationUnit createTestEntity() throws Exception {

2. WARNING: UnusedPrivateMethod

The method createTestSubType() from the type OrmGeneratedValueTests is never used locally

OrmGeneratedValueTests.java :

72 : private void createTestSubType() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/orm/OrmPrimaryKeyJoinColumnTests.java
1. WARNING: UnusedPrivateMethod

The method createTestEntity() from the type OrmPrimaryKeyJoinColumnTests is never used locally

OrmPrimaryKeyJoinColumnTests.java :

51 : private ICompilationUnit createTestEntity() throws Exception {

2. WARNING: UnusedPrivateMethod

The method createTestSubType() from the type OrmPrimaryKeyJoinColumnTests is never used locally

OrmPrimaryKeyJoinColumnTests.java :

71 : private void createTestSubType() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/orm/OrmSequenceGeneratorTests.java
1. WARNING: UnusedPrivateMethod

The method createTestEntity() from the type OrmSequenceGeneratorTests is never used locally

OrmSequenceGeneratorTests.java :

47 : private ICompilationUnit createTestEntity() throws Exception {

2. WARNING: UnusedPrivateMethod

The method createTestSubType() from the type OrmSequenceGeneratorTests is never used locally

OrmSequenceGeneratorTests.java :

67 : private void createTestSubType() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/orm/OrmTableGeneratorTests.java
1. WARNING: UnusedPrivateMethod

The method createTestSubType() from the type OrmTableGeneratorTests is never used locally

OrmTableGeneratorTests.java :

78 : private void createTestSubType() throws Exception {

Source File: org/eclipse/jpt/core/tests/internal/context/persistence/PersistenceUnitTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable otherTestType is never read

PersistenceUnitTests.java :

686 : ICompilationUnit otherTestType = this.createTestOtherTypeEntity();

Source File: org/eclipse/jpt/core/tests/internal/resource/java/JavaResourcePersistentAttributeTests.java
1. WARNING: UnusedImport

The import java.util.Collection is never used

JavaResourcePersistentAttributeTests.java :

12 : import java.util.Collection;

Source File: org/eclipse/jpt/core/tests/internal/resource/java/JoinTableTests.java
1. WARNING: UnusedImport

The import java.util.ListIterator is never used

JoinTableTests.java :

13 : import java.util.ListIterator;

Source File: org/eclipse/jpt/core/tests/internal/resource/java/JpaCompilationUnitTests.java
1. WARNING: UnusedImport

The import org.eclipse.jdt.core.ICompilationUnit is never used

JpaCompilationUnitTests.java :

16 : import org.eclipse.jdt.core.ICompilationUnit;