Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 31 Number of classfiles: 37
Problems: 249 (Errors: 0 Warnings: 249 )
Discouraged access: The type J2EEBinaryModulesItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ApplicationViewerSorter.java :
14 : import org.eclipse.jst.j2ee.internal.provider.J2EEBinaryModulesItemProvider;
Discouraged access: The type J2EEBinaryModulesItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ApplicationViewerSorter.java :
24 : if(e1 instanceof J2EEBinaryModulesItemProvider){
Discouraged access: The type J2EEBinaryModulesItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
ApplicationViewerSorter.java :
26 : } else if(e2 instanceof J2EEBinaryModulesItemProvider){
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
33 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
34 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
35 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
42 : public class EMFRootObjectManager implements EditModelListener, IResourceChangeListener, IResourceDeltaVisitor {
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
69 : EditModel editModel = null;
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
72 : editModel = (EditModel) projectEditModels.remove(keys[i]);
Discouraged access: The method removeListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
74 : editModel.removeListener(this);
Discouraged access: The method releaseAccess(Object) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
75 : editModel.releaseAccess(this);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
89 : EditModel editModel = getEditModelForProject(project);
Discouraged access: The method getPrimaryRootObject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
91 : rootObject = editModel.getPrimaryRootObject();
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
100 : protected EditModel getEditModelForProject(IProject project) {
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
103 : EditModel editModel = null;
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
105 : editModel = (EditModel) projectEditModels.get(project);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
112 : editModel = (EditModel) artifactEdit.getAdapter(EditModel.class);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
112 : editModel = (EditModel) artifactEdit.getAdapter(EditModel.class);
Discouraged access: The method addListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
114 : editModel.addListener(this);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
127 : protected void addMapping(IProject project, EditModel editModel) {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
136 : public void editModelChanged(EditModelEvent anEvent) {
Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
137 : IProject affectedProject = anEvent.getEditModel().getProject();
Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
137 : IProject affectedProject = anEvent.getEditModel().getProject();
Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
138 : switch (anEvent.getEventCode()) {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
139 : case EditModelEvent.UNLOADED_RESOURCE :
Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
139 : case EditModelEvent.UNLOADED_RESOURCE :
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
140 : case EditModelEvent.REMOVED_RESOURCE : {
Discouraged access: The field REMOVED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
140 : case EditModelEvent.REMOVED_RESOURCE : {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
146 : case EditModelEvent.SAVE : {
Discouraged access: The field SAVE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
146 : case EditModelEvent.SAVE : {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
152 : case EditModelEvent.PRE_DISPOSE :
Discouraged access: The field PRE_DISPOSE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
152 : case EditModelEvent.PRE_DISPOSE :
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
221 : EditModel editModel = (EditModel) projectEditModels.remove(affectedProject);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
221 : EditModel editModel = (EditModel) projectEditModels.remove(affectedProject);
Discouraged access: The method removeListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
224 : editModel.removeListener(this);
Discouraged access: The method releaseAccess(Object) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EMFRootObjectManager.java :
225 : editModel.releaseAccess(this);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
24 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
25 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
26 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
29 : public class FlexibleEMFModelManager extends EMFModelManager implements EditModelListener{
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
147 : public void editModelChanged(EditModelEvent anEvent) {
Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
148 : IProject affectedProject = anEvent.getEditModel().getProject();
Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
148 : IProject affectedProject = anEvent.getEditModel().getProject();
Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
150 : switch (anEvent.getEventCode()) {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
151 : case EditModelEvent.UNLOADED_RESOURCE :
Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
151 : case EditModelEvent.UNLOADED_RESOURCE :
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
152 : case EditModelEvent.REMOVED_RESOURCE : {
Discouraged access: The field REMOVED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
152 : case EditModelEvent.REMOVED_RESOURCE : {
Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
153 : Object oldRootObject = removeRootObject(anEvent.getEditModel(),affectedProject);
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
159 : case EditModelEvent.SAVE : {
Discouraged access: The field SAVE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
159 : case EditModelEvent.SAVE : {
Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
160 : Object oldRootObject = getRootObject(anEvent.getEditModel(),affectedProject);
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
165 : case EditModelEvent.PRE_DISPOSE :
Discouraged access: The field PRE_DISPOSE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
165 : case EditModelEvent.PRE_DISPOSE :
Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
166 : dispose(anEvent.getEditModel(),affectedProject);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
181 : private Object getRootObject(EditModel editModel, IProject project) {
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
194 : private Object removeRootObject(EditModel editModel, IProject project) {
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
207 : private void dispose( EditModel editModel, IProject project) {
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
FlexibleEMFModelManager.java :
217 : private ArtifactEdit getArtifactEdit(EditModel editModel, IProject project) {
Discouraged access: The type AppClientComponentExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
13 : import org.eclipse.jst.j2ee.internal.wizard.AppClientComponentExportWizard;
Discouraged access: The type AppClientComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
14 : import org.eclipse.jst.j2ee.internal.wizard.AppClientComponentImportWizard;
Discouraged access: The type EARComponentExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
15 : import org.eclipse.jst.j2ee.internal.wizard.EARComponentExportWizard;
Discouraged access: The type EARComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
16 : import org.eclipse.jst.j2ee.internal.wizard.EARComponentImportWizard;
Discouraged access: The type J2EEUtilityJarImportWizardNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
17 : import org.eclipse.jst.j2ee.internal.wizard.J2EEUtilityJarImportWizardNew;
Discouraged access: The type ConnectorComponentExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca.ui/@dot
IJ2EEWizardConstants.java :
18 : import org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentExportWizard;
Discouraged access: The type ConnectorComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca.ui/@dot
IJ2EEWizardConstants.java :
19 : import org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorComponentImportWizard;
Discouraged access: The type EARComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
44 : String IMPORT_EAR_WIZARD_ID = EARComponentImportWizard.class.getName();
Discouraged access: The type AppClientComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
46 : String IMPORT_APPCLIENT_WIZARD_ID = AppClientComponentImportWizard.class.getName();
Discouraged access: The type ConnectorComponentImportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca.ui/@dot
IJ2EEWizardConstants.java :
48 : String IMPORT_CONNECTOR_WIZARD_ID = ConnectorComponentImportWizard.class.getName();
Discouraged access: The type J2EEUtilityJarImportWizardNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
56 : String IMPORT_UTILITY_JAR_WIZARD_ID = J2EEUtilityJarImportWizardNew.class.getName();
Discouraged access: The type EARComponentExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
58 : String EXPORT_EAR_WIZARD_ID = EARComponentExportWizard.class.getName();
Discouraged access: The type AppClientComponentExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
IJ2EEWizardConstants.java :
60 : String EXPORT_APPCLIENT_WIZARD_ID = AppClientComponentExportWizard.class.getName();
Discouraged access: The type ConnectorComponentExportWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca.ui/@dot
IJ2EEWizardConstants.java :
62 : String EXPORT_CONNECTOR_WIZARD_ID = ConnectorComponentExportWizard.class.getName();
Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
21 : import org.eclipse.jst.j2ee.internal.actions.OpenJ2EEResourceAction;
Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
22 : import org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider;
Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
34 : private OpenJ2EEResourceAction openAction;
Discouraged access: The constructor OpenJ2EEResourceAction() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
50 : openAction = new OpenJ2EEResourceAction();
Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
50 : openAction = new OpenJ2EEResourceAction();
Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
73 : J2EEUtilityJarItemProvider utilityJarItemProvider = null;
Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
76 : utilityJarItemProvider = (J2EEUtilityJarItemProvider) array[i];
Discouraged access: The method getChildren(Object) from the type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
77 : newSelection.addAll(utilityJarItemProvider.getChildren(null));
Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEActionProvider.java :
130 : if (items[i] == null || items[i].getClass() != J2EEUtilityJarItemProvider.class)
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
19 : import org.eclipse.jst.j2ee.internal.ejb.provider.J2EEJavaClassProviderHelper;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
32 : J2EEJavaClassProviderHelper providerHelperLeftArg = null;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
33 : J2EEJavaClassProviderHelper providerHelperRightArg = null;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
35 : if (o1 instanceof J2EEJavaClassProviderHelper)
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
36 : providerHelperLeftArg = (J2EEJavaClassProviderHelper) o1;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
37 : if (o2 instanceof J2EEJavaClassProviderHelper)
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
38 : providerHelperRightArg = (J2EEJavaClassProviderHelper) o2;
Discouraged access: The method getText() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
43 : return providerHelperLeftArg.getText().compareTo(providerHelperRightArg.getText());
Discouraged access: The method getText() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEComparator.java :
43 : return providerHelperLeftArg.getText().compareTo(providerHelperRightArg.getText());
Discouraged access: The type BeanClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
32 : import org.eclipse.jst.j2ee.internal.ejb.provider.BeanClassProviderHelper;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
33 : import org.eclipse.jst.j2ee.internal.ejb.provider.J2EEJavaClassProviderHelper;
Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
34 : import org.eclipse.jst.j2ee.internal.provider.MethodsProviderDelegate;
Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEContentProvider.java :
40 : import org.eclipse.wst.common.internal.emfworkbench.integration.DynamicAdapterFactory;
Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
52 : private MethodsProviderDelegate delegateMethodsProvider;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
93 : && !(aParentElement instanceof J2EEJavaClassProviderHelper)) {
Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
121 : } else if (MethodsProviderDelegate.providesContentFor(aParentElement))
Discouraged access: The method providesContentFor(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
121 : } else if (MethodsProviderDelegate.providesContentFor(aParentElement))
Discouraged access: The method getChildren(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
122 : return delegateMethodsProvider.getChildren(aParentElement);
Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
136 : if (MethodsProviderDelegate.providesContentFor(object))
Discouraged access: The method providesContentFor(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
136 : if (MethodsProviderDelegate.providesContentFor(object))
Discouraged access: The method getParent(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
137 : return delegateMethodsProvider.getParent(object);
Discouraged access: The type BeanClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
142 : if(object instanceof BeanClassProviderHelper)
Discouraged access: The method getEjb() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
143 : parent = ((BeanClassProviderHelper) object).getEjb();
Discouraged access: The type BeanClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
143 : parent = ((BeanClassProviderHelper) object).getEjb();
Discouraged access: The method dispose() from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
158 : delegateMethodsProvider.dispose();
Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
166 : if (MethodsProviderDelegate.providesContentFor(element))
Discouraged access: The method providesContentFor(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
166 : if (MethodsProviderDelegate.providesContentFor(element))
Discouraged access: The method hasChildren(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
167 : return delegateMethodsProvider.hasChildren(element);
Discouraged access: The method inputChanged(Viewer, Object, Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
191 : delegateMethodsProvider.inputChanged(aViewer, anOldInput, aNewInput);
Discouraged access: The method dispose() from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
203 : delegateMethodsProvider.dispose();
Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEContentProvider.java :
206 : DynamicAdapterFactory adapterFactory = new DynamicAdapterFactory(aViewerId);
Discouraged access: The constructor DynamicAdapterFactory(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEContentProvider.java :
206 : DynamicAdapterFactory adapterFactory = new DynamicAdapterFactory(aViewerId);
Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEContentProvider.java :
206 : DynamicAdapterFactory adapterFactory = new DynamicAdapterFactory(aViewerId);
Discouraged access: The constructor MethodsProviderDelegate(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
208 : delegateMethodsProvider = new MethodsProviderDelegate(adapterFactory);
Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EEContentProvider.java :
208 : delegateMethodsProvider = new MethodsProviderDelegate(adapterFactory);
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEEMFAdapterFactory.java :
22 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEEMFAdapterFactory.java :
50 : return WorkbenchResourceHelper.getFile((EObject) adaptableObject);
Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EEEMFAdapterFactory.java :
50 : return WorkbenchResourceHelper.getFile((EObject) adaptableObject);
Discouraged access: The type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EELabelProvider.java :
24 : import org.eclipse.jst.j2ee.common.internal.util.CommonUtil;
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
25 : import org.eclipse.jst.j2ee.internal.ejb.provider.J2EEJavaClassProviderHelper;
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;
Discouraged access: The type J2EEAdapterFactoryLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
27 : import org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider;
Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EELabelProvider.java :
32 : import org.eclipse.wst.common.internal.emfworkbench.integration.DynamicAdapterFactory;
Discouraged access: The constructor J2EEAdapterFactoryLabelProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
59 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(aViewerId));
Discouraged access: The type J2EEAdapterFactoryLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
59 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(aViewerId));
Discouraged access: The constructor DynamicAdapterFactory(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EELabelProvider.java :
59 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(aViewerId));
Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
J2EELabelProvider.java :
59 : delegateLabelProvider = new J2EEAdapterFactoryLabelProvider(new DynamicAdapterFactory(aViewerId));
Discouraged access: The type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EELabelProvider.java :
70 : if (CommonUtil.isDeploymentDescriptorRoot(eObj, true /* include ears */)) {
Discouraged access: The method isDeploymentDescriptorRoot(EObject, boolean) from the type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EELabelProvider.java :
70 : if (CommonUtil.isDeploymentDescriptorRoot(eObj, true /* include ears */)) {
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
157 : if(element instanceof J2EEJavaClassProviderHelper)
Discouraged access: The method getImage() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
158 : return ((J2EEJavaClassProviderHelper) element).getImage();
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
158 : return ((J2EEJavaClassProviderHelper) element).getImage();
Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
160 : return J2EEUIPlugin.getDefault().getImage("jar_obj"); //$NON-NLS-1$
Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
160 : return J2EEUIPlugin.getDefault().getImage("jar_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
160 : return J2EEUIPlugin.getDefault().getImage("jar_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
175 : if(element instanceof J2EEJavaClassProviderHelper)
Discouraged access: The method getText() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
176 : return ((J2EEJavaClassProviderHelper) element).getText();
Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EELabelProvider.java :
176 : return ((J2EEJavaClassProviderHelper) element).getText();
Discouraged access: The type J2EEAdapterFactoryLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EENavigationLabelProvider.java :
20 : import org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider;
Discouraged access: The type J2EEAdapterFactoryLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EENavigationLabelProvider.java :
28 : public class J2EENavigationLabelProvider extends J2EEAdapterFactoryLabelProvider {
Discouraged access: The constructor J2EEAdapterFactoryLabelProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot
J2EENavigationLabelProvider.java :
31 : super(adapterFactory);
Discouraged access: The type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEViewerSorter.java :
17 : import org.eclipse.jst.j2ee.common.internal.util.CommonUtil;
Discouraged access: The type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEViewerSorter.java :
77 : return CommonUtil.isDeploymentDescriptorRoot(o);
Discouraged access: The method isDeploymentDescriptorRoot(Object) from the type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
J2EEViewerSorter.java :
77 : return CommonUtil.isDeploymentDescriptorRoot(o);
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
18 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
19 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;
Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
20 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;
Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
22 : public class NonFlexibleEMFModelManager extends EMFModelManager implements EditModelListener{
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
24 : private EditModel editModel;
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
45 : EditModel editModel = getEditModel();
Discouraged access: The method getPrimaryRootObject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
47 : rootObject = editModel.getPrimaryRootObject();
Discouraged access: The method removeListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
64 : editModel.removeListener(this);
Discouraged access: The method releaseAccess(Object) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
65 : editModel.releaseAccess(this);
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
73 : public void editModelChanged(EditModelEvent anEvent) {
Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
74 : IProject affectedProject = anEvent.getEditModel().getProject();
Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
74 : IProject affectedProject = anEvent.getEditModel().getProject();
Discouraged access: The method getEventCode() from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
75 : switch (anEvent.getEventCode()) {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
76 : case EditModelEvent.UNLOADED_RESOURCE :
Discouraged access: The field UNLOADED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
76 : case EditModelEvent.UNLOADED_RESOURCE :
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
77 : case EditModelEvent.REMOVED_RESOURCE :
Discouraged access: The field REMOVED_RESOURCE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
77 : case EditModelEvent.REMOVED_RESOURCE :
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
82 : case EditModelEvent.SAVE : {
Discouraged access: The field SAVE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
82 : case EditModelEvent.SAVE : {
Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
87 : case EditModelEvent.PRE_DISPOSE :
Discouraged access: The field PRE_DISPOSE from the type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
87 : case EditModelEvent.PRE_DISPOSE :
Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
98 : protected EditModel getEditModel() {
Discouraged access: The method removeListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
122 : editModel.removeListener(this);
Discouraged access: The method releaseAccess(Object) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
NonFlexibleEMFModelManager.java :
123 : editModel.releaseAccess(this);
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
37 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;
Discouraged access: The type IAddComponentToEnterpriseApplicationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
38 : import org.eclipse.jst.j2ee.application.internal.operations.IAddComponentToEnterpriseApplicationDataModelProperties;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
39 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
41 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
42 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
43 : import org.eclipse.jst.j2ee.internal.provider.J2EEItemProvider;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
188 : earVersion = J2EEVersionUtil.convertVersionStringToInt(version.getVersionString());
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
188 : earVersion = J2EEVersionUtil.convertVersionStringToInt(version.getVersionString());
Discouraged access: The constructor AddComponentToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
221 : IDataModel datamodel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
221 : IDataModel datamodel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The type IAddComponentToEnterpriseApplicationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
234 : datamodel.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP, componentToURIMap);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
250 : String verStr = J2EEProjectUtilities.getJ2EEProjectVersion(projectToAdd);
Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
250 : String verStr = J2EEProjectUtilities.getJ2EEProjectVersion(projectToAdd);
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
254 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);
Discouraged access: The method convertAppClientVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
254 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
256 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);
Discouraged access: The method convertEJBVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
256 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
258 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);
Discouraged access: The method convertWebVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
258 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
260 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);
Discouraged access: The method convertConnectorVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
260 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
262 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
262 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);
Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
286 : } else if (element instanceof J2EEItemProvider) {
Discouraged access: The method getAssociatedFile() from the type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
287 : IFile associatedFile = ((J2EEItemProvider)element).getAssociatedFile();
Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
287 : IFile associatedFile = ((J2EEItemProvider)element).getAssociatedFile();
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
300 : name += IJ2EEModuleConstants.WAR_EXT;
Discouraged access: The field WAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
300 : name += IJ2EEModuleConstants.WAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
302 : name += IJ2EEModuleConstants.EAR_EXT;
Discouraged access: The field EAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
302 : name += IJ2EEModuleConstants.EAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
304 : name += IJ2EEModuleConstants.RAR_EXT;
Discouraged access: The field RAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
304 : name += IJ2EEModuleConstants.RAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
306 : name += IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddProjectToEARDropAssistant.java :
306 : name += IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
13 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
19 : public String DOT_WAR = IJ2EEModuleConstants.WAR_EXT;
Discouraged access: The field WAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
19 : public String DOT_WAR = IJ2EEModuleConstants.WAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
20 : public String DOT_JAR = IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
20 : public String DOT_JAR = IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
21 : public String DOT_RAR = IJ2EEModuleConstants.RAR_EXT;
Discouraged access: The field RAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
21 : public String DOT_RAR = IJ2EEModuleConstants.RAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
22 : public String DOT_EAR = IJ2EEModuleConstants.EAR_EXT;
Discouraged access: The field EAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
IModuleExtensions.java :
22 : public String DOT_EAR = IJ2EEModuleConstants.EAR_EXT;
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
28 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;
Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
29 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientComponentImportDataModelProvider;
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;
Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
31 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
ImportJ2EEModuleDropAssistant.java :
33 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EJBComponentImportDataModelProvider;
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ImportJ2EEModuleDropAssistant.java :
34 : import org.eclipse.jst.j2ee.internal.jca.operations.ConnectorComponentImportDataModelProvider;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
36 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ImportJ2EEModuleDropAssistant.java :
37 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
101 : if(IJ2EEModuleConstants.WAR_EXT.equals(extension)) {
Discouraged access: The field WAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
101 : if(IJ2EEModuleConstants.WAR_EXT.equals(extension)) {
Discouraged access: The constructor WebComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ImportJ2EEModuleDropAssistant.java :
102 : importDataModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.web/@dot
ImportJ2EEModuleDropAssistant.java :
102 : importDataModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
103 : } else if(IJ2EEModuleConstants.RAR_EXT.equals(extension)) {
Discouraged access: The field RAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
103 : } else if(IJ2EEModuleConstants.RAR_EXT.equals(extension)) {
Discouraged access: The constructor ConnectorComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ImportJ2EEModuleDropAssistant.java :
104 : importDataModel = DataModelFactory.createDataModel(new ConnectorComponentImportDataModelProvider());
Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot
ImportJ2EEModuleDropAssistant.java :
104 : importDataModel = DataModelFactory.createDataModel(new ConnectorComponentImportDataModelProvider());
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
105 : } else if(IJ2EEModuleConstants.EAR_EXT.equals(extension)) {
Discouraged access: The field EAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
105 : } else if(IJ2EEModuleConstants.EAR_EXT.equals(extension)) {
Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
106 : importDataModel = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
106 : importDataModel = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
107 : } else if(IJ2EEModuleConstants.JAR_EXT.equals(extension)) {
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
107 : } else if(IJ2EEModuleConstants.JAR_EXT.equals(extension)) {
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
108 : Archive archive = null;
Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
110 : archive = CommonarchiveFactory.eINSTANCE.openArchive(names[i]);
Discouraged access: The method openArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
110 : archive = CommonarchiveFactory.eINSTANCE.openArchive(names[i]);
Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
110 : archive = CommonarchiveFactory.eINSTANCE.openArchive(names[i]);
Discouraged access: The method isApplicationClientFile() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
111 : if(archive.isApplicationClientFile())
Discouraged access: The constructor AppClientComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
112 : importDataModel = DataModelFactory.createDataModel(new AppClientComponentImportDataModelProvider());
Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ImportJ2EEModuleDropAssistant.java :
112 : importDataModel = DataModelFactory.createDataModel(new AppClientComponentImportDataModelProvider());
Discouraged access: The method isEJBJarFile() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
113 : else if(archive.isEJBJarFile())
Discouraged access: The constructor EJBComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
ImportJ2EEModuleDropAssistant.java :
114 : importDataModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot
ImportJ2EEModuleDropAssistant.java :
114 : importDataModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());
Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ImportJ2EEModuleDropAssistant.java :
125 : archive.close();
Discouraged access: The type AdaptabilityUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
ModuleIdentifierSerializer.java :
15 : import org.eclipse.wst.common.frameworks.internal.AdaptabilityUtility;
Discouraged access: The type AdaptabilityUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
ModuleIdentifierSerializer.java :
32 : IProject project = (IProject) AdaptabilityUtility.getAdapter(data, IProject.class);
Discouraged access: The method getAdapter(Object, Class) from the type AdaptabilityUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
ModuleIdentifierSerializer.java :
32 : IProject project = (IProject) AdaptabilityUtility.getAdapter(data, IProject.class);