Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 546 Number of classfiles: 1452

Problems: 255 (Errors: 0 Warnings: 255 )

Source File: org/eclipse/jpt/ui/JpaPlatformUi.java
1. WARNING: UnusedImport

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

JpaPlatformUi.java :

15 : import org.eclipse.jpt.core.JpaPlatform;

Source File: org/eclipse/jpt/ui/JpaPlatformUiProvider.java
1. WARNING: UnusedImport

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

JpaPlatformUiProvider.java :

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

Source File: org/eclipse/jpt/ui/internal/JpaJavaCompletionProposalComputer.java
1. WARNING: DiscouragedReference

Discouraged access: The type ASTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaJavaCompletionProposalComputer.java :

32 : import org.eclipse.jpt.core.internal.utility.jdt.ASTTools;

2. WARNING: DiscouragedReference

Discouraged access: The type ASTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaJavaCompletionProposalComputer.java :

143 : CompilationUnit astRoot = ASTTools.buildASTRoot(cu);

3. WARNING: DiscouragedReference

Discouraged access: The method buildASTRoot(ICompilationUnit) from the type ASTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaJavaCompletionProposalComputer.java :

143 : CompilationUnit astRoot = ASTTools.buildASTRoot(cu);

Source File: org/eclipse/jpt/ui/internal/actions/SynchronizeClassesAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type SynchronizeClassesJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

SynchronizeClassesAction.java :

18 : import org.eclipse.jpt.core.internal.synch.SynchronizeClassesJob;

2. WARNING: DiscouragedReference

Discouraged access: The type SynchronizeClassesJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

SynchronizeClassesAction.java :

32 : SynchronizeClassesJob job = new SynchronizeClassesJob(file);

3. WARNING: DiscouragedReference

Discouraged access: The constructor SynchronizeClassesJob(IFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

SynchronizeClassesAction.java :

32 : SynchronizeClassesJob job = new SynchronizeClassesJob(file);

4. WARNING: DiscouragedReference

Discouraged access: The type SynchronizeClassesJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

SynchronizeClassesAction.java :

32 : SynchronizeClassesJob job = new SynchronizeClassesJob(file);

Source File: org/eclipse/jpt/ui/internal/commands/PersistentTypeMapAsHandler.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution is never used

PersistentTypeMapAsHandler.java :

19 : import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution;

Source File: org/eclipse/jpt/ui/internal/details/AbstractOrderingComposite.java
1. WARNING: UnusedImport

The import org.eclipse.swt.widgets.Text is never used

AbstractOrderingComposite.java :

20 : import org.eclipse.swt.widgets.Text;

Source File: org/eclipse/jpt/ui/internal/details/GeneratorComposite.java
1. WARNING: UnusedImport

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

GeneratorComposite.java :

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

Source File: org/eclipse/jpt/ui/internal/details/JoinColumnInReferenceTableDialog.java
1. WARNING: UnusedImport

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

JoinColumnInReferenceTableDialog.java :

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

Source File: org/eclipse/jpt/ui/internal/details/JoinColumnInReferenceTableStateObject.java
1. WARNING: UnusedImport

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

JoinColumnInReferenceTableStateObject.java :

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

Source File: org/eclipse/jpt/ui/internal/details/PrimaryKeyJoinColumnsInSecondaryTableComposite.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.utility.swt.SWTTools is never used

PrimaryKeyJoinColumnsInSecondaryTableComposite.java :

25 : import org.eclipse.jpt.ui.internal.utility.swt.SWTTools;

2. WARNING: UnusedImport

The import org.eclipse.swt.widgets.Button is never used

PrimaryKeyJoinColumnsInSecondaryTableComposite.java :

43 : import org.eclipse.swt.widgets.Button;

Source File: org/eclipse/jpt/ui/internal/details/SequenceGeneratorComposite.java
1. WARNING: UnusedImport

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

SequenceGeneratorComposite.java :

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

Source File: org/eclipse/jpt/ui/internal/details/TableGeneratorComposite.java
1. WARNING: UnusedImport

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

TableGeneratorComposite.java :

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

Source File: org/eclipse/jpt/ui/internal/details/db/DatabaseObjectCombo.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

197 : protected void databaseChanged_(@SuppressWarnings("unused") Database database) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

207 : protected void catalogChanged_(@SuppressWarnings("unused") Catalog catalog) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

217 : protected void schemaChanged_(@SuppressWarnings("unused") Schema schema) {

4. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

227 : protected void sequenceChanged_(@SuppressWarnings("unused") Sequence sequence) {

5. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

237 : protected void tableChanged_(@SuppressWarnings("unused") Table table) {

6. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

247 : protected void columnChanged_(@SuppressWarnings("unused") Column column) {

7. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DatabaseObjectCombo.java :

257 : protected void foreignKeyChanged_(@SuppressWarnings("unused") ForeignKey foreignKey) {

Source File: org/eclipse/jpt/ui/internal/details/java/JavaMappedSuperclassComposite.java
1. WARNING: UnusedImport

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

JavaMappedSuperclassComposite.java :

12 : import org.eclipse.jpt.core.context.MappedSuperclass;

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.details.java.JavaUiFactory is never used

JavaMappedSuperclassComposite.java :

15 : import org.eclipse.jpt.ui.details.java.JavaUiFactory;

3. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.IdClassComposite is never used

JavaMappedSuperclassComposite.java :

17 : import org.eclipse.jpt.ui.internal.details.IdClassComposite;

Source File: org/eclipse/jpt/ui/internal/details/orm/AbstractOrmEntityComposite.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.java.BaseJavaUiFactory is never used

AbstractOrmEntityComposite.java :

20 : import org.eclipse.jpt.ui.internal.details.java.BaseJavaUiFactory;

Source File: org/eclipse/jpt/ui/internal/details/orm/EntityMappingsDetailsPage.java
1. WARNING: UnusedImport

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

EntityMappingsDetailsPage.java :

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

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.db.CatalogCombo is never used

EntityMappingsDetailsPage.java :

14 : import org.eclipse.jpt.ui.internal.details.db.CatalogCombo;

3. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.db.SchemaCombo is never used

EntityMappingsDetailsPage.java :

15 : import org.eclipse.jpt.ui.internal.details.db.SchemaCombo;

4. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.widgets.EnumFormComboViewer is never used

EntityMappingsDetailsPage.java :

16 : import org.eclipse.jpt.ui.internal.widgets.EnumFormComboViewer;

Source File: org/eclipse/jpt/ui/internal/details/orm/OrmManyToManyMappingComposite.java
1. WARNING: UnusedImport

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

OrmManyToManyMappingComposite.java :

12 : import org.eclipse.jpt.core.context.ManyToManyMapping;

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.ManyToManyJoiningStrategyPane is never used

OrmManyToManyMappingComposite.java :

19 : import org.eclipse.jpt.ui.internal.details.ManyToManyJoiningStrategyPane;

3. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.OrderingComposite is never used

OrmManyToManyMappingComposite.java :

20 : import org.eclipse.jpt.ui.internal.details.OrderingComposite;

Source File: org/eclipse/jpt/ui/internal/details/orm/OrmManyToOneMappingComposite.java
1. WARNING: UnusedImport

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

OrmManyToOneMappingComposite.java :

12 : import org.eclipse.jpt.core.context.ManyToOneMapping;

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.ManyToOneJoiningStrategyPane is never used

OrmManyToOneMappingComposite.java :

19 : import org.eclipse.jpt.ui.internal.details.ManyToOneJoiningStrategyPane;

Source File: org/eclipse/jpt/ui/internal/details/orm/OrmMappingNameChooser.java
1. WARNING: UnusedImport

The import org.eclipse.swt.widgets.Text is never used

OrmMappingNameChooser.java :

18 : import org.eclipse.swt.widgets.Text;

Source File: org/eclipse/jpt/ui/internal/details/orm/OrmOneToManyMappingComposite.java
1. WARNING: UnusedImport

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

OrmOneToManyMappingComposite.java :

12 : import org.eclipse.jpt.core.context.OneToManyMapping;

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.JoinTableComposite is never used

OrmOneToManyMappingComposite.java :

19 : import org.eclipse.jpt.ui.internal.details.JoinTableComposite;

3. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.OrderingComposite is never used

OrmOneToManyMappingComposite.java :

20 : import org.eclipse.jpt.ui.internal.details.OrderingComposite;

Source File: org/eclipse/jpt/ui/internal/details/orm/OrmOneToOneMappingComposite.java
1. WARNING: UnusedImport

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

OrmOneToOneMappingComposite.java :

12 : import org.eclipse.jpt.core.context.OneToOneMapping;

Source File: org/eclipse/jpt/ui/internal/dialogs/AddPersistentClassDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

20 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

21 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

AddPersistentClassDialog.java :

38 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

166 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

5. WARNING: DiscouragedReference

Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

166 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

6. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

166 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

7. WARNING: DiscouragedReference

Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

169 : javaTypeCompletionProcessor.setPackageFragment(pfr.getPackageFragment(""));

8. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

174 : ControlContentAssistHelper.createTextContentAssistant(

9. WARNING: DiscouragedReference

Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

AddPersistentClassDialog.java :

174 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );

10. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

AddPersistentClassDialog.java :

195 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());

11. WARNING: DiscouragedReference

Discouraged access: The method getCodeCompletionContextRoot(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

AddPersistentClassDialog.java :

195 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());

Source File: org/eclipse/jpt/ui/internal/jpa2/details/AbstractElementCollectionMapping2_0Composite.java
1. WARNING: UnusedImport

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

AbstractElementCollectionMapping2_0Composite.java :

12 : import org.eclipse.jpt.core.context.BasicMapping;

Source File: org/eclipse/jpt/ui/internal/jpa2/details/ElementCollectionMapping2_0Composite.java
1. WARNING: UnusedImport

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

ElementCollectionMapping2_0Composite.java :

12 : import org.eclipse.jpt.core.context.BasicMapping;

Source File: org/eclipse/jpt/ui/internal/jpa2/details/ManyToOneJoiningStrategy2_0Pane.java
1. WARNING: UnusedImport

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

ManyToOneJoiningStrategy2_0Pane.java :

12 : import org.eclipse.jpt.core.context.ManyToOneRelationshipReference;

Source File: org/eclipse/jpt/ui/internal/jpa2/details/OneToManyJoiningStrategy2_0Pane.java
1. WARNING: UnusedImport

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

OneToManyJoiningStrategy2_0Pane.java :

12 : import org.eclipse.jpt.core.context.OneToManyRelationshipReference;

Source File: org/eclipse/jpt/ui/internal/jpa2/details/OneToOneJoiningStrategy2_0Pane.java
1. WARNING: UnusedImport

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

OneToOneJoiningStrategy2_0Pane.java :

12 : import org.eclipse.jpt.core.context.OneToOneMapping;

2. WARNING: UnusedImport

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

OneToOneJoiningStrategy2_0Pane.java :

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

3. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.OneToOneMappingComposite is never used

OneToOneJoiningStrategy2_0Pane.java :

19 : import org.eclipse.jpt.ui.internal.details.OneToOneMappingComposite;

Source File: org/eclipse/jpt/ui/internal/jpa2/details/java/Generic2_0JavaUiFactory.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.persistence.details.GenericPersistenceXmlUiFactory is never used

Generic2_0JavaUiFactory.java :

28 : import org.eclipse.jpt.ui.internal.persistence.details.GenericPersistenceXmlUiFactory;

Source File: org/eclipse/jpt/ui/internal/jpa2/details/java/JavaMappedSuperclass2_0Composite.java
1. WARNING: UnusedImport

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

JavaMappedSuperclass2_0Composite.java :

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

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.java.BaseJavaUiFactory is never used

JavaMappedSuperclass2_0Composite.java :

20 : import org.eclipse.jpt.ui.internal.details.java.BaseJavaUiFactory;

Source File: org/eclipse/jpt/ui/internal/menus/PersistentTypeMapAsContribution.java
1. WARNING: UnusedImport

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

PersistentTypeMapAsContribution.java :

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

Source File: org/eclipse/jpt/ui/internal/persistence/details/PersistenceUnitMappingFilesComposite.java
1. WARNING: UnusedPrivateType

The type PersistenceUnitMappingFilesComposite.SAXHandler is never used locally

PersistenceUnitMappingFilesComposite.java :

335 : private static class SAXHandler extends DefaultHandler {

2. WARNING: UnusedPrivateMethod

The method getRootTagName() from the type PersistenceUnitMappingFilesComposite.SAXHandler is never used locally

PersistenceUnitMappingFilesComposite.java :

339 : public String getRootTagName() {

Source File: org/eclipse/jpt/ui/internal/persistence/details/PersistenceUnitPropertiesComposite.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.details.java.BaseJavaUiFactory is never used

PersistenceUnitPropertiesComposite.java :

26 : import org.eclipse.jpt.ui.internal.details.java.BaseJavaUiFactory;

Source File: org/eclipse/jpt/ui/internal/properties/JpaProjectPropertiesPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

45 : import org.eclipse.jpt.core.internal.JpaPlatformRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

46 : import org.eclipse.jpt.core.internal.JptCoreMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

47 : import org.eclipse.jpt.core.internal.facet.JpaLibraryProviderConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

226 : getLibraryInstallDelegate().setEnablementContextVariable(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, newPlatformId);

5. WARNING: DiscouragedReference

Discouraged access: The field EXPR_VAR_JPA_PLATFORM from the type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

226 : getLibraryInstallDelegate().setEnablementContextVariable(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, newPlatformId);

6. WARNING: DiscouragedReference

Discouraged access: The type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

411 : enablementVariables.put(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, ""); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The field EXPR_VAR_JPA_PLATFORM from the type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

411 : enablementVariables.put(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, ""); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

502 : Iterable<String> enabledPlatformIds = JpaPlatformRegistry.instance().getJpaPlatformIdsForJpaFacetVersion(jpaFacetVersion);

9. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

502 : Iterable<String> enabledPlatformIds = JpaPlatformRegistry.instance().getJpaPlatformIdsForJpaFacetVersion(jpaFacetVersion);

10. WARNING: DiscouragedReference

Discouraged access: The method getJpaPlatformIdsForJpaFacetVersion(String) from the type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

502 : Iterable<String> enabledPlatformIds = JpaPlatformRegistry.instance().getJpaPlatformIdsForJpaFacetVersion(jpaFacetVersion);

11. WARNING: DiscouragedReference

Discouraged access: The type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

523 : return JpaPlatformRegistry.instance().getJpaPlatformLabel(id);

12. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

523 : return JpaPlatformRegistry.instance().getJpaPlatformLabel(id);

13. WARNING: DiscouragedReference

Discouraged access: The method getJpaPlatformLabel(String) from the type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

523 : return JpaPlatformRegistry.instance().getJpaPlatformLabel(id);

14. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

910 : JptCoreMessages.VALIDATE_CONNECTION_INVALID,

15. WARNING: DiscouragedReference

Discouraged access: The field VALIDATE_CONNECTION_INVALID from the type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

910 : JptCoreMessages.VALIDATE_CONNECTION_INVALID,

16. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

915 : statuses.get(INFO_STATUS).add(this.buildInfoStatus(JptCoreMessages.VALIDATE_CONNECTION_NOT_CONNECTED));

17. WARNING: DiscouragedReference

Discouraged access: The field VALIDATE_CONNECTION_NOT_CONNECTED from the type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

915 : statuses.get(INFO_STATUS).add(this.buildInfoStatus(JptCoreMessages.VALIDATE_CONNECTION_NOT_CONNECTED));

18. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

923 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_CATALOG_NOT_SPECIFIED));

19. WARNING: DiscouragedReference

Discouraged access: The field VALIDATE_DEFAULT_CATALOG_NOT_SPECIFIED from the type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

923 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_CATALOG_NOT_SPECIFIED));

20. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

929 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_CATALOG,

21. WARNING: DiscouragedReference

Discouraged access: The field VALIDATE_CONNECTION_DOESNT_CONTAIN_CATALOG from the type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

929 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_CATALOG,

22. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

939 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_SCHEMA_NOT_SPECIFIED));

23. WARNING: DiscouragedReference

Discouraged access: The field VALIDATE_DEFAULT_SCHEMA_NOT_SPECIFIED from the type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

939 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_SCHEMA_NOT_SPECIFIED));

24. WARNING: DiscouragedReference

Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

945 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_SCHEMA,

25. WARNING: DiscouragedReference

Discouraged access: The field VALIDATE_CONNECTION_DOESNT_CONTAIN_SCHEMA from the type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaProjectPropertiesPage.java :

945 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_SCHEMA,

Source File: org/eclipse/jpt/ui/internal/swt/AbstractComboModelAdapter.java
1. WARNING: LocalVariableIsNeverUsed

The local variable count is never read

AbstractComboModelAdapter.java :

324 : int count = this.comboHolder.getItemCount();

Source File: org/eclipse/jpt/ui/internal/swt/TableModelAdapter.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

482 : protected void listCleared(@SuppressWarnings("unused") ListClearEvent event) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

492 : protected void listChanged(@SuppressWarnings("unused") ListChangeEvent event) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

557 : protected void selectedItemsCleared(@SuppressWarnings("unused") CollectionClearEvent event) {

4. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

564 : protected void selectedItemsChanged(@SuppressWarnings("unused") CollectionChangeEvent event) {

5. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

584 : protected void tableSelectionChanged(@SuppressWarnings("unused") SelectionEvent event) {

6. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

606 : protected void tableDoubleClicked(@SuppressWarnings("unused") SelectionEvent event) {

7. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

TableModelAdapter.java :

623 : protected void tableDisposed(@SuppressWarnings("unused") DisposeEvent event) {

Source File: org/eclipse/jpt/ui/internal/utility/swt/DropDownListBoxSelectionBinding.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DropDownListBoxSelectionBinding.java :

175 : private void selectedItemChanged_(@SuppressWarnings("unused") PropertyChangeEvent event) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

DropDownListBoxSelectionBinding.java :

220 : private void dropDownListBoxSelectionChanged_(@SuppressWarnings("unused") SelectionEvent event) {

Source File: org/eclipse/jpt/ui/internal/utility/swt/ListBoxSelectionBinding.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ListBoxSelectionBinding.java :

245 : private void selectedItemsCleared_(@SuppressWarnings("unused") CollectionClearEvent event) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ListBoxSelectionBinding.java :

255 : private void selectedItemsChanged_(@SuppressWarnings("unused") CollectionChangeEvent event) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ListBoxSelectionBinding.java :

285 : private void listBoxSelectionChanged_(@SuppressWarnings("unused") SelectionEvent event) {

Source File: org/eclipse/jpt/ui/internal/utility/swt/ListWidgetModelBinding.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ListWidgetModelBinding.java :

282 : private void listCleared_(@SuppressWarnings("unused") ListClearEvent event) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ListWidgetModelBinding.java :

295 : private void listChanged_(@SuppressWarnings("unused") ListChangeEvent event) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ListWidgetModelBinding.java :

310 : void listWidgetDisposed(@SuppressWarnings("unused") DisposeEvent event) {

Source File: org/eclipse/jpt/ui/internal/views/AbstractJpaView.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractJpaView.java :

162 : protected void subcreatePartControl(@SuppressWarnings("unused") Composite parent) {

Source File: org/eclipse/jpt/ui/internal/views/structure/JpaStructurePage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

JpaStructurePage.java :

144 : void projectsCleared(@SuppressWarnings("unused") CollectionClearEvent event) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

JpaStructurePage.java :

148 : void projectsChanged(@SuppressWarnings("unused") CollectionChangeEvent event) {

3. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

JpaStructurePage.java :

193 : void jpaFilesCleared(@SuppressWarnings("unused") CollectionClearEvent event) {

4. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

JpaStructurePage.java :

197 : void jpaFilesChanged(@SuppressWarnings("unused") CollectionChangeEvent event) {

Source File: org/eclipse/jpt/ui/internal/widgets/ClassChooserComboPane.java
1. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserComboPane.java :

12 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserComboPane.java :

70 : ControlContentAssistHelper.createComboContentAssistant(

3. WARNING: DiscouragedReference

Discouraged access: The method createComboContentAssistant(Combo, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserComboPane.java :

70 : ControlContentAssistHelper.createComboContentAssistant( combo, javaTypeCompletionProcessor );

Source File: org/eclipse/jpt/ui/internal/widgets/ClassChooserPane.java
1. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

22 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

23 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

24 : import org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard;

4. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

ClassChooserPane.java :

32 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;

5. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

72 : protected JavaTypeCompletionProcessor javaTypeCompletionProcessor;

6. WARNING: DiscouragedReference

Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

107 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

7. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

107 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

8. WARNING: DiscouragedReference

Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

136 : this.javaTypeCompletionProcessor.setPackageFragment(packageFragment);

9. WARNING: DiscouragedReference

Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

195 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);

10. WARNING: DiscouragedReference

Discouraged access: The constructor NewClassCreationWizard(NewClassWizardPage, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

195 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);

11. WARNING: DiscouragedReference

Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

195 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);

12. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type NewElementWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

196 : wizard.init(PlatformUI.getWorkbench(), selection);

13. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

279 : ControlContentAssistHelper.createTextContentAssistant(

14. WARNING: DiscouragedReference

Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

ClassChooserPane.java :

279 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );

15. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

ClassChooserPane.java :

342 : Iterator<IPackageFragmentRoot> i = JDTTools.getJavaSourceFolders(getJpaProject().getJavaProject()).iterator();

16. WARNING: DiscouragedReference

Discouraged access: The method getJavaSourceFolders(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

ClassChooserPane.java :

342 : Iterator<IPackageFragmentRoot> i = JDTTools.getJavaSourceFolders(getJpaProject().getJavaProject()).iterator();

17. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

ClassChooserPane.java :

360 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());

18. WARNING: DiscouragedReference

Discouraged access: The method getCodeCompletionContextRoot(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

ClassChooserPane.java :

360 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());

Source File: org/eclipse/jpt/ui/internal/widgets/PackageChooserPane.java
1. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

15 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

16 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaPackageCompletionProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

PackageChooserPane.java :

22 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

58 : private JavaPackageCompletionProcessor javaPackageCompletionProcessor;

5. WARNING: DiscouragedReference

Discouraged access: The constructor JavaPackageCompletionProcessor(ILabelProvider) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

93 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor( new JavaElementLabelProvider(JavaElementLabelProvider.SHOW_ROOT) );

6. WARNING: DiscouragedReference

Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

93 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor(

7. WARNING: DiscouragedReference

Discouraged access: The method setPackageFragmentRoot(IPackageFragmentRoot) from the type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

119 : this.javaPackageCompletionProcessor.setPackageFragmentRoot(root);

8. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

142 : ControlContentAssistHelper.createTextContentAssistant(

9. WARNING: DiscouragedReference

Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

PackageChooserPane.java :

142 : ControlContentAssistHelper.createTextContentAssistant( text, javaPackageCompletionProcessor );

10. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

PackageChooserPane.java :

229 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());

11. WARNING: DiscouragedReference

Discouraged access: The method getCodeCompletionContextRoot(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

PackageChooserPane.java :

229 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());

Source File: org/eclipse/jpt/ui/internal/wizards/JpaFacetActionPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

15 : import org.eclipse.jpt.core.internal.facet.JpaFacetDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

39 : implements JpaFacetDataModelProperties

3. WARNING: DiscouragedReference

Discouraged access: The field RUNTIME from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

70 : model.setProperty(RUNTIME, wc.getPrimaryRuntime());

4. WARNING: DiscouragedReference

Discouraged access: The field RUNTIME from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

74 : model.setProperty(RUNTIME, wc.getPrimaryRuntime());

5. WARNING: DiscouragedReference

Discouraged access: The field PLATFORM_ID from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

107 : PLATFORM_ID,

6. WARNING: DiscouragedReference

Discouraged access: The field CONNECTION from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

108 : CONNECTION,

7. WARNING: DiscouragedReference

Discouraged access: The field USER_WANTS_TO_OVERRIDE_DEFAULT_CATALOG from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

109 : USER_WANTS_TO_OVERRIDE_DEFAULT_CATALOG,

8. WARNING: DiscouragedReference

Discouraged access: The field USER_OVERRIDE_DEFAULT_CATALOG from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

110 : USER_OVERRIDE_DEFAULT_CATALOG,

9. WARNING: DiscouragedReference

Discouraged access: The field USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

111 : USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA,

10. WARNING: DiscouragedReference

Discouraged access: The field USER_OVERRIDE_DEFAULT_SCHEMA from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

112 : USER_OVERRIDE_DEFAULT_SCHEMA,

11. WARNING: DiscouragedReference

Discouraged access: The field DISCOVER_ANNOTATED_CLASSES from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

113 : DISCOVER_ANNOTATED_CLASSES,

12. WARNING: DiscouragedReference

Discouraged access: The field LIBRARY_PROVIDER_DELEGATE from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

114 : LIBRARY_PROVIDER_DELEGATE

13. WARNING: DiscouragedReference

Discouraged access: The field PLATFORM_ID from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

160 : synchHelper.synchCombo(platformCombo, PLATFORM_ID, null);

14. WARNING: DiscouragedReference

Discouraged access: The field LIBRARY_PROVIDER_DELEGATE from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

170 : = (LibraryInstallDelegate) getDataModel().getProperty(LIBRARY_PROVIDER_DELEGATE);

15. WARNING: DiscouragedReference

Discouraged access: The field DISCOVER_ANNOTATED_CLASSES from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

197 : synchHelper.synchRadio(discoverClassesButton, DISCOVER_ANNOTATED_CLASSES, null);

16. WARNING: DiscouragedReference

Discouraged access: The field LIST_ANNOTATED_CLASSES from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetActionPage.java :

200 : synchHelper.synchRadio(listClassesButton, LIST_ANNOTATED_CLASSES, null);

Source File: org/eclipse/jpt/ui/internal/wizards/JpaFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

12 : import org.eclipse.jpt.core.internal.facet.JpaFacetInstallDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

35 : implements JpaFacetInstallDataModelProperties

3. WARNING: DiscouragedReference

Discouraged access: The field USER_WANTS_TO_ADD_DB_DRIVER_JARS_TO_CLASSPATH from the type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

63 : USER_WANTS_TO_ADD_DB_DRIVER_JARS_TO_CLASSPATH,

4. WARNING: DiscouragedReference

Discouraged access: The field DB_DRIVER_NAME from the type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

64 : DB_DRIVER_NAME);

5. WARNING: DiscouragedReference

Discouraged access: The field CONNECTION from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

103 : synchHelper.synchCombo(connectionCombo, CONNECTION, null);

6. WARNING: DiscouragedReference

Discouraged access: The field USER_WANTS_TO_ADD_DB_DRIVER_JARS_TO_CLASSPATH from the type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

142 : synchHelper.synchCheckbox(addDriverLibraryButton, USER_WANTS_TO_ADD_DB_DRIVER_JARS_TO_CLASSPATH, null);

7. WARNING: DiscouragedReference

Discouraged access: The field DB_DRIVER_NAME from the type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

152 : driverLibraryCombo, DB_DRIVER_NAME,

8. WARNING: DiscouragedReference

Discouraged access: The field USER_WANTS_TO_OVERRIDE_DEFAULT_CATALOG from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

157 : synchHelper.synchCheckbox(overrideDefaultCatalogButton, USER_WANTS_TO_OVERRIDE_DEFAULT_CATALOG, null);

9. WARNING: DiscouragedReference

Discouraged access: The field USER_OVERRIDE_DEFAULT_CATALOG from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

167 : defaultCatalogCombo, USER_OVERRIDE_DEFAULT_CATALOG,

10. WARNING: DiscouragedReference

Discouraged access: The field USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

172 : synchHelper.synchCheckbox(overrideDefaultSchemaButton, USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA, null);

11. WARNING: DiscouragedReference

Discouraged access: The field USER_OVERRIDE_DEFAULT_SCHEMA from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

182 : defaultSchemaCombo, USER_OVERRIDE_DEFAULT_SCHEMA,

12. WARNING: DiscouragedReference

Discouraged access: The field CONNECTION from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

189 : model.setProperty(CONNECTION, connectionName);

13. WARNING: DiscouragedReference

Discouraged access: The field CONNECTION_ACTIVE from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

197 : model.setBooleanProperty(CONNECTION_ACTIVE, cp.isActive());

14. WARNING: DiscouragedReference

Discouraged access: The field CONNECTION from the type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

210 : return JptDbPlugin.instance().getConnectionProfileFactory().buildConnectionProfile(model.getStringProperty(CONNECTION));

15. WARNING: DiscouragedReference

Discouraged access: The field CREATE_ORM_XML from the type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

JpaFacetInstallPage.java :

228 : synchHelper.synchCheckbox(createOrmXmlButton, CREATE_ORM_XML, null);

Source File: org/eclipse/jpt/ui/internal/wizards/NewEntityDropDownAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewEntityDropDownAction.java :

44 : import org.eclipse.jdt.internal.ui.util.CoreUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewEntityDropDownAction.java :

137 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

3. WARNING: DiscouragedReference

Discouraged access: The method createExtension(IConfigurationElement, String) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewEntityDropDownAction.java :

137 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

Source File: org/eclipse/jpt/ui/internal/wizards/entity/EntityFieldsWizardPage.java
1. WARNING: UnusedPrivateField

The field EntityFieldsWizardPage.fieldAccessButton is never read locally

EntityFieldsWizardPage.java :

41 : private Button fieldAccessButton;

2. WARNING: UnusedPrivateField

The field EntityFieldsWizardPage.propertyAccessButton is never read locally

EntityFieldsWizardPage.java :

42 : private Button propertyAccessButton;

Source File: org/eclipse/jpt/ui/internal/wizards/entity/data/model/EntityDataModelProvider.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

EntityDataModelProvider.java :

39 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

Source File: org/eclipse/jpt/ui/internal/wizards/entity/data/operation/NewEntityClassOperation.java
1. WARNING: UnusedImport

The import org.eclipse.emf.codegen.jet.JETEmitter is never used

NewEntityClassOperation.java :

35 : import org.eclipse.emf.codegen.jet.JETEmitter;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

NewEntityClassOperation.java :

70 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

3. WARNING: UnusedPrivateField

The field NewEntityClassOperation.VERSION_STRING is never read locally

NewEntityClassOperation.java :

98 : private static final String VERSION_STRING = "1.0";//$NON-NLS-1$

4. WARNING: UnusedPrivateMethod

The method getLastSegment(String) from the type NewEntityClassOperation is never used locally

NewEntityClassOperation.java :

527 : private String getLastSegment(String input) {

Source File: org/eclipse/jpt/ui/internal/wizards/gen/ColumnGenPanel.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

ColumnGenPanel.java :

253 : @SuppressWarnings("restriction")

Source File: org/eclipse/jpt/ui/internal/wizards/gen/GenerateEntitiesFromSchemaWizard.java
1. WARNING: UnusedImport

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

GenerateEntitiesFromSchemaWizard.java :

29 : import org.eclipse.jdt.core.IJavaElement;

2. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

GenerateEntitiesFromSchemaWizard.java :

45 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;

3. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

GenerateEntitiesFromSchemaWizard.java :

182 : for (IPackageFragmentRoot root : JDTTools.getJavaSourceFolders(this.jpaProject.getJavaProject())) {

4. WARNING: DiscouragedReference

Discouraged access: The method getJavaSourceFolders(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

GenerateEntitiesFromSchemaWizard.java :

182 : for (IPackageFragmentRoot root : JDTTools.getJavaSourceFolders(this.jpaProject.getJavaProject())) {

Source File: org/eclipse/jpt/ui/internal/wizards/gen/TableAssociationsWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TableAssociationsWizardPage.java :

24 : import org.eclipse.jdt.internal.ui.dialogs.StatusUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TableAssociationsWizardPage.java :

25 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField;

3. WARNING: DiscouragedReference

Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TableAssociationsWizardPage.java :

26 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.IStringButtonAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TableAssociationsWizardPage.java :

27 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TableAssociationsWizardPage.java :

28 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField;

Source File: org/eclipse/jpt/ui/internal/wizards/gen/TablesAndColumnsCustomizationWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TablesAndColumnsCustomizationWizardPage.java :

18 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TablesAndColumnsCustomizationWizardPage.java :

229 : LayoutUtil.setWidthHint(text, getMaxFieldWidth());

3. WARNING: DiscouragedReference

Discouraged access: The method setWidthHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TablesAndColumnsCustomizationWizardPage.java :

229 : LayoutUtil.setWidthHint(text, getMaxFieldWidth());

4. WARNING: DiscouragedReference

Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TablesAndColumnsCustomizationWizardPage.java :

230 : LayoutUtil.setHorizontalGrabbing(text);

5. WARNING: DiscouragedReference

Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

TablesAndColumnsCustomizationWizardPage.java :

230 : LayoutUtil.setHorizontalGrabbing(text);

Source File: org/eclipse/jpt/ui/internal/wizards/orm/MappingFileWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

31 : import org.eclipse.jpt.core.internal.operations.OrmFileCreationDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

32 : import org.eclipse.jpt.core.internal.operations.OrmFileCreationDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

33 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;

4. WARNING: DiscouragedReference

Discouraged access: The constructor OrmFileCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

78 : return new OrmFileCreationDataModelProvider();

5. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

78 : return new OrmFileCreationDataModelProvider();

6. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

94 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PROJECT_NAME, project.getName());

7. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

94 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PROJECT_NAME, project.getName());

8. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

97 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER, sourceFolder.getFullPath().toPortableString());

9. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

97 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER, sourceFolder.getFullPath().toPortableString());

10. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

100 : getDataModel().setBooleanProperty(OrmFileCreationDataModelProperties.ADD_TO_PERSISTENCE_UNIT, true);

11. WARNING: DiscouragedReference

Discouraged access: The field ADD_TO_PERSISTENCE_UNIT from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

100 : getDataModel().setBooleanProperty(OrmFileCreationDataModelProperties.ADD_TO_PERSISTENCE_UNIT, true);

12. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

101 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PERSISTENCE_UNIT, pUnit.getName());

13. WARNING: DiscouragedReference

Discouraged access: The field PERSISTENCE_UNIT from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

101 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PERSISTENCE_UNIT, pUnit.getName());

14. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

193 : if (JDTTools.packageFragmentRootIsSourceFolder(packageFragmentRoot)) {

15. WARNING: DiscouragedReference

Discouraged access: The method packageFragmentRootIsSourceFolder(IPackageFragmentRoot) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

193 : if (JDTTools.packageFragmentRootIsSourceFolder(packageFragmentRoot)) {

16. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

237 : getDataModel().getValidPropertyDescriptors(OrmFileCreationDataModelProperties.PROJECT_NAME)) {

17. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

237 : getDataModel().getValidPropertyDescriptors(OrmFileCreationDataModelProperties.PROJECT_NAME)) {

18. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

249 : String projectName = (String) getDataModel().getProperty(OrmFileCreationDataModelProperties.PROJECT_NAME);

19. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

249 : String projectName = (String) getDataModel().getProperty(OrmFileCreationDataModelProperties.PROJECT_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

251 : String sourceFolder = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER);

21. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

251 : String sourceFolder = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER);

22. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

252 : String filePath = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.FILE_PATH);

23. WARNING: DiscouragedReference

Discouraged access: The field FILE_PATH from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizard.java :

252 : String filePath = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.FILE_PATH);

Source File: org/eclipse/jpt/ui/internal/wizards/orm/MappingFileWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractJpaProject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

28 : import org.eclipse.jpt.core.internal.AbstractJpaProject;

2. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

29 : import org.eclipse.jpt.core.internal.operations.OrmFileCreationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

30 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;

4. WARNING: DiscouragedReference

Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

53 : implements OrmFileCreationDataModelProperties

5. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

89 : PROJECT_NAME,

6. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

90 : SOURCE_FOLDER,

7. WARNING: DiscouragedReference

Discouraged access: The field FILE_PATH from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

91 : FILE_PATH,

8. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_ACCESS from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

92 : DEFAULT_ACCESS,

9. WARNING: DiscouragedReference

Discouraged access: The field ADD_TO_PERSISTENCE_UNIT from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

93 : ADD_TO_PERSISTENCE_UNIT,

10. WARNING: DiscouragedReference

Discouraged access: The field PERSISTENCE_UNIT from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

94 : PERSISTENCE_UNIT

11. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

119 : this.synchHelper.synchCombo(this.projectNameCombo, PROJECT_NAME, null);

12. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

132 : this.synchHelper.synchText(this.sourceFolderText, SOURCE_FOLDER, null);

13. WARNING: DiscouragedReference

Discouraged access: The field FILE_PATH from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

166 : this.synchHelper.synchText(this.filePathText, FILE_PATH, null);

14. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_ACCESS from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

179 : this.synchHelper.synchCombo(this.accessCombo, DEFAULT_ACCESS, null);

15. WARNING: DiscouragedReference

Discouraged access: The field ADD_TO_PERSISTENCE_UNIT from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

188 : this.synchHelper.synchCheckbox(this.addToPersistenceUnitButton, ADD_TO_PERSISTENCE_UNIT, null);

16. WARNING: DiscouragedReference

Discouraged access: The field PERSISTENCE_UNIT from the type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

208 : this.synchHelper.synchCombo(this.persistenceUnitCombo, PERSISTENCE_UNIT, null);

17. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

228 : String projectName = model.getStringProperty(PROJECT_NAME);

18. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

242 : model.setProperty(SOURCE_FOLDER, container.getFullPath().toPortableString());

19. WARNING: DiscouragedReference

Discouraged access: The type AbstractJpaProject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

253 : if (project.equals(AbstractJpaProject.getBundleRoot(project))) {

20. WARNING: DiscouragedReference

Discouraged access: The method getBundleRoot(IProject) from the type AbstractJpaProject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

253 : if (project.equals(AbstractJpaProject.getBundleRoot(project))) {

21. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

272 : return project.getName().equals(model.getProperty(PROJECT_NAME));

22. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type JpaFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

277 : IProject project = ProjectUtilities.getProject(model.getStringProperty(PROJECT_NAME));

23. WARNING: DiscouragedReference

Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

279 : if (JDTTools.packageFragmentRootIsSourceFolder(javaProject.getPackageFragmentRoot(container))) {

24. WARNING: DiscouragedReference

Discouraged access: The method packageFragmentRootIsSourceFolder(IPackageFragmentRoot) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

279 : if (JDTTools.packageFragmentRootIsSourceFolder(javaProject.getPackageFragmentRoot(container))) {

25. WARNING: DiscouragedReference

Discouraged access: The type AbstractJpaProject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

283 : if (element.equals(AbstractJpaProject.getBundleRoot(project))) {

26. WARNING: DiscouragedReference

Discouraged access: The method getBundleRoot(IProject) from the type AbstractJpaProject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jpt.core/@dot

MappingFileWizardPage.java :

283 : if (element.equals(AbstractJpaProject.getBundleRoot(project))) {

Source File: org/eclipse/jpt/ui/navigator/JpaNavigatorProvider.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.jface.ItemLabelProvider is never used

JpaNavigatorProvider.java :

12 : import org.eclipse.jpt.ui.jface.ItemLabelProvider;

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.jface.TreeItemContentProvider is never used

JpaNavigatorProvider.java :

14 : import org.eclipse.jpt.ui.jface.TreeItemContentProvider;

Source File: org/eclipse/jpt/ui/structure/JpaStructureProvider.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.jface.ItemLabelProvider is never used

JpaStructureProvider.java :

12 : import org.eclipse.jpt.ui.jface.ItemLabelProvider;

2. WARNING: UnusedImport

The import org.eclipse.jpt.ui.jface.TreeItemContentProvider is never used

JpaStructureProvider.java :

14 : import org.eclipse.jpt.ui.jface.TreeItemContentProvider;