Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 1455 Number of classfiles: 1827

Problems: 73 (Errors: 0 Warnings: 73 )

Source File: org/eclipse/jpt/core/JpaFactory.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.orm.EntityMappings is never used

JpaFactory.java :

68 : import org.eclipse.jpt.core.context.orm.EntityMappings;

2. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.persistence.PersistenceUnit is never used

JpaFactory.java :

70 : import org.eclipse.jpt.core.context.persistence.PersistenceUnit;

Source File: org/eclipse/jpt/core/JptCorePlugin.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.internal.prefs.JpaPreferenceInitializer is never used

JptCorePlugin.java :

36 : import org.eclipse.jpt.core.internal.prefs.JpaPreferenceInitializer;

Source File: org/eclipse/jpt/core/context/java/JavaAssociationOverrideRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy is never used

JavaAssociationOverrideRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy;

2. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipMapping is never used

JavaAssociationOverrideRelationshipReference.java :

15 : import org.eclipse.jpt.core.context.RelationshipMapping;

3. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaAssociationOverrideRelationshipReference.java :

16 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/java/JavaManyToManyRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaManyToManyRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/java/JavaOneToManyRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaOneToManyRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/java/JavaOneToOneRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaOneToOneRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/orm/OrmAssociationOverrideRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy is never used

OrmAssociationOverrideRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy;

2. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipMapping is never used

OrmAssociationOverrideRelationshipReference.java :

15 : import org.eclipse.jpt.core.context.RelationshipMapping;

3. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmAssociationOverrideRelationshipReference.java :

16 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/orm/OrmAttributeMappingDefinition.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.MappingKeys is never used

OrmAttributeMappingDefinition.java :

13 : import org.eclipse.jpt.core.MappingKeys;

Source File: org/eclipse/jpt/core/context/orm/OrmManyToManyRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmManyToManyRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/orm/OrmManyToOneRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmManyToOneRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/orm/OrmOneToManyRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmOneToManyRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/orm/OrmOneToOneRelationshipReference.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmOneToOneRelationshipReference.java :

14 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/context/orm/OrmQueryContainer.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy is never used

OrmQueryContainer.java :

13 : import org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy;

Source File: org/eclipse/jpt/core/context/orm/OrmTypeMappingDefinition.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.MappingKeys is never used

OrmTypeMappingDefinition.java :

13 : import org.eclipse.jpt.core.MappingKeys;

Source File: org/eclipse/jpt/core/context/persistence/PersistenceUnit.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("hiding")

PersistenceUnit.java :

498 : @SuppressWarnings("hiding")

Source File: org/eclipse/jpt/core/internal/AbstractJpaAnnotationDefintionProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaAnnotationDefintionProvider.java :

52 : protected void addTypeAnnotationDefinitionsTo(@SuppressWarnings("unused") List<AnnotationDefinition> definitions) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaAnnotationDefintionProvider.java :

75 : protected void addTypeMappingAnnotationDefinitionsTo(@SuppressWarnings("unused") List<AnnotationDefinition> definitions) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaAnnotationDefintionProvider.java :

98 : protected void addAttributeAnnotationDefinitionsTo(@SuppressWarnings("unused") List<AnnotationDefinition> definitions) {

Source File: org/eclipse/jpt/core/internal/AbstractJpaNode.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaNode.java :

193 : protected void addNonUpdateAspectNamesTo(@SuppressWarnings("unused") Set<String> nonUpdateAspectNames) {

Source File: org/eclipse/jpt/core/internal/AbstractJpaProject.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaProject.java :

1669 : protected void synchronizeContextModel(@SuppressWarnings("unused") JpaResourceModel jpaResourceModel) {

Source File: org/eclipse/jpt/core/internal/context/java/AbstractJavaAttributeMapping.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJavaAttributeMapping.java :

210 : protected void addSupportingAnnotationNamesTo(@SuppressWarnings("unused") Vector<String> names) {

Source File: org/eclipse/jpt/core/internal/context/java/AbstractJavaJpaContextNode.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJavaJpaContextNode.java :

57 : @SuppressWarnings("unused")

Source File: org/eclipse/jpt/core/internal/context/persistence/AbstractPersistenceUnit.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractPersistenceUnit.java :

1590 : @SuppressWarnings("unused")

Source File: org/eclipse/jpt/core/internal/facet/JpaFacetActionDelegate.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

JpaFacetActionDelegate.java :

42 : IProject project, @SuppressWarnings("unused") IProjectFacetVersion fv,

Source File: org/eclipse/jpt/core/internal/facet/JpaFacetInstallDelegate.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

JpaFacetInstallDelegate.java :

41 : IProject project, @SuppressWarnings("unused") IProjectFacetVersion fv,

Source File: org/eclipse/jpt/core/internal/jpa2/resource/java/SourceMapKeyJoinColumns2_0Annotation.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.resource.java.NestableJoinColumnAnnotation is never used

SourceMapKeyJoinColumns2_0Annotation.java :

24 : import org.eclipse.jpt.core.resource.java.NestableJoinColumnAnnotation;

Source File: org/eclipse/jpt/core/internal/resource/java/AbstractJavaResourceNode.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJavaResourceNode.java :

79 : protected void aspectChanged(@SuppressWarnings("unused") String aspectName) {

Source File: org/eclipse/jpt/core/internal/resource/java/binary/BinaryAnnotation.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

BinaryAnnotation.java :

90 : public void moveAnnotation(@SuppressWarnings("unused") int index) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

BinaryAnnotation.java :

93 : public void initializeFrom(@SuppressWarnings("unused") NestableAnnotation oldAnnotation) {

Source File: org/eclipse/jpt/core/internal/resource/java/binary/BinaryAttributeOverrideAnnotation.java
1. WARNING: UnusedPrivateMethod

The method setColumn(ColumnAnnotation) from the type BinaryAttributeOverrideAnnotation is never used locally

BinaryAttributeOverrideAnnotation.java :

85 : private void setColumn(ColumnAnnotation column) {

Source File: org/eclipse/jpt/core/internal/resource/java/binary/BinaryPersistentType.java
1. WARNING: UnusedPrivateMethod

The method addField(JavaResourcePersistentAttribute) from the type BinaryPersistentType is never used locally

BinaryPersistentType.java :

287 : private void addField(JavaResourcePersistentAttribute field) {

2. WARNING: UnusedPrivateMethod

The method getField(String, int) from the type BinaryPersistentType is never used locally

BinaryPersistentType.java :

291 : private JavaResourcePersistentAttribute getField(String fieldName, int occurrence) {

3. WARNING: UnusedPrivateMethod

The method removeFields(Collection<JavaResourcePersistentAttribute>) from the type BinaryPersistentType is never used locally

BinaryPersistentType.java :

300 : private void removeFields(Collection<JavaResourcePersistentAttribute> remove) {

4. WARNING: UnusedPrivateMethod

The method getMethod(MethodSignature, int) from the type BinaryPersistentType is never used locally

BinaryPersistentType.java :

351 : private JavaResourcePersistentAttribute getMethod(MethodSignature signature, int occurrence) {

5. WARNING: UnusedPrivateMethod

The method addMethod(JavaResourcePersistentAttribute) from the type BinaryPersistentType is never used locally

BinaryPersistentType.java :

360 : private void addMethod(JavaResourcePersistentAttribute method) {

6. WARNING: UnusedPrivateMethod

The method removeMethods(Collection<JavaResourcePersistentAttribute>) from the type BinaryPersistentType is never used locally

BinaryPersistentType.java :

364 : private void removeMethods(Collection<JavaResourcePersistentAttribute> remove) {

Source File: org/eclipse/jpt/core/internal/utility/jdt/AbstractExpressionConverter.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractExpressionConverter.java :

46 : protected Expression convertNull(@SuppressWarnings("unused") AST ast) {

Source File: org/eclipse/jpt/core/internal/utility/jdt/AbstractNestedDeclarationAnnotationAdapter.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractNestedDeclarationAnnotationAdapter.java :

263 : protected void removeElementAndNormalize(ModifiedDeclaration declaration, @SuppressWarnings("unused") SingleMemberAnnotation outer) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractNestedDeclarationAnnotationAdapter.java :

274 : protected void removeElementAndNormalize(ModifiedDeclaration declaration, @SuppressWarnings("unused") MarkerAnnotation outer) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractNestedDeclarationAnnotationAdapter.java :

371 : protected void modifyAnnotation(ModifiedDeclaration declaration, @SuppressWarnings("unused") MarkerAnnotation outer, Annotation inner) {

4. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractNestedDeclarationAnnotationAdapter.java :

412 : protected void modifyAnnotation(@SuppressWarnings("unused") ModifiedDeclaration declaration, NormalAnnotation outer, Annotation inner) {

Source File: org/eclipse/jpt/core/internal/utility/jdt/EnumArrayDeclarationAnnotationElementAdapter.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

EnumArrayDeclarationAnnotationElementAdapter.java :

115 : protected String[] resolveArray(ArrayInitializer ai, @SuppressWarnings("unused") ModifiedDeclaration declaration) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

EnumArrayDeclarationAnnotationElementAdapter.java :

125 : protected String[] resolveSingleElement(Expression enumExpression, @SuppressWarnings("unused") ModifiedDeclaration declaration) {

Source File: org/eclipse/jpt/core/internal/utility/jdt/ExpressionDeclarationAnnotationElementAdapter.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

145 : protected E expressionMarkerAnnotation(@SuppressWarnings("unused") MarkerAnnotation annotation) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

226 : protected void setValueMarkerAnnotation(Expression value, @SuppressWarnings("unused") MarkerAnnotation annotation, ModifiedDeclaration declaration) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

247 : protected void setValueNormalAnnotation(Expression value, NormalAnnotation annotation, @SuppressWarnings("unused") ModifiedDeclaration declaration) {

4. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

277 : protected void removeElementNoAnnotation(@SuppressWarnings("unused") ModifiedDeclaration declaration) {

5. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

281 : protected void removeElementMarkerAnnotation(@SuppressWarnings("unused") MarkerAnnotation annotation, @SuppressWarnings("unused") ModifiedDeclaration declaration) {

6. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

281 : protected void removeElementMarkerAnnotation(@SuppressWarnings("unused") MarkerAnnotation annotation, @SuppressWarnings("unused") ModifiedDeclaration declaration) {

7. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ExpressionDeclarationAnnotationElementAdapter.java :

285 : protected void removeElementSingleMemberAnnotation(@SuppressWarnings("unused") SingleMemberAnnotation annotation, ModifiedDeclaration declaration) {

Source File: org/eclipse/jpt/core/internal/utility/jdt/GenericVisitor.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

GenericVisitor.java :

114 : protected boolean visit_(@SuppressWarnings("unused") ASTNode node) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

GenericVisitor.java :

118 : protected void endVisit_(@SuppressWarnings("unused") ASTNode node) {

Source File: org/eclipse/jpt/core/jpa2/context/AssociationOverrideRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.AssociationOverride is never used

AssociationOverrideRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.AssociationOverride;

2. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy is never used

AssociationOverrideRelationshipReference2_0.java :

15 : import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy;

3. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

AssociationOverrideRelationshipReference2_0.java :

17 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/jpa2/context/java/JavaAssociationOverrideRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy is never used

JavaAssociationOverrideRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy;

2. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipMapping is never used

JavaAssociationOverrideRelationshipReference2_0.java :

14 : import org.eclipse.jpt.core.context.RelationshipMapping;

3. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaAssociationOverrideRelationshipReference2_0.java :

15 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/jpa2/context/java/JavaOneToManyRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaOneToManyRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/jpa2/context/java/JavaOneToOneRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

JavaOneToOneRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/jpa2/context/orm/OrmAssociationOverrideRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy is never used

OrmAssociationOverrideRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.JoinColumnJoiningStrategy;

2. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipMapping is never used

OrmAssociationOverrideRelationshipReference2_0.java :

14 : import org.eclipse.jpt.core.context.RelationshipMapping;

3. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmAssociationOverrideRelationshipReference2_0.java :

15 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/jpa2/context/orm/OrmOneToManyRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmOneToManyRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/jpa2/context/orm/OrmOneToOneRelationshipReference2_0.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.context.RelationshipReference is never used

OrmOneToOneRelationshipReference2_0.java :

13 : import org.eclipse.jpt.core.context.RelationshipReference;

Source File: org/eclipse/jpt/core/resource/orm/XmlElementCollection.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.internal.utility.translators.BooleanTranslator is never used

XmlElementCollection.java :

24 : import org.eclipse.jpt.core.internal.utility.translators.BooleanTranslator;

Source File: org/eclipse/jpt/core/resource/orm/XmlPersistenceUnitMetadata.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.core.resource.orm.v2_0.JPA2_0 is never used

XmlPersistenceUnitMetadata.java :

20 : import org.eclipse.jpt.core.resource.orm.v2_0.JPA2_0;

Source File: org/eclipse/jpt/core/resource/xml/AbstractJpaEObject.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaEObject.java :

146 : protected void addInsignificantXmlFeatureIdsTo(@SuppressWarnings("unused") Set<Integer> insignificantXmlFeatureIds) {