Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 31 Number of classfiles: 37

Problems: 301 (Errors: 0 Warnings: 301 )

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ApplicationViewerSorter.java :

23 : if(e1 instanceof J2EEBinaryModulesItemProvider){

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEBinaryModulesItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

ApplicationViewerSorter.java :

25 : } else if(e2 instanceof J2EEBinaryModulesItemProvider){

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

Discouraged access: The type ModulemapPackage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARContentProvider.java :

16 : import org.eclipse.jst.j2ee.internal.earcreation.modulemap.ModulemapPackage;

2. WARNING: DiscouragedReference

Discouraged access: The type ModulemapPackage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARContentProvider.java :

47 : !emfPackage.equals(CommonPackage.eNS_URI)&&!emfPackage.equals(ModulemapPackage.eNS_URI))

3. WARNING: DiscouragedReference

Discouraged access: The field eNS_URI from the type ModulemapPackage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARContentProvider.java :

47 : !emfPackage.equals(CommonPackage.eNS_URI)&&!emfPackage.equals(ModulemapPackage.eNS_URI))

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

69 : EditModel editModel = null;

6. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

75 : editModel.releaseAccess(this);

9. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

91 : rootObject = editModel.getPrimaryRootObject();

11. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

103 : EditModel editModel = null;

13. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

114 : editModel.addListener(this);

17. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

138 : switch (anEvent.getEventCode()) {

22. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

139 : case EditModelEvent.UNLOADED_RESOURCE :

24. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

140 : case EditModelEvent.REMOVED_RESOURCE : {

26. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

146 : case EditModelEvent.SAVE : {

28. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

EMFRootObjectManager.java :

152 : case EditModelEvent.PRE_DISPOSE :

30. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

27 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

37 : public class FlexibleEMFModelManager extends EMFModelManager implements EditModelListener{

5. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

153 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

154 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

154 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

156 : switch (anEvent.getEventCode()) {

9. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

157 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

157 : case EditModelEvent.UNLOADED_RESOURCE :

11. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

158 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

158 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

159 : Object oldRootObject = removeRootObject(anEvent.getEditModel(),affectedProject);

14. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

165 : case EditModelEvent.SAVE : {

15. WARNING: DiscouragedReference

Discouraged access: The field SAVE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

165 : case EditModelEvent.SAVE : {

16. WARNING: DiscouragedReference

Discouraged access: The method getEditModel() from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

166 : Object oldRootObject = getRootObject(anEvent.getEditModel(),affectedProject);

17. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

171 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

171 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

172 : dispose(anEvent.getEditModel(),affectedProject);

20. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

187 : private Object getRootObject(EditModel editModel, IProject project) {

21. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

200 : private Object removeRootObject(EditModel editModel, IProject project) {

22. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

213 : private void dispose( EditModel editModel, IProject project) {

23. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

FlexibleEMFModelManager.java :

223 : 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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEActionProvider.java :

49 : openAction = new OpenJ2EEResourceAction();

5. WARNING: DiscouragedReference

Discouraged access: The type OpenJ2EEResourceAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEActionProvider.java :

49 : openAction = new OpenJ2EEResourceAction();

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEActionProvider.java :

71 : J2EEUtilityJarItemProvider utilityJarItemProvider = null;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEActionProvider.java :

74 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEActionProvider.java :

75 : newSelection.addAll(utilityJarItemProvider.getChildren(null));

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEActionProvider.java :

126 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

22 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

35 : J2EEJavaClassProviderHelper providerHelperLeftArg = null;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

36 : J2EEJavaClassProviderHelper providerHelperRightArg = null;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

38 : if (o1 instanceof J2EEJavaClassProviderHelper)

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

39 : providerHelperLeftArg = (J2EEJavaClassProviderHelper) o1;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

40 : if (o2 instanceof J2EEJavaClassProviderHelper)

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

41 : providerHelperRightArg = (J2EEJavaClassProviderHelper) o2;

8. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEComparator.java :

46 : return providerHelperLeftArg.getText().compareTo(providerHelperRightArg.getText());

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

The import org.eclipse.core.runtime.CoreException is never used

J2EEContentProvider.java :

18 : import org.eclipse.core.runtime.CoreException;

2. WARNING: DiscouragedReference

Discouraged access: The type BeanClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

33 : import org.eclipse.jst.j2ee.internal.ejb.provider.BeanClassProviderHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

34 : import org.eclipse.jst.j2ee.internal.ejb.provider.J2EEJavaClassProviderHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

35 : import org.eclipse.jst.j2ee.internal.provider.MethodsProviderDelegate;

5. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEContentProvider.java :

41 : import org.eclipse.wst.common.internal.emfworkbench.integration.DynamicAdapterFactory;

6. WARNING: UnusedPrivateField

The field J2EEContentProvider.IPROJECT_CLASS is never read locally

J2EEContentProvider.java :

50 : private static final Class IPROJECT_CLASS = IProject.class;

7. WARNING: DiscouragedReference

Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

55 : private MethodsProviderDelegate delegateMethodsProvider;

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

96 : && !(aParentElement instanceof J2EEJavaClassProviderHelper)) {

9. WARNING: DiscouragedReference

Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

124 : } else if (MethodsProviderDelegate.providesContentFor(aParentElement))

10. WARNING: DiscouragedReference

Discouraged access: The method providesContentFor(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

124 : } else if (MethodsProviderDelegate.providesContentFor(aParentElement))

11. WARNING: DiscouragedReference

Discouraged access: The method getChildren(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

125 : return delegateMethodsProvider.getChildren(aParentElement);

12. WARNING: DiscouragedReference

Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

139 : if (MethodsProviderDelegate.providesContentFor(object))

13. WARNING: DiscouragedReference

Discouraged access: The method providesContentFor(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

139 : if (MethodsProviderDelegate.providesContentFor(object))

14. WARNING: DiscouragedReference

Discouraged access: The method getParent(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

140 : return delegateMethodsProvider.getParent(object);

15. WARNING: DiscouragedReference

Discouraged access: The type BeanClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

145 : if(object instanceof BeanClassProviderHelper)

16. WARNING: DiscouragedReference

Discouraged access: The method getEjb() from the type J2EEJavaClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

146 : parent = ((BeanClassProviderHelper) object).getEjb();

17. WARNING: DiscouragedReference

Discouraged access: The type BeanClassProviderHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

146 : parent = ((BeanClassProviderHelper) object).getEjb();

18. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

161 : delegateMethodsProvider.dispose();

19. WARNING: DiscouragedReference

Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

169 : if (MethodsProviderDelegate.providesContentFor(element))

20. WARNING: DiscouragedReference

Discouraged access: The method providesContentFor(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

169 : if (MethodsProviderDelegate.providesContentFor(element))

21. WARNING: DiscouragedReference

Discouraged access: The method hasChildren(Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

170 : return delegateMethodsProvider.hasChildren(element);

22. WARNING: DiscouragedReference

Discouraged access: The method inputChanged(Viewer, Object, Object) from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

194 : delegateMethodsProvider.inputChanged(aViewer, anOldInput, aNewInput);

23. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

206 : delegateMethodsProvider.dispose();

24. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEContentProvider.java :

209 : DynamicAdapterFactory adapterFactory = new DynamicAdapterFactory(aViewerId);

25. WARNING: DiscouragedReference

Discouraged access: The constructor DynamicAdapterFactory(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEContentProvider.java :

209 : DynamicAdapterFactory adapterFactory = new DynamicAdapterFactory(aViewerId);

26. WARNING: DiscouragedReference

Discouraged access: The type DynamicAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEContentProvider.java :

209 : DynamicAdapterFactory adapterFactory = new DynamicAdapterFactory(aViewerId);

27. WARNING: DiscouragedReference

Discouraged access: The constructor MethodsProviderDelegate(AdapterFactory) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

211 : delegateMethodsProvider = new MethodsProviderDelegate(adapterFactory);

28. WARNING: DiscouragedReference

Discouraged access: The type MethodsProviderDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEContentProvider.java :

211 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEViewerSorter.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEViewerSorter.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

21 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

22 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

23 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

31 : public class NonFlexibleEMFModelManager extends EMFModelManager implements EditModelListener{

5. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

33 : private EditModel editModel;

6. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

55 : EditModel editModel = getEditModel();

7. WARNING: DiscouragedReference

Discouraged access: The method getPrimaryRootObject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

76 : editModel.releaseAccess(this);

10. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

86 : switch (anEvent.getEventCode()) {

14. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

87 : case EditModelEvent.UNLOADED_RESOURCE :

16. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

88 : case EditModelEvent.REMOVED_RESOURCE :

18. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

93 : case EditModelEvent.SAVE : {

19. WARNING: DiscouragedReference

Discouraged access: The field SAVE from the type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

93 : case EditModelEvent.SAVE : {

20. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

98 : case EditModelEvent.PRE_DISPOSE :

22. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

109 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

133 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

NonFlexibleEMFModelManager.java :

134 : 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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

38 : import org.eclipse.jst.j2ee.application.internal.operations.IAddComponentToEnterpriseApplicationDataModelProperties;

3. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.componentcore.EnterpriseArtifactEdit is never used

AddProjectToEARDropAssistant.java :

39 : import org.eclipse.jst.j2ee.componentcore.EnterpriseArtifactEdit;

4. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.componentcore.util.EARArtifactEdit is never used

AddProjectToEARDropAssistant.java :

40 : import org.eclipse.jst.j2ee.componentcore.util.EARArtifactEdit;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

41 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

43 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

44 : import org.eclipse.jst.j2ee.internal.provider.J2EEItemProvider;

8. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.model.IModelProvider is never used

AddProjectToEARDropAssistant.java :

45 : import org.eclipse.jst.j2ee.model.IModelProvider;

9. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.model.ModelProviderManager is never used

AddProjectToEARDropAssistant.java :

46 : import org.eclipse.jst.j2ee.model.ModelProviderManager;

10. WARNING: DiscouragedReference

Discouraged access: The type FacetedProject is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.3.5.v200904070030.jar

AddProjectToEARDropAssistant.java :

66 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProject;

11. WARNING: UnusedImport

The import org.eclipse.wst.common.project.facet.core.internal.FacetedProject is never used

AddProjectToEARDropAssistant.java :

66 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProject;

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

187 : earVersion = J2EEVersionUtil.convertVersionStringToInt(version.getVersionString());

13. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

187 : earVersion = J2EEVersionUtil.convertVersionStringToInt(version.getVersionString());

14. WARNING: DiscouragedReference

Discouraged access: The constructor AddComponentToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

220 : IDataModel datamodel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

15. WARNING: DiscouragedReference

Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

220 : IDataModel datamodel = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

16. WARNING: DiscouragedReference

Discouraged access: The type IAddComponentToEnterpriseApplicationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

233 : datamodel.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP, componentToURIMap);

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

252 : String verStr = J2EEProjectUtilities.getJ2EEProjectVersion(projectToAdd);

18. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

252 : String verStr = J2EEProjectUtilities.getJ2EEProjectVersion(projectToAdd);

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

255 : if (J2EEProjectUtilities.isApplicationClientProject(projectToAdd))

20. WARNING: DiscouragedReference

Discouraged access: The method isApplicationClientProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

255 : if (J2EEProjectUtilities.isApplicationClientProject(projectToAdd))

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

256 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);

22. WARNING: DiscouragedReference

Discouraged access: The method convertAppClientVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

256 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(verStr);

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

257 : else if (J2EEProjectUtilities.isEJBProject(projectToAdd))

24. WARNING: DiscouragedReference

Discouraged access: The method isEJBProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

257 : else if (J2EEProjectUtilities.isEJBProject(projectToAdd))

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

258 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);

26. WARNING: DiscouragedReference

Discouraged access: The method convertEJBVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

258 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(verStr);

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

259 : else if (J2EEProjectUtilities.isDynamicWebProject(projectToAdd))

28. WARNING: DiscouragedReference

Discouraged access: The method isDynamicWebProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

259 : else if (J2EEProjectUtilities.isDynamicWebProject(projectToAdd))

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

260 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);

30. WARNING: DiscouragedReference

Discouraged access: The method convertWebVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

260 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(verStr);

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

261 : else if (J2EEProjectUtilities.isJCAProject(projectToAdd))

32. WARNING: DiscouragedReference

Discouraged access: The method isJCAProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

261 : else if (J2EEProjectUtilities.isJCAProject(projectToAdd))

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

262 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);

34. WARNING: DiscouragedReference

Discouraged access: The method convertConnectorVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

262 : version = J2EEVersionUtil.convertConnectorVersionStringToJ2EEVersionID(verStr);

35. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

264 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);

36. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

264 : version = J2EEVersionUtil.convertVersionStringToInt(verStr);

37. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

290 : } else if (element instanceof J2EEItemProvider) {

38. WARNING: DiscouragedReference

Discouraged access: The method getAssociatedFile() from the type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

291 : IFile associatedFile = ((J2EEItemProvider)element).getAssociatedFile();

39. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

291 : IFile associatedFile = ((J2EEItemProvider)element).getAssociatedFile();

40. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

303 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

41. WARNING: DiscouragedReference

Discouraged access: The method isDynamicWebProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

303 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

42. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

305 : } else if (J2EEProjectUtilities.isEARProject(project)) {

43. WARNING: DiscouragedReference

Discouraged access: The method isEARProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

305 : } else if (J2EEProjectUtilities.isEARProject(project)) {

44. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

307 : } else if (J2EEProjectUtilities.isJCAProject(project)) {

45. WARNING: DiscouragedReference

Discouraged access: The method isJCAProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddProjectToEARDropAssistant.java :

307 : } else if (J2EEProjectUtilities.isJCAProject(project)) {

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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 /shared/webtools/projects/patches-R3.0.5-P/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 WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

ImportJ2EEModuleDropAssistant.java :

36 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;

8. WARNING: DiscouragedReference

Discouraged access: The constructor WebComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

ImportJ2EEModuleDropAssistant.java :

98 : importDataModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());

9. WARNING: DiscouragedReference

Discouraged access: The type WebComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

ImportJ2EEModuleDropAssistant.java :

98 : importDataModel = DataModelFactory.createDataModel(new WebComponentImportDataModelProvider());

10. WARNING: DiscouragedReference

Discouraged access: The constructor ConnectorComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ImportJ2EEModuleDropAssistant.java :

100 : importDataModel = DataModelFactory.createDataModel(new ConnectorComponentImportDataModelProvider());

11. WARNING: DiscouragedReference

Discouraged access: The type ConnectorComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.jca/@dot

ImportJ2EEModuleDropAssistant.java :

100 : importDataModel = DataModelFactory.createDataModel(new ConnectorComponentImportDataModelProvider());

12. WARNING: DiscouragedReference

Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportJ2EEModuleDropAssistant.java :

102 : importDataModel = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());

13. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportJ2EEModuleDropAssistant.java :

102 : importDataModel = DataModelFactory.createDataModel(new EARComponentImportDataModelProvider());

14. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

104 : Archive archive = null;

15. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

106 : archive = CommonarchiveFactory.eINSTANCE.openArchive(names[i]);

16. WARNING: DiscouragedReference

Discouraged access: The method openArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

106 : archive = CommonarchiveFactory.eINSTANCE.openArchive(names[i]);

17. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

106 : archive = CommonarchiveFactory.eINSTANCE.openArchive(names[i]);

18. WARNING: DiscouragedReference

Discouraged access: The method isApplicationClientFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

107 : if(archive.isApplicationClientFile())

19. WARNING: DiscouragedReference

Discouraged access: The constructor AppClientComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportJ2EEModuleDropAssistant.java :

108 : importDataModel = DataModelFactory.createDataModel(new AppClientComponentImportDataModelProvider());

20. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportJ2EEModuleDropAssistant.java :

108 : importDataModel = DataModelFactory.createDataModel(new AppClientComponentImportDataModelProvider());

21. WARNING: DiscouragedReference

Discouraged access: The method isEJBJarFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

109 : else if(archive.isEJBJarFile())

22. WARNING: DiscouragedReference

Discouraged access: The constructor EJBComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

ImportJ2EEModuleDropAssistant.java :

110 : importDataModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());

23. WARNING: DiscouragedReference

Discouraged access: The type EJBComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

ImportJ2EEModuleDropAssistant.java :

110 : importDataModel = DataModelFactory.createDataModel(new EJBComponentImportDataModelProvider());

24. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportJ2EEModuleDropAssistant.java :

121 : archive.close();

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

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

4. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

23 : import org.eclipse.jst.j2ee.internal.wizard.ImportUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type AdaptabilityUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEImportDropAction.java :

29 : import org.eclipse.wst.common.frameworks.internal.AdaptabilityUtility;

7. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportDropAction.java :

30 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

8. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

37 : private ArchiveOptions readOnlyArchiveOptions;

9. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveOptions() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

40 : readOnlyArchiveOptions = new ArchiveOptions();

10. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

40 : readOnlyArchiveOptions = new ArchiveOptions();

11. WARNING: DiscouragedReference

Discouraged access: The method setIsReadOnly(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

41 : readOnlyArchiveOptions.setIsReadOnly(true);

12. WARNING: LocalVariableIsNeverUsed

The local variable archiveType is never read

J2EEImportDropAction.java :

65 : int archiveType = ImportUtil.UNKNOWN;

13. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

65 : int archiveType = ImportUtil.UNKNOWN;

14. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

65 : int archiveType = ImportUtil.UNKNOWN;

15. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

66 : Archive archive = null;

16. WARNING: DiscouragedReference

Discouraged access: The method isOpen() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

149 : if (null != archive && archive.isOpen()) {

17. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

150 : archive.close();

18. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportDropAction.java :

170 : DataModelWizard wizard = null;

19. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

173 : int archiveType = ImportUtil.UNKNOWN;

20. WARNING: DiscouragedReference

Discouraged access: The field UNKNOWN from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

173 : int archiveType = ImportUtil.UNKNOWN;

21. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

174 : Archive archive = null;

22. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

176 : archive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

23. WARNING: DiscouragedReference

Discouraged access: The method getActiveFactory() from the type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

176 : archive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

24. WARNING: DiscouragedReference

Discouraged access: The method openArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

176 : archive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

25. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

177 : archiveType = ImportUtil.getArchiveType(archive);

26. WARNING: DiscouragedReference

Discouraged access: The method getArchiveType(Archive) from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

177 : archiveType = ImportUtil.getArchiveType(archive);

27. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

179 : case ImportUtil.EARFILE :

28. WARNING: DiscouragedReference

Discouraged access: The field EARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

179 : case ImportUtil.EARFILE :

29. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

182 : case ImportUtil.EJBJARFILE :

30. WARNING: DiscouragedReference

Discouraged access: The field EJBJARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

182 : case ImportUtil.EJBJARFILE :

31. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

185 : case ImportUtil.CLIENTJARFILE :

32. WARNING: DiscouragedReference

Discouraged access: The field CLIENTJARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

185 : case ImportUtil.CLIENTJARFILE :

33. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

188 : case ImportUtil.WARFILE :

34. WARNING: DiscouragedReference

Discouraged access: The field WARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

188 : case ImportUtil.WARFILE :

35. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

191 : case ImportUtil.RARFILE :

36. WARNING: DiscouragedReference

Discouraged access: The field RARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

191 : case ImportUtil.RARFILE :

37. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

197 : } catch (OpenFailureException e) {

38. WARNING: DiscouragedReference

Discouraged access: The method isOpen() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

200 : if (null != archive && archive.isOpen()) {

39. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEImportDropAction.java :

201 : archive.close();

40. WARNING: NullLocalVariableReference

Null pointer access: The variable dataModel can only be null at this location

J2EEImportDropAction.java :

205 : dataModel.setProperty(IJ2EEModuleImportDataModelProperties.FILE_NAME, fileName);

41. WARNING: DiscouragedReference

Discouraged access: The type AdaptabilityUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEImportDropAction.java :

207 : IProject project = (IProject) AdaptabilityUtility.getAdapter(target, IProject.class);

42. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Object, Class) from the type AdaptabilityUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEImportDropAction.java :

207 : IProject project = (IProject) AdaptabilityUtility.getAdapter(target, IProject.class);

43. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

210 : if (archiveType == ImportUtil.EARFILE ) {

44. WARNING: DiscouragedReference

Discouraged access: The field EARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

210 : if (archiveType == ImportUtil.EARFILE ) {

45. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

221 : case ImportUtil.EARFILE :

46. WARNING: DiscouragedReference

Discouraged access: The field EARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

221 : case ImportUtil.EARFILE :

47. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

224 : case ImportUtil.EJBJARFILE :

48. WARNING: DiscouragedReference

Discouraged access: The field EJBJARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

224 : case ImportUtil.EJBJARFILE :

49. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

227 : case ImportUtil.CLIENTJARFILE :

50. WARNING: DiscouragedReference

Discouraged access: The field CLIENTJARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

227 : case ImportUtil.CLIENTJARFILE :

51. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

230 : case ImportUtil.WARFILE :

52. WARNING: DiscouragedReference

Discouraged access: The field WARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

230 : case ImportUtil.WARFILE :

53. WARNING: DiscouragedReference

Discouraged access: The type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

233 : case ImportUtil.RARFILE :

54. WARNING: DiscouragedReference

Discouraged access: The field RARFILE from the type ImportUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

J2EEImportDropAction.java :

233 : case ImportUtil.RARFILE :

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ModuleIdentifierSerializer.java :

32 : IProject project = (IProject) AdaptabilityUtility.getAdapter(data, IProject.class);