Compiler Report

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 )

Source File: org/eclipse/jst/j2ee/navigator/internal/ApplicationViewerSorter.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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){

3. WARNING: DiscouragedReference

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){

Source File: org/eclipse/jst/j2ee/navigator/internal/EMFRootObjectManager.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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]);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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) {

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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) {

18. WARNING: DiscouragedReference

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) {

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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()) {

22. WARNING: DiscouragedReference

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 :

23. WARNING: DiscouragedReference

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 :

24. WARNING: DiscouragedReference

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 : {

25. WARNING: DiscouragedReference

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 : {

26. WARNING: DiscouragedReference

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 : {

27. WARNING: DiscouragedReference

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 : {

28. WARNING: DiscouragedReference

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 :

29. WARNING: DiscouragedReference

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 :

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/navigator/internal/FlexibleEMFModelManager.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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{

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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()) {

9. WARNING: DiscouragedReference

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 :

10. WARNING: DiscouragedReference

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 :

11. WARNING: DiscouragedReference

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 : {

12. WARNING: DiscouragedReference

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 : {

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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 : {

15. WARNING: DiscouragedReference

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 : {

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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 :

18. WARNING: DiscouragedReference

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 :

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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) {

21. WARNING: DiscouragedReference

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) {

22. WARNING: DiscouragedReference

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) {

23. WARNING: DiscouragedReference

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) {

Source File: org/eclipse/jst/j2ee/navigator/internal/IJ2EEWizardConstants.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EEActionProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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];

8. WARNING: DiscouragedReference

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));

9. WARNING: DiscouragedReference

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)

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EEComparator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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)

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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)

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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());

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EEContentProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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)) {

7. WARNING: DiscouragedReference

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))

8. WARNING: DiscouragedReference

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))

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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))

11. WARNING: DiscouragedReference

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))

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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)

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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))

18. WARNING: DiscouragedReference

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))

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EEEMFAdapterFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EELabelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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));

7. WARNING: DiscouragedReference

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));

8. WARNING: DiscouragedReference

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));

9. WARNING: DiscouragedReference

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));

10. WARNING: DiscouragedReference

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 */)) {

11. WARNING: DiscouragedReference

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 */)) {

12. WARNING: DiscouragedReference

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)

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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$

16. WARNING: DiscouragedReference

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$

17. WARNING: DiscouragedReference

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$

18. WARNING: DiscouragedReference

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)

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EENavigationLabelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/navigator/internal/J2EEViewerSorter.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/navigator/internal/NonFlexibleEMFModelManager.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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{

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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) {

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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()) {

14. WARNING: DiscouragedReference

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 :

15. WARNING: DiscouragedReference

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 :

16. WARNING: DiscouragedReference

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 :

17. WARNING: DiscouragedReference

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 :

18. WARNING: DiscouragedReference

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 : {

19. WARNING: DiscouragedReference

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 : {

20. WARNING: DiscouragedReference

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 :

21. WARNING: DiscouragedReference

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 :

22. WARNING: DiscouragedReference

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() {

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/navigator/internal/dnd/AddProjectToEARDropAssistant.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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());

9. WARNING: DiscouragedReference

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());

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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) {

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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();

27. WARNING: DiscouragedReference

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;

28. WARNING: DiscouragedReference

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;

29. WARNING: DiscouragedReference

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;

30. WARNING: DiscouragedReference

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;

31. WARNING: DiscouragedReference

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;

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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;

34. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/navigator/internal/dnd/IModuleExtensions.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/navigator/internal/dnd/ImportJ2EEModuleDropAssistant.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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)) {

10. WARNING: DiscouragedReference

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)) {

11. WARNING: DiscouragedReference

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());

12. WARNING: DiscouragedReference

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());

13. WARNING: DiscouragedReference

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)) {

14. WARNING: DiscouragedReference

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)) {

15. WARNING: DiscouragedReference

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());

16. WARNING: DiscouragedReference

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());

17. WARNING: DiscouragedReference

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)) {

18. WARNING: DiscouragedReference

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)) {

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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)) {

22. WARNING: DiscouragedReference

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)) {

23. WARNING: DiscouragedReference

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;

24. WARNING: DiscouragedReference

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]);

25. WARNING: DiscouragedReference

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]);

26. WARNING: DiscouragedReference

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]);

27. WARNING: DiscouragedReference

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())

28. WARNING: DiscouragedReference

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());

29. WARNING: DiscouragedReference

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());

30. WARNING: DiscouragedReference

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())

31. WARNING: DiscouragedReference

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());

32. WARNING: DiscouragedReference

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());

33. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/navigator/internal/dnd/ModuleIdentifierSerializer.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);