Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 546 Number of classfiles: 1452
Problems: 250 (Errors: 0 Warnings: 250 )
The import org.eclipse.jpt.core.JpaPlatform is never used
JpaPlatformUi.java :
15 : import org.eclipse.jpt.core.JpaPlatform;
The import org.eclipse.jpt.core.JpaPlatform is never used
JpaPlatformUiProvider.java :
13 : import org.eclipse.jpt.core.JpaPlatform;
Discouraged access: The type ASTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaJavaCompletionProposalComputer.java :
32 : import org.eclipse.jpt.core.internal.utility.jdt.ASTTools;
Discouraged access: The type ASTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaJavaCompletionProposalComputer.java :
143 : CompilationUnit astRoot = ASTTools.buildASTRoot(cu);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaJavaCompletionProposalComputer.java :
143 : CompilationUnit astRoot = ASTTools.buildASTRoot(cu);
Discouraged access: The type SynchronizeClassesJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
SynchronizeClassesAction.java :
18 : import org.eclipse.jpt.core.internal.synch.SynchronizeClassesJob;
Discouraged access: The type SynchronizeClassesJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
SynchronizeClassesAction.java :
32 : SynchronizeClassesJob job = new SynchronizeClassesJob(file);
Discouraged access: The constructor SynchronizeClassesJob(IFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
SynchronizeClassesAction.java :
32 : SynchronizeClassesJob job = new SynchronizeClassesJob(file);
Discouraged access: The type SynchronizeClassesJob is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
SynchronizeClassesAction.java :
32 : SynchronizeClassesJob job = new SynchronizeClassesJob(file);
The import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution is never used
PersistentTypeMapAsHandler.java :
19 : import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution;
The import org.eclipse.swt.widgets.Text is never used
AbstractOrderingComposite.java :
20 : import org.eclipse.swt.widgets.Text;
The import org.eclipse.jpt.core.context.IdMapping is never used
GeneratorComposite.java :
14 : import org.eclipse.jpt.core.context.IdMapping;
The import org.eclipse.jpt.core.context.JoinTable is never used
JoinColumnInReferenceTableDialog.java :
13 : import org.eclipse.jpt.core.context.JoinTable;
The import org.eclipse.jpt.core.context.JoinTable is never used
JoinColumnInReferenceTableStateObject.java :
14 : import org.eclipse.jpt.core.context.JoinTable;
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;
The import org.eclipse.swt.widgets.Button is never used
PrimaryKeyJoinColumnsInSecondaryTableComposite.java :
43 : import org.eclipse.swt.widgets.Button;
The import org.eclipse.jpt.core.context.IdMapping is never used
SequenceGeneratorComposite.java :
15 : import org.eclipse.jpt.core.context.IdMapping;
The import org.eclipse.jpt.core.context.IdMapping is never used
TableGeneratorComposite.java :
15 : import org.eclipse.jpt.core.context.IdMapping;
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
197 : protected void databaseChanged_(@SuppressWarnings("unused") Database database) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
207 : protected void catalogChanged_(@SuppressWarnings("unused") Catalog catalog) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
217 : protected void schemaChanged_(@SuppressWarnings("unused") Schema schema) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
227 : protected void sequenceChanged_(@SuppressWarnings("unused") Sequence sequence) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
237 : protected void tableChanged_(@SuppressWarnings("unused") Table table) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
247 : protected void columnChanged_(@SuppressWarnings("unused") Column column) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
257 : protected void foreignKeyChanged_(@SuppressWarnings("unused") ForeignKey foreignKey) {
The import org.eclipse.jpt.core.context.MappedSuperclass is never used
JavaMappedSuperclassComposite.java :
12 : import org.eclipse.jpt.core.context.MappedSuperclass;
The import org.eclipse.jpt.ui.details.java.JavaUiFactory is never used
JavaMappedSuperclassComposite.java :
15 : import org.eclipse.jpt.ui.details.java.JavaUiFactory;
The import org.eclipse.jpt.ui.internal.details.IdClassComposite is never used
JavaMappedSuperclassComposite.java :
17 : import org.eclipse.jpt.ui.internal.details.IdClassComposite;
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;
The import org.eclipse.jpt.core.context.orm.EntityMappings is never used
EntityMappingsDetailsPage.java :
12 : import org.eclipse.jpt.core.context.orm.EntityMappings;
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;
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;
The import org.eclipse.jpt.ui.internal.widgets.EnumFormComboViewer is never used
EntityMappingsDetailsPage.java :
16 : import org.eclipse.jpt.ui.internal.widgets.EnumFormComboViewer;
The import org.eclipse.jpt.core.context.ManyToManyMapping is never used
OrmManyToManyMappingComposite.java :
12 : import org.eclipse.jpt.core.context.ManyToManyMapping;
The import org.eclipse.jpt.ui.internal.details.ManyToManyJoiningStrategyPane is never used
OrmManyToManyMappingComposite.java :
19 : import org.eclipse.jpt.ui.internal.details.ManyToManyJoiningStrategyPane;
The import org.eclipse.jpt.ui.internal.details.OrderingComposite is never used
OrmManyToManyMappingComposite.java :
20 : import org.eclipse.jpt.ui.internal.details.OrderingComposite;
The import org.eclipse.jpt.core.context.ManyToOneMapping is never used
OrmManyToOneMappingComposite.java :
12 : import org.eclipse.jpt.core.context.ManyToOneMapping;
The import org.eclipse.jpt.ui.internal.details.ManyToOneJoiningStrategyPane is never used
OrmManyToOneMappingComposite.java :
19 : import org.eclipse.jpt.ui.internal.details.ManyToOneJoiningStrategyPane;
The import org.eclipse.swt.widgets.Text is never used
OrmMappingNameChooser.java :
18 : import org.eclipse.swt.widgets.Text;
The import org.eclipse.jpt.core.context.OneToManyMapping is never used
OrmOneToManyMappingComposite.java :
12 : import org.eclipse.jpt.core.context.OneToManyMapping;
The import org.eclipse.jpt.ui.internal.details.JoinTableComposite is never used
OrmOneToManyMappingComposite.java :
19 : import org.eclipse.jpt.ui.internal.details.JoinTableComposite;
The import org.eclipse.jpt.ui.internal.details.OrderingComposite is never used
OrmOneToManyMappingComposite.java :
20 : import org.eclipse.jpt.ui.internal.details.OrderingComposite;
The import org.eclipse.jpt.core.context.OneToOneMapping is never used
OrmOneToOneMappingComposite.java :
12 : import org.eclipse.jpt.core.context.OneToOneMapping;
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
20 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
21 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
AddPersistentClassDialog.java :
38 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
166 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
166 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
166 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
169 : javaTypeCompletionProcessor.setPackageFragment(pfr.getPackageFragment(""));
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
174 : ControlContentAssistHelper.createTextContentAssistant(
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddPersistentClassDialog.java :
174 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
AddPersistentClassDialog.java :
195 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
AddPersistentClassDialog.java :
195 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());
The import org.eclipse.jpt.core.context.BasicMapping is never used
AbstractElementCollectionMapping2_0Composite.java :
12 : import org.eclipse.jpt.core.context.BasicMapping;
The import org.eclipse.jpt.core.context.BasicMapping is never used
ElementCollectionMapping2_0Composite.java :
12 : import org.eclipse.jpt.core.context.BasicMapping;
The import org.eclipse.jpt.core.context.ManyToOneRelationshipReference is never used
ManyToOneJoiningStrategy2_0Pane.java :
12 : import org.eclipse.jpt.core.context.ManyToOneRelationshipReference;
The import org.eclipse.jpt.core.context.OneToManyRelationshipReference is never used
OneToManyJoiningStrategy2_0Pane.java :
12 : import org.eclipse.jpt.core.context.OneToManyRelationshipReference;
The import org.eclipse.jpt.core.context.OneToOneMapping is never used
OneToOneJoiningStrategy2_0Pane.java :
12 : import org.eclipse.jpt.core.context.OneToOneMapping;
The import org.eclipse.jpt.core.context.OneToOneRelationshipReference is never used
OneToOneJoiningStrategy2_0Pane.java :
13 : import org.eclipse.jpt.core.context.OneToOneRelationshipReference;
The import org.eclipse.jpt.ui.internal.details.OneToOneMappingComposite is never used
OneToOneJoiningStrategy2_0Pane.java :
19 : import org.eclipse.jpt.ui.internal.details.OneToOneMappingComposite;
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;
The import org.eclipse.jpt.core.context.MappedSuperclass is never used
JavaMappedSuperclass2_0Composite.java :
13 : import org.eclipse.jpt.core.context.MappedSuperclass;
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;
The import org.eclipse.jpt.core.JpaPlatform is never used
PersistentTypeMapAsContribution.java :
13 : import org.eclipse.jpt.core.JpaPlatform;
The type PersistenceUnitMappingFilesComposite.SAXHandler is never used locally
PersistenceUnitMappingFilesComposite.java :
335 : private static class SAXHandler extends DefaultHandler {
The method getRootTagName() from the type PersistenceUnitMappingFilesComposite.SAXHandler is never used locally
PersistenceUnitMappingFilesComposite.java :
339 : public String getRootTagName() {
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;
Discouraged access: The type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
45 : import org.eclipse.jpt.core.internal.JpaPlatformRegistry;
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
46 : import org.eclipse.jpt.core.internal.JptCoreMessages;
Discouraged access: The type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
47 : import org.eclipse.jpt.core.internal.facet.JpaLibraryProviderConstants;
Discouraged access: The type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
226 : getLibraryInstallDelegate().setEnablementContextVariable(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, newPlatformId);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
226 : getLibraryInstallDelegate().setEnablementContextVariable(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, newPlatformId);
Discouraged access: The type JpaLibraryProviderConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
411 : enablementVariables.put(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, ""); //$NON-NLS-1$
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
411 : enablementVariables.put(JpaLibraryProviderConstants.EXPR_VAR_JPA_PLATFORM, ""); //$NON-NLS-1$
Discouraged access: The type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
502 : Iterable<String> enabledPlatformIds = JpaPlatformRegistry.instance().getJpaPlatformIdsForJpaFacetVersion(jpaFacetVersion);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
502 : Iterable<String> enabledPlatformIds = JpaPlatformRegistry.instance().getJpaPlatformIdsForJpaFacetVersion(jpaFacetVersion);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
502 : Iterable<String> enabledPlatformIds = JpaPlatformRegistry.instance().getJpaPlatformIdsForJpaFacetVersion(jpaFacetVersion);
Discouraged access: The type JpaPlatformRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
523 : return JpaPlatformRegistry.instance().getJpaPlatformLabel(id);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
523 : return JpaPlatformRegistry.instance().getJpaPlatformLabel(id);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
523 : return JpaPlatformRegistry.instance().getJpaPlatformLabel(id);
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
908 : JptCoreMessages.VALIDATE_CONNECTION_INVALID,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
908 : JptCoreMessages.VALIDATE_CONNECTION_INVALID,
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
913 : statuses.get(INFO_STATUS).add(this.buildInfoStatus(JptCoreMessages.VALIDATE_CONNECTION_NOT_CONNECTED));
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
913 : statuses.get(INFO_STATUS).add(this.buildInfoStatus(JptCoreMessages.VALIDATE_CONNECTION_NOT_CONNECTED));
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
921 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_CATALOG_NOT_SPECIFIED));
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
921 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_CATALOG_NOT_SPECIFIED));
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
927 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_CATALOG,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
927 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_CATALOG,
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
937 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_SCHEMA_NOT_SPECIFIED));
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
937 : statuses.get(ERROR_STATUS).add(this.buildErrorStatus(JptCoreMessages.VALIDATE_DEFAULT_SCHEMA_NOT_SPECIFIED));
Discouraged access: The type JptCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
943 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_SCHEMA,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaProjectPropertiesPage.java :
943 : JptCoreMessages.VALIDATE_CONNECTION_DOESNT_CONTAIN_SCHEMA,
The local variable count is never read
AbstractComboModelAdapter.java :
324 : int count = this.comboHolder.getItemCount();
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
482 : protected void listCleared(@SuppressWarnings("unused") ListClearEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
492 : protected void listChanged(@SuppressWarnings("unused") ListChangeEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
557 : protected void selectedItemsCleared(@SuppressWarnings("unused") CollectionClearEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
564 : protected void selectedItemsChanged(@SuppressWarnings("unused") CollectionChangeEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
584 : protected void tableSelectionChanged(@SuppressWarnings("unused") SelectionEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
606 : protected void tableDoubleClicked(@SuppressWarnings("unused") SelectionEvent event) {
Unnecessary @SuppressWarnings("unused")
TableModelAdapter.java :
623 : protected void tableDisposed(@SuppressWarnings("unused") DisposeEvent event) {
Unnecessary @SuppressWarnings("unused")
DropDownListBoxSelectionBinding.java :
175 : private void selectedItemChanged_(@SuppressWarnings("unused") PropertyChangeEvent event) {
Unnecessary @SuppressWarnings("unused")
DropDownListBoxSelectionBinding.java :
220 : private void dropDownListBoxSelectionChanged_(@SuppressWarnings("unused") SelectionEvent event) {
Unnecessary @SuppressWarnings("unused")
ListBoxSelectionBinding.java :
245 : private void selectedItemsCleared_(@SuppressWarnings("unused") CollectionClearEvent event) {
Unnecessary @SuppressWarnings("unused")
ListBoxSelectionBinding.java :
255 : private void selectedItemsChanged_(@SuppressWarnings("unused") CollectionChangeEvent event) {
Unnecessary @SuppressWarnings("unused")
ListBoxSelectionBinding.java :
285 : private void listBoxSelectionChanged_(@SuppressWarnings("unused") SelectionEvent event) {
Unnecessary @SuppressWarnings("unused")
ListWidgetModelBinding.java :
282 : private void listCleared_(@SuppressWarnings("unused") ListClearEvent event) {
Unnecessary @SuppressWarnings("unused")
ListWidgetModelBinding.java :
295 : private void listChanged_(@SuppressWarnings("unused") ListChangeEvent event) {
Unnecessary @SuppressWarnings("unused")
ListWidgetModelBinding.java :
310 : void listWidgetDisposed(@SuppressWarnings("unused") DisposeEvent event) {
Unnecessary @SuppressWarnings("unused")
AbstractJpaView.java :
162 : protected void subcreatePartControl(@SuppressWarnings("unused") Composite parent) {
Unnecessary @SuppressWarnings("unused")
JpaStructurePage.java :
144 : void projectsCleared(@SuppressWarnings("unused") CollectionClearEvent event) {
Unnecessary @SuppressWarnings("unused")
JpaStructurePage.java :
148 : void projectsChanged(@SuppressWarnings("unused") CollectionChangeEvent event) {
Unnecessary @SuppressWarnings("unused")
JpaStructurePage.java :
193 : void jpaFilesCleared(@SuppressWarnings("unused") CollectionClearEvent event) {
Unnecessary @SuppressWarnings("unused")
JpaStructurePage.java :
197 : void jpaFilesChanged(@SuppressWarnings("unused") CollectionChangeEvent event) {
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserComboPane.java :
12 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserComboPane.java :
70 : ControlContentAssistHelper.createComboContentAssistant(
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserComboPane.java :
70 : ControlContentAssistHelper.createComboContentAssistant( combo, javaTypeCompletionProcessor );
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
22 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
23 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;
Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
24 : import org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
ClassChooserPane.java :
32 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
72 : protected JavaTypeCompletionProcessor javaTypeCompletionProcessor;
Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
107 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
107 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
136 : this.javaTypeCompletionProcessor.setPackageFragment(packageFragment);
Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
195 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);
Discouraged access: The constructor NewClassCreationWizard(NewClassWizardPage, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
195 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);
Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
195 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
196 : wizard.init(PlatformUI.getWorkbench(), selection);
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
279 : ControlContentAssistHelper.createTextContentAssistant(
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClassChooserPane.java :
279 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
ClassChooserPane.java :
342 : Iterator<IPackageFragmentRoot> i = JDTTools.getJavaSourceFolders(getJpaProject().getJavaProject()).iterator();
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
ClassChooserPane.java :
342 : Iterator<IPackageFragmentRoot> i = JDTTools.getJavaSourceFolders(getJpaProject().getJavaProject()).iterator();
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
ClassChooserPane.java :
360 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
ClassChooserPane.java :
360 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
15 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
16 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaPackageCompletionProcessor;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
PackageChooserPane.java :
22 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
58 : private JavaPackageCompletionProcessor javaPackageCompletionProcessor;
Discouraged access: The constructor JavaPackageCompletionProcessor(ILabelProvider) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
93 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor( new JavaElementLabelProvider(JavaElementLabelProvider.SHOW_ROOT) );
Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
93 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor(
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
119 : this.javaPackageCompletionProcessor.setPackageFragmentRoot(root);
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
142 : ControlContentAssistHelper.createTextContentAssistant(
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
PackageChooserPane.java :
142 : ControlContentAssistHelper.createTextContentAssistant( text, javaPackageCompletionProcessor );
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
PackageChooserPane.java :
229 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
PackageChooserPane.java :
229 : return JDTTools.getCodeCompletionContextRoot(getJpaProject().getJavaProject());
Discouraged access: The type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
15 : import org.eclipse.jpt.core.internal.facet.JpaFacetDataModelProperties;
Discouraged access: The type JpaFacetDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
39 : implements JpaFacetDataModelProperties
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
70 : model.setProperty(RUNTIME, wc.getPrimaryRuntime());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
74 : model.setProperty(RUNTIME, wc.getPrimaryRuntime());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
107 : PLATFORM_ID,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
108 : CONNECTION,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
109 : USER_WANTS_TO_OVERRIDE_DEFAULT_CATALOG,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
110 : USER_OVERRIDE_DEFAULT_CATALOG,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
111 : USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
112 : USER_OVERRIDE_DEFAULT_SCHEMA,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
113 : DISCOVER_ANNOTATED_CLASSES,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
114 : LIBRARY_PROVIDER_DELEGATE
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
160 : synchHelper.synchCombo(platformCombo, PLATFORM_ID, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
170 : = (LibraryInstallDelegate) getDataModel().getProperty(LIBRARY_PROVIDER_DELEGATE);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
197 : synchHelper.synchRadio(discoverClassesButton, DISCOVER_ANNOTATED_CLASSES, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetActionPage.java :
200 : synchHelper.synchRadio(listClassesButton, LIST_ANNOTATED_CLASSES, null);
Discouraged access: The type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
12 : import org.eclipse.jpt.core.internal.facet.JpaFacetInstallDataModelProperties;
Discouraged access: The type JpaFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
35 : implements JpaFacetInstallDataModelProperties
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
63 : USER_WANTS_TO_ADD_DB_DRIVER_JARS_TO_CLASSPATH,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
64 : DB_DRIVER_NAME);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
103 : synchHelper.synchCombo(connectionCombo, CONNECTION, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
142 : synchHelper.synchCheckbox(addDriverLibraryButton, USER_WANTS_TO_ADD_DB_DRIVER_JARS_TO_CLASSPATH, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
152 : driverLibraryCombo, DB_DRIVER_NAME,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
157 : synchHelper.synchCheckbox(overrideDefaultCatalogButton, USER_WANTS_TO_OVERRIDE_DEFAULT_CATALOG, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
167 : defaultCatalogCombo, USER_OVERRIDE_DEFAULT_CATALOG,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
172 : synchHelper.synchCheckbox(overrideDefaultSchemaButton, USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
182 : defaultSchemaCombo, USER_OVERRIDE_DEFAULT_SCHEMA,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
189 : model.setProperty(CONNECTION, connectionName);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
197 : model.setBooleanProperty(CONNECTION_ACTIVE, cp.isActive());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
210 : return JptDbPlugin.instance().getConnectionProfileFactory().buildConnectionProfile(model.getStringProperty(CONNECTION));
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
JpaFacetInstallPage.java :
228 : synchHelper.synchCheckbox(createOrmXmlButton, CREATE_ORM_XML, null);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
NewEntityDropDownAction.java :
44 : import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
NewEntityDropDownAction.java :
137 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
NewEntityDropDownAction.java :
137 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);
The field EntityFieldsWizardPage.fieldAccessButton is never read locally
EntityFieldsWizardPage.java :
41 : private Button fieldAccessButton;
The field EntityFieldsWizardPage.propertyAccessButton is never read locally
EntityFieldsWizardPage.java :
42 : private Button propertyAccessButton;
The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used
EntityDataModelProvider.java :
39 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;
The import org.eclipse.emf.codegen.jet.JETEmitter is never used
NewEntityClassOperation.java :
35 : import org.eclipse.emf.codegen.jet.JETEmitter;
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;
The field NewEntityClassOperation.VERSION_STRING is never read locally
NewEntityClassOperation.java :
98 : private static final String VERSION_STRING = "1.0";//$NON-NLS-1$
The method getLastSegment(String) from the type NewEntityClassOperation is never used locally
NewEntityClassOperation.java :
527 : private String getLastSegment(String input) {
Unnecessary @SuppressWarnings("restriction")
ColumnGenPanel.java :
253 : @SuppressWarnings("restriction")
The import org.eclipse.jdt.core.IJavaElement is never used
GenerateEntitiesFromSchemaWizard.java :
29 : import org.eclipse.jdt.core.IJavaElement;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
GenerateEntitiesFromSchemaWizard.java :
45 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
GenerateEntitiesFromSchemaWizard.java :
182 : for (IPackageFragmentRoot root : JDTTools.getJavaSourceFolders(this.jpaProject.getJavaProject())) {
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
GenerateEntitiesFromSchemaWizard.java :
182 : for (IPackageFragmentRoot root : JDTTools.getJavaSourceFolders(this.jpaProject.getJavaProject())) {
Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TableAssociationsWizardPage.java :
24 : import org.eclipse.jdt.internal.ui.dialogs.StatusUtil;
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TableAssociationsWizardPage.java :
25 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField;
Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TableAssociationsWizardPage.java :
26 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.IStringButtonAdapter;
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TableAssociationsWizardPage.java :
27 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil;
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TableAssociationsWizardPage.java :
28 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField;
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TablesAndColumnsCustomizationWizardPage.java :
18 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil;
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TablesAndColumnsCustomizationWizardPage.java :
229 : LayoutUtil.setWidthHint(text, getMaxFieldWidth());
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TablesAndColumnsCustomizationWizardPage.java :
229 : LayoutUtil.setWidthHint(text, getMaxFieldWidth());
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TablesAndColumnsCustomizationWizardPage.java :
230 : LayoutUtil.setHorizontalGrabbing(text);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
TablesAndColumnsCustomizationWizardPage.java :
230 : LayoutUtil.setHorizontalGrabbing(text);
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
31 : import org.eclipse.jpt.core.internal.operations.OrmFileCreationDataModelProperties;
Discouraged access: The type OrmFileCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
32 : import org.eclipse.jpt.core.internal.operations.OrmFileCreationDataModelProvider;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
33 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Discouraged access: The constructor OrmFileCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
78 : return new OrmFileCreationDataModelProvider();
Discouraged access: The type OrmFileCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
78 : return new OrmFileCreationDataModelProvider();
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
94 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PROJECT_NAME, project.getName());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
94 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PROJECT_NAME, project.getName());
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
97 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER, sourceFolder.getFullPath().toPortableString());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
97 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER, sourceFolder.getFullPath().toPortableString());
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
100 : getDataModel().setBooleanProperty(OrmFileCreationDataModelProperties.ADD_TO_PERSISTENCE_UNIT, true);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
100 : getDataModel().setBooleanProperty(OrmFileCreationDataModelProperties.ADD_TO_PERSISTENCE_UNIT, true);
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
101 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PERSISTENCE_UNIT, pUnit.getName());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
101 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PERSISTENCE_UNIT, pUnit.getName());
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
193 : if (JDTTools.packageFragmentRootIsSourceFolder(packageFragmentRoot)) {
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
193 : if (JDTTools.packageFragmentRootIsSourceFolder(packageFragmentRoot)) {
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
237 : getDataModel().getValidPropertyDescriptors(OrmFileCreationDataModelProperties.PROJECT_NAME)) {
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
237 : getDataModel().getValidPropertyDescriptors(OrmFileCreationDataModelProperties.PROJECT_NAME)) {
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
249 : String projectName = (String) getDataModel().getProperty(OrmFileCreationDataModelProperties.PROJECT_NAME);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
249 : String projectName = (String) getDataModel().getProperty(OrmFileCreationDataModelProperties.PROJECT_NAME);
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
251 : String sourceFolder = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
251 : String sourceFolder = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER);
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
252 : String filePath = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.FILE_PATH);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizard.java :
252 : String filePath = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.FILE_PATH);
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
29 : import org.eclipse.jpt.core.internal.operations.OrmFileCreationDataModelProperties;
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
30 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Discouraged access: The type OrmFileCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
53 : implements OrmFileCreationDataModelProperties
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
89 : PROJECT_NAME,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
90 : SOURCE_FOLDER,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
91 : FILE_PATH,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
92 : DEFAULT_ACCESS,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
93 : ADD_TO_PERSISTENCE_UNIT,
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
94 : PERSISTENCE_UNIT
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
119 : this.synchHelper.synchCombo(this.projectNameCombo, PROJECT_NAME, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
132 : this.synchHelper.synchText(this.sourceFolderText, SOURCE_FOLDER, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
166 : this.synchHelper.synchText(this.filePathText, FILE_PATH, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
179 : this.synchHelper.synchCombo(this.accessCombo, DEFAULT_ACCESS, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
188 : this.synchHelper.synchCheckbox(this.addToPersistenceUnitButton, ADD_TO_PERSISTENCE_UNIT, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
208 : this.synchHelper.synchCombo(this.persistenceUnitCombo, PERSISTENCE_UNIT, null);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
228 : String projectName = model.getStringProperty(PROJECT_NAME);
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
242 : model.setProperty(SOURCE_FOLDER, container.getFullPath().toPortableString());
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
264 : return project.getName().equals(model.getProperty(PROJECT_NAME));
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
269 : IProject project = ProjectUtilities.getProject(model.getStringProperty(PROJECT_NAME));
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
271 : if (JDTTools.packageFragmentRootIsSourceFolder(javaProject.getPackageFragmentRoot(folder))) {
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.0-S/workdir/plugins/org.eclipse.jpt.core/@dot
MappingFileWizardPage.java :
271 : if (JDTTools.packageFragmentRootIsSourceFolder(javaProject.getPackageFragmentRoot(folder))) {
The import org.eclipse.jpt.ui.jface.ItemLabelProvider is never used
JpaNavigatorProvider.java :
12 : import org.eclipse.jpt.ui.jface.ItemLabelProvider;
The import org.eclipse.jpt.ui.jface.TreeItemContentProvider is never used
JpaNavigatorProvider.java :
14 : import org.eclipse.jpt.ui.jface.TreeItemContentProvider;
The import org.eclipse.jpt.ui.jface.ItemLabelProvider is never used
JpaStructureProvider.java :
12 : import org.eclipse.jpt.ui.jface.ItemLabelProvider;
The import org.eclipse.jpt.ui.jface.TreeItemContentProvider is never used
JpaStructureProvider.java :
14 : import org.eclipse.jpt.ui.jface.TreeItemContentProvider;