Compiler Report

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

Number of source files: 93 Number of classfiles: 106

Problems: 735 (Errors: 0 Warnings: 735 )

Source File: org/eclipse/wst/jsdt/web/ui/WebProjectJsGlobalScopeUIInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJsGlobalScopeContainerInitializerExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

WebProjectJsGlobalScopeUIInitializer.java :

19 : import org.eclipse.wst.jsdt.internal.ui.IJsGlobalScopeContainerInitializerExtension;

2. WARNING: DiscouragedReference

Discouraged access: The type IJsGlobalScopeContainerInitializerExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

WebProjectJsGlobalScopeUIInitializer.java :

31 : public class WebProjectJsGlobalScopeUIInitializer implements IJsGlobalScopeContainerInitializerExtension{

Source File: org/eclipse/wst/jsdt/web/ui/actions/AddJavaDocStubAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchRunnableAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

29 : import org.eclipse.wst.jsdt.internal.ui.actions.WorkbenchRunnableAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

30 : import org.eclipse.wst.jsdt.internal.ui.util.ExceptionHandler;

3. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchRunnableAdapter(IWorkspaceRunnable, ISchedulingRule) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

85 : PlatformUI.getWorkbench().getProgressService().runInUI(PlatformUI.getWorkbench().getProgressService(), new WorkbenchRunnableAdapter(op, op.getScheduleRule()), op.getScheduleRule());

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchRunnableAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

85 : PlatformUI.getWorkbench().getProgressService().runInUI(PlatformUI.getWorkbench().getProgressService(), new WorkbenchRunnableAdapter(op, op.getScheduleRule()), op.getScheduleRule());

5. WARNING: DiscouragedReference

Discouraged access: The method getScheduleRule() from the type AddJavaDocStubOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

85 : PlatformUI.getWorkbench().getProgressService().runInUI(PlatformUI.getWorkbench().getProgressService(), new WorkbenchRunnableAdapter(op, op.getScheduleRule()), op.getScheduleRule());

6. WARNING: DiscouragedReference

Discouraged access: The method getScheduleRule() from the type AddJavaDocStubOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

85 : PlatformUI.getWorkbench().getProgressService().runInUI(PlatformUI.getWorkbench().getProgressService(), new WorkbenchRunnableAdapter(op, op.getScheduleRule()), op.getScheduleRule());

7. WARNING: DiscouragedReference

Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

87 : ExceptionHandler.handle(e, getShell(), getDialogTitle(), Messages.getString("AddJavaDocStubAction.1")); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method handle(InvocationTargetException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubAction.java :

87 : ExceptionHandler.handle(e, getShell(), getDialogTitle(), Messages.getString("AddJavaDocStubAction.1")); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/web/ui/actions/AddJavaDocStubOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type AddJavaDocStubOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubOperation.java :

45 : public class AddJavaDocStubOperation extends org.eclipse.wst.jsdt.internal.corext.codemanipulation.AddJavaDocStubOperation {

5. WARNING: DiscouragedReference

Discouraged access: The constructor AddJavaDocStubOperation(IMember[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubOperation.java :

54 : super(members);

6. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

59 : IModelManager modelManager = StructuredModelManager.getModelManager();

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

60 : IStructuredModel model = null;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

61 : IStructuredDocument doc = node.getStructuredDocument();

9. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

AddJavaDocStubOperation.java :

61 : IStructuredDocument doc = node.getStructuredDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

64 : model = modelManager.getExistingModelForEdit(doc);

11. WARNING: DiscouragedReference

Discouraged access: The method aboutToChangeModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

65 : model.aboutToChangeModel();

12. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String, String) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

66 : model.beginRecording(this, Messages.getString("AddJavaDocStubOperation.0"), Messages.getString("AddJavaDocStubOperation.1")); //$NON-NLS-1$ //$NON-NLS-2$

13. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

76 : model.endRecording(this);

14. WARNING: DiscouragedReference

Discouraged access: The method changedModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

77 : model.changedModel();

15. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AddJavaDocStubOperation.java :

78 : model.releaseFromEdit();

16. WARNING: DiscouragedReference

Discouraged access: The method run(IProgressMonitor) from the type AddJavaDocStubOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AddJavaDocStubOperation.java :

106 : super.run(monitor);

Source File: org/eclipse/wst/jsdt/web/ui/actions/ShowHistoryAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowHistoryAction.java :

29 : import org.eclipse.wst.jsdt.internal.ui.util.ExceptionHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowHistoryAction.java :

77 : ExceptionHandler.handle(e, targetWorkbenchPart.getSite().getShell(), Messages.getString("ShowHistoryAction.0"), Messages.getString("ShowHistoryAction.1") + e); //$NON-NLS-1$ //$NON-NLS-2$

3. WARNING: DiscouragedReference

Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowHistoryAction.java :

77 : ExceptionHandler.handle(e, targetWorkbenchPart.getSite().getShell(), Messages.getString("ShowHistoryAction.0"), Messages.getString("ShowHistoryAction.1") + e); //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/wst/jsdt/web/ui/actions/ShowInNavigatorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInNavigatorAction.java :

29 : import org.eclipse.wst.jsdt.internal.ui.util.ExceptionHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInNavigatorAction.java :

77 : ExceptionHandler.handle(e, targetWorkbenchPart.getSite().getShell(), Messages.getString("ShowInNavigatorAction.0"), Messages.getString("ShowInNavigatorAction.1") + e); //$NON-NLS-1$ //$NON-NLS-2$

3. WARNING: DiscouragedReference

Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInNavigatorAction.java :

77 : ExceptionHandler.handle(e, targetWorkbenchPart.getSite().getShell(), Messages.getString("ShowInNavigatorAction.0"), Messages.getString("ShowInNavigatorAction.1") + e); //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/wst/jsdt/web/ui/actions/ShowInScriptExplorerAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInScriptExplorerAction.java :

25 : import org.eclipse.wst.jsdt.internal.ui.packageview.PackageExplorerPart;

2. WARNING: DiscouragedReference

Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInScriptExplorerAction.java :

91 : PackageExplorerPart view = PackageExplorerPart.openInActivePerspective();

3. WARNING: DiscouragedReference

Discouraged access: The type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInScriptExplorerAction.java :

91 : PackageExplorerPart view = PackageExplorerPart.openInActivePerspective();

4. WARNING: DiscouragedReference

Discouraged access: The method openInActivePerspective() from the type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInScriptExplorerAction.java :

91 : PackageExplorerPart view = PackageExplorerPart.openInActivePerspective();

5. WARNING: DiscouragedReference

Discouraged access: The method tryToReveal(Object) from the type PackageExplorerPart is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

ShowInScriptExplorerAction.java :

92 : view.tryToReveal(resource);

Source File: org/eclipse/wst/jsdt/web/ui/actions/StandardEditorActionsAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

79 : IStructuredDocument doc = currentNode.getStructuredDocument();

5. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

StandardEditorActionsAction.java :

79 : IStructuredDocument doc = currentNode.getStructuredDocument();

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

105 : IStructuredDocument lastDoc = null;

7. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

106 : IModelManager modelManager = StructuredModelManager.getModelManager();

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

107 : IStructuredModel model = null;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

115 : IStructuredDocument doc = currentNode.getStructuredDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

StandardEditorActionsAction.java :

115 : IStructuredDocument doc = currentNode.getStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

119 : model.endRecording(action);

12. WARNING: DiscouragedReference

Discouraged access: The method changedModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

120 : model.changedModel();

13. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

121 : model.releaseFromEdit();

14. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

124 : model = modelManager.getExistingModelForEdit(doc);

15. WARNING: DiscouragedReference

Discouraged access: The method aboutToChangeModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

125 : model.aboutToChangeModel();

16. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String, String) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

126 : model.beginRecording(action, "Delete JavaScript Element", "Delete JavaScript Element");

17. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

129 : doc.replaceText(action, start, length, ""); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

131 : model.endRecording(action);

19. WARNING: DiscouragedReference

Discouraged access: The method changedModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

136 : model.changedModel();

20. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

137 : model.releaseFromEdit();

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

169 : IStructuredDocument doc = null;

22. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

StandardEditorActionsAction.java :

175 : doc = nodes[i].getStructuredDocument();

23. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

StandardEditorActionsAction.java :

182 : doc = nodes[i].getStructuredDocument();

24. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

187 : IModelManager modelManager = StructuredModelManager.getModelManager();

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

188 : IStructuredModel model = null;

26. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

192 : model = modelManager.getExistingModelForEdit(doc);

27. WARNING: DiscouragedReference

Discouraged access: The method aboutToChangeModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

193 : model.aboutToChangeModel();

28. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String, String) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

194 : model.beginRecording(action, Messages.getString("StandardEditorActionsAction.9") + (atEnd ? Messages.getString("StandardEditorActionsAction.10") : Messages.getString("StandardEditorActionsAction.11")) + Messages.getString("StandardEditorActionsAction.12"), Messages.getString("StandardEditorActionsAction.13") + (atEnd ? Messages.getString("StandardEditorActionsAction.14") : Messages.getString("StandardEditorActionsAction.15")) + Messages.getString("StandardEditorActionsAction.16")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$

29. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

195 : doc.replaceText(action, startOfPaste, 0, pasteString);

30. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

201 : model.endRecording(action);

31. WARNING: DiscouragedReference

Discouraged access: The method changedModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

202 : model.changedModel();

32. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StandardEditorActionsAction.java :

203 : model.releaseFromEdit();

Source File: org/eclipse/wst/jsdt/web/ui/internal/JsUIPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

18 : import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsUIPlugin.java :

19 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsUIPlugin.java :

20 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsUIPlugin.java :

56 : public AdapterFactoryRegistry getAdapterFactoryRegistry() {

5. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsUIPlugin.java :

57 : return AdapterFactoryRegistryImpl.getInstance();

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsUIPlugin.java :

57 : return AdapterFactoryRegistryImpl.getInstance();

7. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

74 : fContextTypeRegistry = JavaScriptPlugin.getDefault().getCodeTemplateContextRegistry();

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

74 : fContextTypeRegistry = JavaScriptPlugin.getDefault().getCodeTemplateContextRegistry();

9. WARNING: DiscouragedReference

Discouraged access: The method getCodeTemplateContextRegistry() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

74 : fContextTypeRegistry = JavaScriptPlugin.getDefault().getCodeTemplateContextRegistry();

10. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

89 : JavaScriptPlugin jp = JavaScriptPlugin.getDefault();

11. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

89 : JavaScriptPlugin jp = JavaScriptPlugin.getDefault();

12. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

89 : JavaScriptPlugin jp = JavaScriptPlugin.getDefault();

13. WARNING: DiscouragedReference

Discouraged access: The method getTemplateStore() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsUIPlugin.java :

90 : fTemplateStore = jp.getTemplateStore();

Source File: org/eclipse/wst/jsdt/web/ui/internal/autoedit/AutoEditStrategyForJs.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

24 : import org.eclipse.wst.jsdt.internal.ui.text.java.JavaAutoIndentStrategy;

2. WARNING: DiscouragedReference

Discouraged access: The type SmartSemicolonAutoEditStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

25 : import org.eclipse.wst.jsdt.internal.ui.text.java.SmartSemicolonAutoEditStrategy;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaDocAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

26 : import org.eclipse.wst.jsdt.internal.ui.text.javadoc.JavaDocAutoIndentStrategy;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

AutoEditStrategyForJs.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

5. WARNING: DiscouragedReference

Discouraged access: The constructor SmartSemicolonAutoEditStrategy(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

56 : fStrategies = new IAutoEditStrategy[] { new SmartSemicolonAutoEditStrategy(partitioning),

6. WARNING: DiscouragedReference

Discouraged access: The type SmartSemicolonAutoEditStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

56 : fStrategies = new IAutoEditStrategy[] { new SmartSemicolonAutoEditStrategy(partitioning),

7. WARNING: DiscouragedReference

Discouraged access: The constructor JavaAutoIndentStrategy(String, IJavaScriptProject, ISourceViewer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

57 : new JavaAutoIndentStrategy(partitioning, getJavaProject(document), null), new JavaDocAutoIndentStrategy(partitioning) };

8. WARNING: DiscouragedReference

Discouraged access: The type JavaAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

57 : new JavaAutoIndentStrategy(partitioning, getJavaProject(document), null), new JavaDocAutoIndentStrategy(partitioning) };

9. WARNING: DiscouragedReference

Discouraged access: The constructor JavaDocAutoIndentStrategy(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

57 : new JavaAutoIndentStrategy(partitioning, getJavaProject(document), null), new JavaDocAutoIndentStrategy(partitioning) };

10. WARNING: DiscouragedReference

Discouraged access: The type JavaDocAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

AutoEditStrategyForJs.java :

57 : new JavaAutoIndentStrategy(partitioning, getJavaProject(document), null), new JavaDocAutoIndentStrategy(partitioning) };

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

AutoEditStrategyForJs.java :

63 : IDOMModel model = null;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

AutoEditStrategyForJs.java :

66 : model = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

13. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoEditStrategyForJs.java :

66 : model = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

14. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoEditStrategyForJs.java :

67 : String baseLocation = model.getBaseLocation();

15. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoEditStrategyForJs.java :

79 : model.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/autoedit/AutoEditStrategyForTabs.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

29 : import org.eclipse.wst.html.core.internal.HTMLCorePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

30 : import org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

62 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type HTMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

62 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();

5. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

63 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR))) {

6. WARNING: DiscouragedReference

Discouraged access: The field SPACE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

63 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR))) {

7. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

63 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR))) {

8. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

63 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR))) {

9. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

64 : width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);

10. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

64 : width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);

Source File: org/eclipse/wst/jsdt/web/ui/internal/contentassist/JSDTCompletionProposal.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

19 : import org.eclipse.wst.jsdt.internal.ui.text.java.JavaCompletionProposal;

2. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

20 : import org.eclipse.wst.jsdt.internal.ui.text.java.LazyJavaCompletionProposal;

3. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaTypeCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

21 : import org.eclipse.wst.jsdt.internal.ui.text.java.LazyJavaTypeCompletionProposal;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

32 : public class JSDTCompletionProposal extends JavaCompletionProposal implements IJavaCompletionProposal {

5. WARNING: DiscouragedReference

Discouraged access: The constructor JavaCompletionProposal(String, int, int, Image, String, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

45 : super(replacementString, replacementOffset, replacementLength, image, displayString, relevance);

6. WARNING: DiscouragedReference

Discouraged access: The method setCursorPosition(int) from the type AbstractJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

46 : super.setCursorPosition(cursorPosition);

7. WARNING: DiscouragedReference

Discouraged access: The method setContextInformation(IContextInformation) from the type AbstractJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

47 : super.setContextInformation(contextInformation);

8. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

58 : if (this.fJavaCompletionProposal instanceof LazyJavaCompletionProposal) {

9. WARNING: DiscouragedReference

Discouraged access: The method apply(ITextViewer, char, int, int) from the type AbstractJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

59 : ((LazyJavaCompletionProposal) this.fJavaCompletionProposal).apply(viewer, trigger, stateMask, offset);

10. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

59 : ((LazyJavaCompletionProposal) this.fJavaCompletionProposal).apply(viewer, trigger, stateMask, offset);

11. WARNING: DiscouragedReference

Discouraged access: The method apply(ITextViewer, char, int, int) from the type AbstractJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

62 : super.apply(viewer, trigger, stateMask, offset);

12. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

73 : if (this.fJavaCompletionProposal instanceof LazyJavaCompletionProposal) {

13. WARNING: DiscouragedReference

Discouraged access: The method getSelection(IDocument) from the type AbstractJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

77 : selection = super.getSelection(document);

14. WARNING: DiscouragedReference

Discouraged access: The method getAdditionalProposalInfo() from the type AbstractJavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

83 : String additionalInfo = super.getAdditionalProposalInfo();

15. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaTypeCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

100 : if (this.fJavaCompletionProposal instanceof LazyJavaTypeCompletionProposal) {

16. WARNING: DiscouragedReference

Discouraged access: The method isValidTypePrefix(String) from the type LazyJavaTypeCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

101 : return ((LazyJavaTypeCompletionProposal) this.fJavaCompletionProposal).isValidTypePrefix(prefix);

17. WARNING: DiscouragedReference

Discouraged access: The type LazyJavaTypeCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

101 : return ((LazyJavaTypeCompletionProposal) this.fJavaCompletionProposal).isValidTypePrefix(prefix);

18. WARNING: DiscouragedReference

Discouraged access: The method isValidPrefix(String) from the type JavaCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

103 : return super.isValidPrefix(prefix);

Source File: org/eclipse/wst/jsdt/web/ui/internal/contentassist/JSDTContentAssistant.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistant.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistant.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTContentAssistant.java :

28 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTContentAssistant.java :

37 : public class JSDTContentAssistant extends AbstractContentAssistProcessor implements ICompletionProposalComputer {

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistant.java :

83 : IDOMModel xmlModel = null;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistant.java :

85 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

7. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistant.java :

85 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistant.java :

86 : IDOMDocument xmlDoc = xmlModel.getDocument();

9. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistant.java :

86 : IDOMDocument xmlDoc = xmlModel.getDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistant.java :

88 : JsTranslationAdapter translationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

11. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistant.java :

98 : xmlModel.releaseFromRead();

12. WARNING: DiscouragedReference

Discouraged access: The method computeContextInformation(ITextViewer, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTContentAssistant.java :

154 : return Arrays.asList(computeContextInformation(context.getViewer(), context.getInvocationOffset()));

Source File: org/eclipse/wst/jsdt/web/ui/internal/contentassist/JSDTContentAssistantProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistantProcessor.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistantProcessor.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTContentAssistantProcessor.java :

24 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTContentAssistantProcessor.java :

37 : public class JSDTContentAssistantProcessor extends AbstractContentAssistProcessor {

5. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractContentAssistProcessor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTContentAssistantProcessor.java :

49 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistantProcessor.java :

69 : IDOMModel xmlModel = null;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistantProcessor.java :

72 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fViewer.getDocument());

8. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistantProcessor.java :

72 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fViewer.getDocument());

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistantProcessor.java :

73 : IDOMDocument xmlDoc = xmlModel.getDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContentAssistantProcessor.java :

73 : IDOMDocument xmlDoc = xmlModel.getDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistantProcessor.java :

74 : JsTranslationAdapter translationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

12. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistantProcessor.java :

101 : xmlModel.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/contentassist/JSDTContetAssistInvocationContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContetAssistInvocationContext.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContetAssistInvocationContext.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContetAssistInvocationContext.java :

38 : IDOMModel xmlModel = null;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContetAssistInvocationContext.java :

40 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

5. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContetAssistInvocationContext.java :

40 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContetAssistInvocationContext.java :

41 : IDOMDocument xmlDoc = xmlModel.getDocument();

7. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTContetAssistInvocationContext.java :

41 : IDOMDocument xmlDoc = xmlModel.getDocument();

8. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContetAssistInvocationContext.java :

42 : JsTranslationAdapter fTranslationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

9. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContetAssistInvocationContext.java :

51 : xmlModel.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/contentassist/JSDTHtmlCompletionProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHtmlCompletionProcessor.java :

19 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHtmlCompletionProcessor.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHtmlCompletionProcessor.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHtmlCompletionProcessor.java :

69 : return new CustomCompletionProposal("\n" + text + "\n" ,offset,0,offset,null,displayText,null,Messages.getString("JSDTHtmlCompletionProcessor.4"),100); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

5. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHtmlCompletionProcessor.java :

69 : return new CustomCompletionProposal("\n" + text + "\n" ,offset,0,offset,null,displayText,null,Messages.getString("JSDTHtmlCompletionProcessor.4"),100); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

6. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHtmlCompletionProcessor.java :

76 : return new CustomCompletionProposal(text ,offset-startInTag-1,0,text.length(),null,displayText,null,Messages.getString("JSDTHtmlCompletionProcessor.6"),100); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHtmlCompletionProcessor.java :

76 : return new CustomCompletionProposal(text ,offset-startInTag-1,0,text.length(),null,displayText,null,Messages.getString("JSDTHtmlCompletionProcessor.6"),100); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHtmlCompletionProcessor.java :

84 : IDOMModel xmlModel = null;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHtmlCompletionProcessor.java :

86 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

10. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHtmlCompletionProcessor.java :

86 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHtmlCompletionProcessor.java :

87 : IDOMDocument xmlDoc = xmlModel.getDocument();

12. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHtmlCompletionProcessor.java :

87 : IDOMDocument xmlDoc = xmlModel.getDocument();

13. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHtmlCompletionProcessor.java :

89 : JsTranslationAdapter fTranslationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

14. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHtmlCompletionProcessor.java :

99 : xmlModel.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/contentassist/JSDTTemplateAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type TemplateCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTTemplateAssistProcessor.java :

19 : import org.eclipse.wst.jsdt.internal.ui.text.java.TemplateCompletionProposalComputer;

2. WARNING: DiscouragedReference

Discouraged access: The type TemplateCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTTemplateAssistProcessor.java :

31 : TemplateCompletionProposalComputer fJavaTemplateCompletion;

3. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) from the type TemplateCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTTemplateAssistProcessor.java :

42 : List props = getTemplateCompletionProposalComputer().computeCompletionProposals(context, monitor);

4. WARNING: DiscouragedReference

Discouraged access: The type TemplateCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTTemplateAssistProcessor.java :

55 : private TemplateCompletionProposalComputer getTemplateCompletionProposalComputer() {

5. WARNING: DiscouragedReference

Discouraged access: The constructor TemplateCompletionProposalComputer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTTemplateAssistProcessor.java :

57 : fJavaTemplateCompletion = new TemplateCompletionProposalComputer();

6. WARNING: DiscouragedReference

Discouraged access: The type TemplateCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTTemplateAssistProcessor.java :

57 : fJavaTemplateCompletion = new TemplateCompletionProposalComputer();

Source File: org/eclipse/wst/jsdt/web/ui/internal/editor/ActionContributorJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ActionContributorHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ActionContributorJSP.java :

21 : import org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

26 : import org.eclipse.wst.sse.ui.internal.actions.StructuredTextEditorActionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ActionContributorHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ActionContributorJSP.java :

36 : public class ActionContributorJSP extends ActionContributorHTML {

4. WARNING: DiscouragedReference

Discouraged access: The constructor ActionContributorHTML() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ActionContributorJSP.java :

43 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

45 : this.renameElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJs.ACTION_NAME_RENAME_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

6. WARNING: DiscouragedReference

Discouraged access: The field UNDERSCORE from the type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

45 : this.renameElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJs.ACTION_NAME_RENAME_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

7. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

48 : this.moveElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJs.ACTION_NAME_MOVE_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

8. WARNING: DiscouragedReference

Discouraged access: The field UNDERSCORE from the type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

48 : this.moveElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJs.ACTION_NAME_MOVE_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

9. WARNING: DiscouragedReference

Discouraged access: The method addToMenu(IMenuManager) from the type ActionContributorXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

ActionContributorJSP.java :

59 : super.addToMenu(menu);

10. WARNING: DiscouragedReference

Discouraged access: The method setActiveEditor(IEditorPart) from the type ActionContributorXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

ActionContributorJSP.java :

70 : super.setActiveEditor(activeEditor);

11. WARNING: DiscouragedReference

Discouraged access: The method getTextEditor(IEditorPart) from the type ActionContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

71 : this.renameElementAction.setAction(getAction(getTextEditor(getActiveEditorPart()), IActionConstantsJs.ACTION_NAME_RENAME_ELEMENT));

12. WARNING: DiscouragedReference

Discouraged access: The method getTextEditor(IEditorPart) from the type ActionContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

ActionContributorJSP.java :

72 : this.moveElementAction.setAction(getAction(getTextEditor(getActiveEditorPart()), IActionConstantsJs.ACTION_NAME_MOVE_ELEMENT));

13. WARNING: DiscouragedReference

Discouraged access: The method setViewerSpecificContributionsEnabled(boolean) from the type ActionContributorXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

ActionContributorJSP.java :

77 : super.setViewerSpecificContributionsEnabled(enabled);

Source File: org/eclipse/wst/jsdt/web/ui/internal/format/FormattingStrategyJSDT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingStrategyJSDT.java :

38 : import org.eclipse.wst.jsdt.internal.corext.util.CodeFormatterUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingStrategyJSDT.java :

39 : import org.eclipse.wst.jsdt.internal.formatter.DefaultCodeFormatter;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

46 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

47 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

48 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

49 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

7. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

81 : if (document instanceof BasicStructuredDocument) {

8. WARNING: DiscouragedReference

Discouraged access: The method replace(int, int, String) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

83 : ((BasicStructuredDocument) document).replace(0, document.getLength(), document.get());

9. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

83 : ((BasicStructuredDocument) document).replace(0, document.getLength(), document.get());

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

98 : final IStructuredDocument document = (IStructuredDocument) fDocuments.removeFirst();

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

98 : final IStructuredDocument document = (IStructuredDocument) fDocuments.removeFirst();

12. WARNING: DiscouragedReference

Discouraged access: The type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingStrategyJSDT.java :

135 : TextEdit edit = CodeFormatterUtil.format2(CodeFormatter.K_JAVASCRIPT_UNIT, jsTextTranslated, partition.getOffset(), jsRegionLength, startIndentLevel, lineDelim, getPreferences());

13. WARNING: DiscouragedReference

Discouraged access: The method format2(int, String, int, int, int, String, Map) from the type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingStrategyJSDT.java :

135 : TextEdit edit = CodeFormatterUtil.format2(CodeFormatter.K_JAVASCRIPT_UNIT, jsTextTranslated, partition.getOffset(), jsRegionLength, startIndentLevel, lineDelim, getPreferences());

14. WARNING: DiscouragedReference

Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingStrategyJSDT.java :

194 : DefaultCodeFormatter formatter = new DefaultCodeFormatter(options);

15. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultCodeFormatter(Map) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingStrategyJSDT.java :

194 : DefaultCodeFormatter formatter = new DefaultCodeFormatter(options);

16. WARNING: DiscouragedReference

Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingStrategyJSDT.java :

194 : DefaultCodeFormatter formatter = new DefaultCodeFormatter(options);

17. WARNING: DiscouragedReference

Discouraged access: The method createIndentationString(int) from the type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingStrategyJSDT.java :

195 : return formatter.createIndentationString(indentationLevel);

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

200 : IDOMModel xmlModel = null;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

203 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(baseDocument);

20. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

203 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(baseDocument);

21. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

204 : String baseLocation = xmlModel.getBaseLocation();

22. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

216 : xmlModel.releaseFromRead();

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

225 : public IJsTranslation getTranslation(IStructuredDocument document) {

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

227 : IDOMModel xmlModel = null;

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

229 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

26. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

229 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

230 : IDOMDocument xmlDoc = xmlModel.getDocument();

28. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

FormattingStrategyJSDT.java :

230 : IDOMDocument xmlDoc = xmlModel.getDocument();

29. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

231 : JsTranslationAdapter translationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

30. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FormattingStrategyJSDT.java :

237 : xmlModel.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/hyperlink/ExternalFileHyperlink.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ExternalFileHyperlink.java :

24 : import org.eclipse.wst.html.ui.internal.HTMLUIMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ExternalFileHyperlink.java :

57 : return NLS.bind(HTMLUIMessages.Open, path);

3. WARNING: DiscouragedReference

Discouraged access: The field Open from the type HTMLUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ExternalFileHyperlink.java :

57 : return NLS.bind(HTMLUIMessages.Open, path);

Source File: org/eclipse/wst/jsdt/web/ui/internal/hyperlink/JSDTHyperlink.java
1. WARNING: DiscouragedReference

Discouraged access: The type ActionMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTHyperlink.java :

17 : import org.eclipse.wst.jsdt.internal.ui.actions.ActionMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type ActionMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTHyperlink.java :

52 : return ActionMessages.OpenAction_declaration_label;

3. WARNING: DiscouragedReference

Discouraged access: The field OpenAction_declaration_label from the type ActionMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTHyperlink.java :

52 : return ActionMessages.OpenAction_declaration_label;

Source File: org/eclipse/wst/jsdt/web/ui/internal/hyperlink/JSDTHyperlinkDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JSDTHyperlinkDetector.java :

36 : import org.eclipse.wst.jsdt.internal.core.JavaElement;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

41 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHyperlinkDetector.java :

42 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHyperlinkDetector.java :

43 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

62 : IStructuredModel sModel = null;

6. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

65 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

7. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

70 : String uriString = sModel.getBaseLocation();

8. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

76 : sModel.releaseFromRead();

9. WARNING: DiscouragedReference

Discouraged access: The method getParent() from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JSDTHyperlinkDetector.java :

91 : unit = ((JavaElement) unit).getParent();

10. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JSDTHyperlinkDetector.java :

91 : unit = ((JavaElement) unit).getParent();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHyperlinkDetector.java :

208 : IDOMModel xmlModel = null;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHyperlinkDetector.java :

210 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

13. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

210 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHyperlinkDetector.java :

212 : IDOMDocument xmlDoc = xmlModel.getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHyperlinkDetector.java :

212 : IDOMDocument xmlDoc = xmlModel.getDocument();

16. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

213 : JsTranslationAdapter adapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

17. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHyperlinkDetector.java :

220 : xmlModel.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/hyperlink/WorkspaceFileHyperlink.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

WorkspaceFileHyperlink.java :

23 : import org.eclipse.wst.html.ui.internal.HTMLUIMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

WorkspaceFileHyperlink.java :

60 : return NLS.bind(HTMLUIMessages.Open, path);

3. WARNING: DiscouragedReference

Discouraged access: The field Open from the type HTMLUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

WorkspaceFileHyperlink.java :

60 : return NLS.bind(HTMLUIMessages.Open, path);

Source File: org/eclipse/wst/jsdt/web/ui/internal/hyperlink/XMLHyperlinkDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

XMLHyperlinkDetector.java :

29 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

35 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

36 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

37 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

8. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

38 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

9. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

39 : import org.eclipse.wst.xml.core.internal.contentmodel.util.DOMNamespaceHelper;

10. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

40 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

41 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

42 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

156 : IStructuredModel sModel = null;

14. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

158 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

15. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

160 : IPath location = new Path(sModel.getBaseLocation());

16. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

173 : sModel.releaseFromRead();

17. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

185 : private CMElementDeclaration getCMElementDeclaration(Element element) {

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

186 : CMElementDeclaration ed = null;

19. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

187 : ModelQuery mq = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

20. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

187 : ModelQuery mq = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

21. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

187 : ModelQuery mq = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

22. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

189 : ed = mq.getCMElementDeclaration(element);

23. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

202 : if ((node instanceof IndexedRegion) && ((IndexedRegion) node).contains(offset) && (node.hasAttributes())) {

24. WARNING: DiscouragedReference

Discouraged access: The method contains(int) from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

202 : if ((node instanceof IndexedRegion) && ((IndexedRegion) node).contains(offset) && (node.hasAttributes())) {

25. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

202 : if ((node instanceof IndexedRegion) && ((IndexedRegion) node).contains(offset) && (node.hasAttributes())) {

26. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

209 : IndexedRegion attRegion = (IndexedRegion) attrs.item(i);

27. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

209 : IndexedRegion attRegion = (IndexedRegion) attrs.item(i);

28. WARNING: DiscouragedReference

Discouraged access: The method contains(int) from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

210 : if (attRegion.contains(offset)) {

29. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

228 : IndexedRegion inode = null;

30. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

229 : IStructuredModel sModel = null;

31. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

231 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

32. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

232 : inode = sModel.getIndexedRegion(offset);

33. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

234 : inode = sModel.getIndexedRegion(offset - 1);

34. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

238 : sModel.releaseFromRead();

35. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

297 : IDOMNode docNode = (IDOMNode) node;

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

297 : IDOMNode docNode = (IDOMNode) node;

37. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

38. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

39. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

40. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

301 : IDOMAttr att = (IDOMAttr) node;

41. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

301 : IDOMAttr att = (IDOMAttr) node;

42. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

303 : int regOffset = att.getValueRegionStartOffset();

43. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

304 : ITextRegion valueRegion = att.getValueRegion();

44. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

304 : ITextRegion valueRegion = att.getValueRegion();

45. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

306 : int regLength = valueRegion.getTextLength();

46. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionText() from the type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

307 : String attValue = att.getValueRegionText();

47. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

328 : CMElementDeclaration ed = getCMElementDeclaration(element);

48. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

393 : String prefix = DOMNamespaceHelper.getPrefix(attrName);

49. WARNING: DiscouragedReference

Discouraged access: The method getPrefix(String) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

393 : String prefix = DOMNamespaceHelper.getPrefix(attrName);

50. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

394 : String unprefixedName = DOMNamespaceHelper.getUnprefixedName(attrName);

51. WARNING: DiscouragedReference

Discouraged access: The method getUnprefixedName(String) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

394 : String unprefixedName = DOMNamespaceHelper.getUnprefixedName(attrName);

52. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

401 : } else if ((XSI_NAMESPACE_URI.equals(DOMNamespaceHelper.getNamespaceURI(attrNode))) && (SCHEMA_LOCATION.equals(unprefixedName))) {

53. WARNING: DiscouragedReference

Discouraged access: The method getNamespaceURI(Node) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

401 : } else if ((XSI_NAMESPACE_URI.equals(DOMNamespaceHelper.getNamespaceURI(attrNode))) && (SCHEMA_LOCATION.equals(unprefixedName))) {

54. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

446 : private boolean isLinkableAttr(Attr attr, CMElementDeclaration cmElement) {

55. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

448 : String prefix = DOMNamespaceHelper.getPrefix(attrName);

56. WARNING: DiscouragedReference

Discouraged access: The method getPrefix(String) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

448 : String prefix = DOMNamespaceHelper.getPrefix(attrName);

57. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

449 : String unprefixedName = DOMNamespaceHelper.getUnprefixedName(attrName);

58. WARNING: DiscouragedReference

Discouraged access: The method getUnprefixedName(String) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

449 : String unprefixedName = DOMNamespaceHelper.getUnprefixedName(attrName);

59. WARNING: DiscouragedReference

Discouraged access: The type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

455 : if ((XSI_NAMESPACE_URI.equals(DOMNamespaceHelper.getNamespaceURI(attr))) && ((SCHEMA_LOCATION.equals(unprefixedName)) || (NO_NAMESPACE_SCHEMA_LOCATION.equals(unprefixedName)))) {

60. WARNING: DiscouragedReference

Discouraged access: The method getNamespaceURI(Node) from the type DOMNamespaceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

455 : if ((XSI_NAMESPACE_URI.equals(DOMNamespaceHelper.getNamespaceURI(attr))) && ((SCHEMA_LOCATION.equals(unprefixedName)) || (NO_NAMESPACE_SCHEMA_LOCATION.equals(unprefixedName)))) {

61. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

460 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) cmElement.getAttributes().getNamedItem(attrName);

62. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

460 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) cmElement.getAttributes().getNamedItem(attrName);

63. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

460 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) cmElement.getAttributes().getNamedItem(attrName);

64. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

460 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) cmElement.getAttributes().getNamedItem(attrName);

65. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

461 : if ((attrDecl != null) && (attrDecl.getAttrType() != null) && (CMDataType.URI.equals(attrDecl.getAttrType().getDataTypeName()))) {

66. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

461 : if ((attrDecl != null) && (attrDecl.getAttrType() != null) && (CMDataType.URI.equals(attrDecl.getAttrType().getDataTypeName()))) {

67. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

461 : if ((attrDecl != null) && (attrDecl.getAttrType() != null) && (CMDataType.URI.equals(attrDecl.getAttrType().getDataTypeName()))) {

68. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

461 : if ((attrDecl != null) && (attrDecl.getAttrType() != null) && (CMDataType.URI.equals(attrDecl.getAttrType().getDataTypeName()))) {

69. WARNING: DiscouragedReference

Discouraged access: The method getDataTypeName() from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLHyperlinkDetector.java :

461 : if ((attrDecl != null) && (attrDecl.getAttrType() != null) && (CMDataType.URI.equals(attrDecl.getAttrType().getDataTypeName()))) {

70. WARNING: DiscouragedReference

Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

XMLHyperlinkDetector.java :

500 : return URIResolverPlugin.createResolver().resolve(baseLocation, publicId, systemId);

71. WARNING: DiscouragedReference

Discouraged access: The method createResolver() from the type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

XMLHyperlinkDetector.java :

500 : return URIResolverPlugin.createResolver().resolve(baseLocation, publicId, systemId);

72. WARNING: DiscouragedReference

Discouraged access: The method resolve(String, String, String) from the type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

XMLHyperlinkDetector.java :

500 : return URIResolverPlugin.createResolver().resolve(baseLocation, publicId, systemId);

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/refactoring/BasicRefactorSearchRequestor.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

53 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

2. WARNING: DiscouragedReference

Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

54 : import org.eclipse.wst.sse.core.internal.encoding.CodedStreamCreator;

3. WARNING: DiscouragedReference

Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

203 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();

4. WARNING: DiscouragedReference

Discouraged access: The constructor CodedStreamCreator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

203 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();

5. WARNING: DiscouragedReference

Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

203 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();

6. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentReader(IDocument) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

204 : Reader reader = new DocumentReader(this.fJSPDoc);

7. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

204 : Reader reader = new DocumentReader(this.fJSPDoc);

8. WARNING: DiscouragedReference

Discouraged access: The method set(IFile, Reader) from the type CodedStreamCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

205 : codedStreamCreator.set(this.fJSPFile, reader);

9. WARNING: DiscouragedReference

Discouraged access: The method getCodedByteArrayOutputStream() from the type CodedStreamCreator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

209 : codedByteStream = codedStreamCreator.getCodedByteArrayOutputStream();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/refactoring/JSPJavaSelectionProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

41 : IStructuredModel model = null;

5. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

43 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

44 : if (model instanceof IDOMModel) {

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

45 : IDOMModel xmlModel = (IDOMModel) model;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

45 : IDOMModel xmlModel = (IDOMModel) model;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

46 : IDOMDocument xmlDoc = xmlModel.getDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSPJavaSelectionProvider.java :

46 : IDOMDocument xmlDoc = xmlModel.getDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

47 : JsTranslationAdapter adapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

12. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

55 : model.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/refactoring/JSPMoveElementActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPMoveElementActionDelegate.java :

23 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPMoveElementActionDelegate.java :

115 : PlatformStatusLineUtil.clearStatusLine();

3. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPMoveElementActionDelegate.java :

115 : PlatformStatusLineUtil.clearStatusLine();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/refactoring/JSPRenameElementActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

32 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

90 : PlatformStatusLineUtil.clearStatusLine();

3. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

90 : PlatformStatusLineUtil.clearStatusLine();

4. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

96 : PlatformStatusLineUtil.displayErrorMessage(JsUIMessages.JSPRenameElementAction_0);

5. WARNING: DiscouragedReference

Discouraged access: The method displayErrorMessage(String) from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

96 : PlatformStatusLineUtil.displayErrorMessage(JsUIMessages.JSPRenameElementAction_0);

6. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

97 : PlatformStatusLineUtil.addOneTimeClearListener();

7. WARNING: DiscouragedReference

Discouraged access: The method addOneTimeClearListener() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

97 : PlatformStatusLineUtil.addOneTimeClearListener();

8. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

106 : PlatformStatusLineUtil.clearStatusLine();

9. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSPRenameElementActionDelegate.java :

106 : PlatformStatusLineUtil.clearStatusLine();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/search/JsFindOccurrencesActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JsFindOccurrencesActionDelegate.java :

17 : import org.eclipse.wst.html.ui.internal.search.HTMLFindOccurrencesProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesActionDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsFindOccurrencesActionDelegate.java :

18 : import org.eclipse.wst.sse.ui.internal.search.FindOccurrencesActionDelegate;

3. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesActionDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsFindOccurrencesActionDelegate.java :

28 : public class JsFindOccurrencesActionDelegate extends FindOccurrencesActionDelegate {

4. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JsFindOccurrencesActionDelegate.java :

35 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

5. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFindOccurrencesProcessor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JsFindOccurrencesActionDelegate.java :

35 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

6. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JsFindOccurrencesActionDelegate.java :

35 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/search/JsFindOccurrencesProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsFindOccurrencesProcessor.java :

25 : import org.eclipse.wst.sse.ui.internal.search.FindOccurrencesProcessor;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

6. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

28 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

7. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsFindOccurrencesProcessor.java :

37 : public class JsFindOccurrencesProcessor extends FindOccurrencesProcessor {

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

51 : IStructuredModel model = null;

9. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

53 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

54 : if (model != null && model instanceof IDOMModel) {

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

55 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();

12. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

55 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

55 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

56 : JsTranslationAdapter adapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

15. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

65 : model.releaseFromRead();

16. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

78 : return new String[] { DOMRegionContext.BLOCK_TEXT };

17. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsFindOccurrencesProcessor.java :

78 : return new String[] { DOMRegionContext.BLOCK_TEXT };

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsFindOccurrencesProcessor.java :

82 : protected ISearchQuery getSearchQuery(IFile file, IStructuredDocument document, String regionText, String regionType, ITextSelection textSelection) {

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/search/JsOccurrencesSearchResult.java
1. WARNING: DiscouragedReference

Discouraged access: The type OccurrencesSearchResult is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsOccurrencesSearchResult.java :

15 : import org.eclipse.wst.sse.ui.internal.search.OccurrencesSearchResult;

2. WARNING: DiscouragedReference

Discouraged access: The type OccurrencesSearchResult is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsOccurrencesSearchResult.java :

26 : public class JsOccurrencesSearchResult extends OccurrencesSearchResult {

3. WARNING: DiscouragedReference

Discouraged access: The constructor OccurrencesSearchResult(ISearchQuery) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsOccurrencesSearchResult.java :

28 : super(query);

4. WARNING: DiscouragedReference

Discouraged access: The method getMatches() from the type OccurrencesSearchResult is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsOccurrencesSearchResult.java :

33 : return super.getMatches();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/search/JsSearchQuery.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

23 : import org.eclipse.wst.sse.ui.internal.search.BasicSearchQuery;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

35 : public class JsSearchQuery extends BasicSearchQuery {

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicSearchQuery(IFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

40 : super(file);

4. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

63 : SearchDocument delegate = support.addJspFile(getFile());

5. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

65 : JsSearchScope singleFileScope = new JsSearchScope(new String[] { getFile().getFullPath().toString(), scopePath });

6. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

79 : if (getFile() != null) {

7. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSearchQuery.java :

80 : filename = getFile().getName();

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/search/JsSingleFileSearchRequestor.java
1. WARNING: DiscouragedReference

Discouraged access: The method addMatch(IDocument, int, int) from the type BasicSearchQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsSingleFileSearchRequestor.java :

36 : this.fQuery.addMatch(jspDocument, jspStart, jspEnd);

Source File: org/eclipse/wst/jsdt/web/ui/internal/java/search/ui/JsMatchPresentation.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsMatchPresentation.java :

17 : import org.eclipse.wst.sse.ui.internal.search.BasicSearchLabelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor BasicSearchLabelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsMatchPresentation.java :

33 : return new BasicSearchLabelProvider();

3. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsMatchPresentation.java :

33 : return new BasicSearchLabelProvider();

Source File: org/eclipse/wst/jsdt/web/ui/internal/registry/AdapterFactoryProviderForJSDT.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AdapterFactoryProviderForJSDT.java :

13 : import org.eclipse.wst.html.core.internal.modelhandler.ModelHandlerForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

16 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

17 : import org.eclipse.wst.sse.core.internal.model.FactoryRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

6. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

20 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

21 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryProvider;

8. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

22 : import org.eclipse.wst.sse.ui.internal.util.Assert;

9. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

31 : public class AdapterFactoryProviderForJSDT implements AdapterFactoryProvider {

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

35 : public void addAdapterFactories(IStructuredModel structuredModel) {

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

43 : protected void addContentBasedFactories(IStructuredModel structuredModel) {

12. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

44 : FactoryRegistry factoryRegistry = structuredModel.getFactoryRegistry();

13. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

44 : FactoryRegistry factoryRegistry = structuredModel.getFactoryRegistry();

14. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

45 : Assert.isNotNull(factoryRegistry, "Program Error: client caller must ensure model has factory registry"); //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The method isNotNull(Object, String) from the type Assert is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

45 : Assert.isNotNull(factoryRegistry, "Program Error: client caller must ensure model has factory registry"); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

46 : INodeAdapterFactory factory = null;

17. WARNING: DiscouragedReference

Discouraged access: The method getFactoryFor(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

47 : factory = factoryRegistry.getFactoryFor(IJFaceNodeAdapter.class);

18. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

47 : factory = factoryRegistry.getFactoryFor(IJFaceNodeAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The method removeFactoriesFor(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

49 : factoryRegistry.removeFactoriesFor(IJFaceNodeAdapter.class);

20. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

49 : factoryRegistry.removeFactoriesFor(IJFaceNodeAdapter.class);

21. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

AdapterFactoryProviderForJSDT.java :

50 : factory = new JFaceNodeAdapterFactoryForJSDT(IJFaceNodeAdapter.class, true);

22. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

51 : factoryRegistry.addFactory(factory);

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

57 : protected void addPropagatingAdapters(IStructuredModel structuredModel) {}

24. WARNING: DiscouragedReference

Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

62 : public boolean isFor(IDocumentTypeHandler contentTypeDescription) {

25. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AdapterFactoryProviderForJSDT.java :

64 : return (contentTypeDescription instanceof ModelHandlerForHTML);

26. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderForJSDT.java :

67 : public void reinitializeFactories(IStructuredModel structuredModel) {

Source File: org/eclipse/wst/jsdt/web/ui/internal/style/java/JSDTCodeScanner.java
1. WARNING: UnusedImport

The import org.eclipse.jface.text.rules.PatternRule is never used

JSDTCodeScanner.java :

22 : import org.eclipse.jface.text.rules.PatternRule;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTCodeScanner.java :

27 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTCodeScanner.java :

103 : } else if(tokenKey == IStyleConstantsXML.COMMENT_BORDER) {

4. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JSDTCodeScanner.java :

103 : } else if(tokenKey == IStyleConstantsXML.COMMENT_BORDER) {

Source File: org/eclipse/wst/jsdt/web/ui/internal/style/java/LineStyleProviderForJSDT.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

LineStyleProviderForJSDT.java :

27 : import org.eclipse.wst.html.ui.internal.HTMLUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForJSDT.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

32 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

33 : import org.eclipse.wst.sse.ui.internal.provisional.style.AbstractLineStyleProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

34 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

6. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

35 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

7. WARNING: DiscouragedReference

Discouraged access: The type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

44 : public class LineStyleProviderForJSDT extends AbstractLineStyleProvider implements LineStyleProvider {

8. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

44 : public class LineStyleProviderForJSDT extends AbstractLineStyleProvider implements LineStyleProvider {

9. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractLineStyleProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

61 : super();

10. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

95 : ta = createTextAttribute(foreground, null, style);

11. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

116 : ta = createTextAttribute(foreground, null, style);

12. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

137 : ta = createTextAttribute(foreground, null, style);

13. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

158 : ta = createTextAttribute(foreground, null, style);

14. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

179 : ta = createTextAttribute(foreground, null, style);

15. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

180 : } else if(colorKey == IStyleConstantsXML.COMMENT_BORDER ||

16. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

180 : } else if(colorKey == IStyleConstantsXML.COMMENT_BORDER ||

17. WARNING: DiscouragedReference

Discouraged access: The method getTextAttributes() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

184 : ta = (TextAttribute)getTextAttributes().get(colorKey);

18. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

186 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

19. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) from the type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

186 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

20. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

188 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

21. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

188 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

22. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

189 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

23. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) from the type ColorHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

189 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

24. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

208 : ta = createTextAttribute(foreground, background, style);

25. WARNING: DiscouragedReference

Discouraged access: The method getTextAttributes() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

212 : getTextAttributes().put(colorKey, ta);

26. WARNING: DiscouragedReference

Discouraged access: The method getTextAttributes() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

232 : TextAttribute ta = (TextAttribute) getTextAttributes().get(IStyleConstantsJs.JSP_CONTENT);

27. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

LineStyleProviderForJSDT.java :

256 : return HTMLUIPlugin.getDefault().getPreferenceStore();

28. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type HTMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

LineStyleProviderForJSDT.java :

256 : return HTMLUIPlugin.getDefault().getPreferenceStore();

29. WARNING: DiscouragedReference

Discouraged access: The method getTextAttributes() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

275 : ta = (TextAttribute) getTextAttributes().get(IStyleConstantsJSDT.JAVA_DEFAULT);

30. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

285 : if(IStyleConstantsXML.COMMENT_BORDER.equals(prefKey)) {

31. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

285 : if(IStyleConstantsXML.COMMENT_BORDER.equals(prefKey)) {

32. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

286 : styleKey = IStyleConstantsXML.COMMENT_BORDER;

33. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

286 : styleKey = IStyleConstantsXML.COMMENT_BORDER;

34. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

287 : } else if(IStyleConstantsXML.COMMENT_TEXT.equals(prefKey)) {

35. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

287 : } else if(IStyleConstantsXML.COMMENT_TEXT.equals(prefKey)) {

36. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

288 : styleKey = IStyleConstantsXML.COMMENT_TEXT;

37. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

288 : styleKey = IStyleConstantsXML.COMMENT_TEXT;

38. WARNING: DiscouragedReference

Discouraged access: The field fRecHighlighter from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

304 : fRecHighlighter.refreshDisplay();

39. WARNING: DiscouragedReference

Discouraged access: The method refreshDisplay() from the type ReconcilerHighlighter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

304 : fRecHighlighter.refreshDisplay();

40. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

310 : addTextAttribute(IStyleConstantsXML.COMMENT_BORDER);

41. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

310 : addTextAttribute(IStyleConstantsXML.COMMENT_BORDER);

42. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

311 : addTextAttribute(IStyleConstantsXML.COMMENT_TEXT);

43. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

LineStyleProviderForJSDT.java :

311 : addTextAttribute(IStyleConstantsXML.COMMENT_TEXT);

44. WARNING: DiscouragedReference

Discouraged access: The method getTextAttributes() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

324 : getTextAttributes();

45. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

332 : fScanner.setRange(getDocument(), lastStart, typedRegion.getLength());

46. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LineStyleProviderForJSDT.java :

367 : protected TextAttribute getAttributeFor(ITextRegion region) {

47. WARNING: DiscouragedReference

Discouraged access: The method release() from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

LineStyleProviderForJSDT.java :

378 : super.release();

Source File: org/eclipse/wst/jsdt/web/ui/internal/taginfo/JSDTHoverProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHoverProcessor.java :

25 : import org.eclipse.wst.sse.ui.internal.taginfo.AbstractHoverProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHoverProcessor.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHoverProcessor.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractHoverProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JSDTHoverProcessor.java :

37 : public class JSDTHoverProcessor extends AbstractHoverProcessor {

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHoverProcessor.java :

97 : IDOMModel xmlModel = null;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHoverProcessor.java :

99 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(textViewer.getDocument());

7. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHoverProcessor.java :

99 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(textViewer.getDocument());

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHoverProcessor.java :

101 : IDOMDocument xmlDoc = xmlModel.getDocument();

9. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JSDTHoverProcessor.java :

101 : IDOMDocument xmlDoc = xmlModel.getDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHoverProcessor.java :

102 : JsTranslationAdapter adapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

11. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTHoverProcessor.java :

135 : xmlModel.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/ui/internal/text/JsCharacterPairInserter.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

28 : import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

29 : import org.eclipse.wst.jsdt.internal.ui.text.JavaHeuristicScanner;

3. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

30 : import org.eclipse.wst.jsdt.internal.ui.text.Symbols;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

77 : JavaHeuristicScanner scanner= new JavaHeuristicScanner(document);

5. WARNING: DiscouragedReference

Discouraged access: The constructor JavaHeuristicScanner(IDocument) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

77 : JavaHeuristicScanner scanner= new JavaHeuristicScanner(document);

6. WARNING: DiscouragedReference

Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

77 : JavaHeuristicScanner scanner= new JavaHeuristicScanner(document);

7. WARNING: DiscouragedReference

Discouraged access: The method nextToken(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

78 : int nextToken= scanner.nextToken(offset + length, endLine.getOffset() + endLine.getLength());

8. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

79 : String next= nextToken == Symbols.TokenEOF ? null : document.get(offset, scanner.getPosition() - offset).trim();

9. WARNING: DiscouragedReference

Discouraged access: The field TokenEOF from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

79 : String next= nextToken == Symbols.TokenEOF ? null : document.get(offset, scanner.getPosition() - offset).trim();

10. WARNING: DiscouragedReference

Discouraged access: The method getPosition() from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

79 : String next= nextToken == Symbols.TokenEOF ? null : document.get(offset, scanner.getPosition() - offset).trim();

11. WARNING: DiscouragedReference

Discouraged access: The method previousToken(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

80 : int prevToken= scanner.previousToken(offset - 1, startLine.getOffset());

12. WARNING: DiscouragedReference

Discouraged access: The method getPosition() from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

81 : int prevTokenOffset= scanner.getPosition() + 1;

13. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

82 : String previous= prevToken == Symbols.TokenEOF ? null : document.get(prevTokenOffset, offset - prevTokenOffset).trim();

14. WARNING: DiscouragedReference

Discouraged access: The field TokenEOF from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

82 : String previous= prevToken == Symbols.TokenEOF ? null : document.get(prevTokenOffset, offset - prevTokenOffset).trim();

15. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

87 : || nextToken == Symbols.TokenLPAREN

16. WARNING: DiscouragedReference

Discouraged access: The field TokenLPAREN from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

87 : || nextToken == Symbols.TokenLPAREN

17. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

88 : || nextToken == Symbols.TokenIDENT

18. WARNING: DiscouragedReference

Discouraged access: The field TokenIDENT from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

88 : || nextToken == Symbols.TokenIDENT

19. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

95 : || nextToken == Symbols.TokenLESSTHAN

20. WARNING: DiscouragedReference

Discouraged access: The field TokenLESSTHAN from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

95 : || nextToken == Symbols.TokenLESSTHAN

21. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

96 : || prevToken != Symbols.TokenLBRACE

22. WARNING: DiscouragedReference

Discouraged access: The field TokenLBRACE from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

96 : || prevToken != Symbols.TokenLBRACE

23. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

97 : && prevToken != Symbols.TokenRBRACE

24. WARNING: DiscouragedReference

Discouraged access: The field TokenRBRACE from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

97 : && prevToken != Symbols.TokenRBRACE

25. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

98 : && prevToken != Symbols.TokenSEMICOLON

26. WARNING: DiscouragedReference

Discouraged access: The field TokenSEMICOLON from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

98 : && prevToken != Symbols.TokenSEMICOLON

27. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

99 : && prevToken != Symbols.TokenSYNCHRONIZED

28. WARNING: DiscouragedReference

Discouraged access: The field TokenSYNCHRONIZED from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

99 : && prevToken != Symbols.TokenSYNCHRONIZED

29. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

100 : && prevToken != Symbols.TokenSTATIC

30. WARNING: DiscouragedReference

Discouraged access: The field TokenSTATIC from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

100 : && prevToken != Symbols.TokenSTATIC

31. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

101 : && (prevToken != Symbols.TokenIDENT || !isAngularIntroducer(previous))

32. WARNING: DiscouragedReference

Discouraged access: The field TokenIDENT from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

101 : && (prevToken != Symbols.TokenIDENT || !isAngularIntroducer(previous))

33. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

102 : && prevToken != Symbols.TokenEOF)

34. WARNING: DiscouragedReference

Discouraged access: The field TokenEOF from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

102 : && prevToken != Symbols.TokenEOF)

35. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

108 : || nextToken == Symbols.TokenIDENT

36. WARNING: DiscouragedReference

Discouraged access: The field TokenIDENT from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

108 : || nextToken == Symbols.TokenIDENT

37. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

114 : || nextToken == Symbols.TokenIDENT

38. WARNING: DiscouragedReference

Discouraged access: The field TokenIDENT from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

114 : || nextToken == Symbols.TokenIDENT

39. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

122 : || nextToken == Symbols.TokenIDENT

40. WARNING: DiscouragedReference

Discouraged access: The field TokenIDENT from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

122 : || nextToken == Symbols.TokenIDENT

41. WARNING: DiscouragedReference

Discouraged access: The type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

123 : || prevToken == Symbols.TokenIDENT

42. WARNING: DiscouragedReference

Discouraged access: The field TokenIDENT from the type Symbols is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

123 : || prevToken == Symbols.TokenIDENT

43. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

168 : IPreferenceStore preferenceStore = JavaScriptPlugin.getDefault().getPreferenceStore();

44. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

168 : IPreferenceStore preferenceStore = JavaScriptPlugin.getDefault().getPreferenceStore();

45. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

183 : JavaScriptPlugin.getDefault().getPreferenceStore().removePropertyChangeListener(this);

46. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

183 : JavaScriptPlugin.getDefault().getPreferenceStore().removePropertyChangeListener(this);

47. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

198 : IPreferenceStore preferenceStore = JavaScriptPlugin.getDefault().getPreferenceStore();

48. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsCharacterPairInserter.java :

198 : IPreferenceStore preferenceStore = JavaScriptPlugin.getDefault().getPreferenceStore();

Source File: org/eclipse/wst/jsdt/web/ui/internal/text/JsDocumentRegionEdgeMatcher.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentRegionEdgeMatcher is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsDocumentRegionEdgeMatcher.java :

13 : import org.eclipse.wst.sse.ui.internal.text.DocumentRegionEdgeMatcher;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

14 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

3. WARNING: DiscouragedReference

Discouraged access: The type DocumentRegionEdgeMatcher is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsDocumentRegionEdgeMatcher.java :

23 : public class JsDocumentRegionEdgeMatcher extends DocumentRegionEdgeMatcher {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentRegionEdgeMatcher(String[], ICharacterPairMatcher) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN, DOMRegionContext.XML_PI_CONTENT }, new JsPairMatcher(JsDocumentRegionEdgeMatcher.BRACKETS));

5. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

6. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

7. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

8. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

9. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

10. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

11. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

12. WARNING: DiscouragedReference

Discouraged access: The field XML_PI_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

31 : super(new String[] { DOMRegionContext.XML_TAG_NAME, DOMRegionContext.XML_COMMENT_TEXT, DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,

13. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

32 : DOMRegionContext.XML_PI_CONTENT }, new JsPairMatcher(JsDocumentRegionEdgeMatcher.BRACKETS));

14. WARNING: DiscouragedReference

Discouraged access: The field XML_PI_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsDocumentRegionEdgeMatcher.java :

32 : DOMRegionContext.XML_PI_CONTENT }, new JsPairMatcher(JsDocumentRegionEdgeMatcher.BRACKETS));

Source File: org/eclipse/wst/jsdt/web/ui/views/contentoutline/JFaceNodeAdapterFactoryForJSDT.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

14 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JFaceNodeAdapterFactoryForJSDT.java :

17 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

18 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

27 : public class JFaceNodeAdapterFactoryForJSDT extends JFaceNodeAdapterFactory {

7. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JFaceNodeAdapterFactoryForJSDT.java :

29 : this(IJFaceNodeAdapter.class, true);

8. WARNING: DiscouragedReference

Discouraged access: The constructor JFaceNodeAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

33 : super(adapterKey, registerAdapters);

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

37 : public INodeAdapterFactory copy() {

10. WARNING: DiscouragedReference

Discouraged access: The method getAdapterKey() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

38 : return new JFaceNodeAdapterFactoryForJSDT(getAdapterKey(), isShouldRegisterAdapter());

11. WARNING: DiscouragedReference

Discouraged access: The method isShouldRegisterAdapter() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

38 : return new JFaceNodeAdapterFactoryForJSDT(getAdapterKey(), isShouldRegisterAdapter());

12. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

42 : protected INodeAdapter createAdapter(INodeNotifier node) {

13. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterFactoryForJSDT.java :

42 : protected INodeAdapter createAdapter(INodeNotifier node) {

14. WARNING: DiscouragedReference

Discouraged access: The field singletonAdapter from the type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

43 : if (singletonAdapter == null) {

15. WARNING: DiscouragedReference

Discouraged access: The field singletonAdapter from the type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

47 : singletonAdapter = new org.eclipse.wst.jsdt.web.ui.views.provisional.contentoutline.JFaceNodeAdapterForJs(this);

16. WARNING: DiscouragedReference

Discouraged access: The field singletonAdapter from the type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

49 : singletonAdapter = new org.eclipse.wst.jsdt.web.ui.views.contentoutline.JFaceNodeAdapterForJs(this);

17. WARNING: DiscouragedReference

Discouraged access: The method initAdapter(INodeAdapter, INodeNotifier) from the type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

51 : initAdapter(singletonAdapter, node);

18. WARNING: DiscouragedReference

Discouraged access: The field singletonAdapter from the type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

51 : initAdapter(singletonAdapter, node);

19. WARNING: DiscouragedReference

Discouraged access: The field singletonAdapter from the type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterFactoryForJSDT.java :

53 : return singletonAdapter;

Source File: org/eclipse/wst/jsdt/web/ui/views/contentoutline/JFaceNodeAdapterForJs.java
1. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JFaceNodeAdapterForJs.java :

20 : import org.eclipse.wst.html.ui.internal.contentoutline.JFaceNodeAdapterForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

28 : import org.eclipse.wst.jsdt.internal.core.JavaElement;

3. WARNING: DiscouragedReference

Discouraged access: The type Member is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

29 : import org.eclipse.wst.jsdt.internal.core.Member;

4. WARNING: DiscouragedReference

Discouraged access: The type SourceRefElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

30 : import org.eclipse.wst.jsdt.internal.core.SourceRefElement;

5. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

39 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

40 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

9. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JFaceNodeAdapterForJs.java :

41 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

10. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

42 : import org.eclipse.wst.xml.core.internal.document.NodeImpl;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

43 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

44 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

13. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

45 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory;

14. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JFaceNodeAdapterForJs.java :

55 : public class JFaceNodeAdapterForJs extends JFaceNodeAdapterForHTML {

15. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

57 : public JFaceNodeAdapterForJs(JFaceNodeAdapterFactory adapterFactory) {

16. WARNING: DiscouragedReference

Discouraged access: The constructor JFaceNodeAdapterForHTML(JFaceNodeAdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JFaceNodeAdapterForJs.java :

58 : super(adapterFactory);

17. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

70 : JavaElement enclosedElement = (JavaElement) ((IJavaWebNode) object).getJavaElement();

18. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

70 : JavaElement enclosedElement = (JavaElement) ((IJavaWebNode) object).getJavaElement();

19. WARNING: DiscouragedReference

Discouraged access: The method getChildren() from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

73 : IJavaScriptElement[] children = enclosedElement.getChildren();

20. WARNING: DiscouragedReference

Discouraged access: The type Member is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

85 : if (javaElement instanceof Member) {

21. WARNING: DiscouragedReference

Discouraged access: The method getChildren(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

109 : return super.getChildren(object);

22. WARNING: DiscouragedReference

Discouraged access: The method getElements(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

166 : return super.getElements(object);

23. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

186 : int javaPositionEnd = ((NodeImpl) node).getEndOffset();

24. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

186 : int javaPositionEnd = ((NodeImpl) node).getEndOffset();

25. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

187 : int javaPositionStart = ((NodeImpl) node).getStartOffset();

26. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

187 : int javaPositionStart = ((NodeImpl) node).getStartOffset();

27. WARNING: DiscouragedReference

Discouraged access: The type Member is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

193 : if (allChildren[i] instanceof Member) {

28. WARNING: DiscouragedReference

Discouraged access: The method getNameRange() from the type Member is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

195 : range = ((Member) allChildren[i]).getNameRange();

29. WARNING: DiscouragedReference

Discouraged access: The type Member is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

195 : range = ((Member) allChildren[i]).getNameRange();

30. WARNING: DiscouragedReference

Discouraged access: The type SourceRefElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

200 : } else if (allChildren[i] instanceof SourceRefElement) {

31. WARNING: DiscouragedReference

Discouraged access: The method getSourceRange() from the type SourceRefElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

202 : range = ((SourceRefElement)allChildren[i] ).getSourceRange();

32. WARNING: DiscouragedReference

Discouraged access: The type SourceRefElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

202 : range = ((SourceRefElement)allChildren[i] ).getSourceRange();

33. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

242 : if (node.getNodeType() == Node.TEXT_NODE && (node instanceof NodeImpl)) {

34. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

284 : instance = new JsJfaceNode(parent, root, position, ((SourceRefElement) root).getElementName());

35. WARNING: DiscouragedReference

Discouraged access: The type SourceRefElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JFaceNodeAdapterForJs.java :

284 : instance = new JsJfaceNode(parent, root, position, ((SourceRefElement) root).getElementName());

36. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

294 : INodeAdapter adapter = (instance).getAdapterFor(IJFaceNodeAdapter.class);

37. WARNING: DiscouragedReference

Discouraged access: The type IJFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JFaceNodeAdapterForJs.java :

294 : INodeAdapter adapter = (instance).getAdapterFor(IJFaceNodeAdapter.class);

38. WARNING: DiscouragedReference

Discouraged access: The method getLabelImage(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

310 : return super.getLabelImage(node);

39. WARNING: DiscouragedReference

Discouraged access: The method getLabelText(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

321 : return super.getLabelText(node);

40. WARNING: DiscouragedReference

Discouraged access: The method getParent(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

329 : return super.getParent(element);

41. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

350 : IStructuredModel model = null;

42. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

351 : IModelManager modelManager = StructuredModelManager.getModelManager();

43. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

352 : IDOMDocument xmlDoc = null;

44. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

355 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

45. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

355 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

46. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

355 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

47. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

356 : model = modelManager.getExistingModelForRead(doc);

48. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

359 : IDOMModel domModel = (IDOMModel) model;

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

359 : IDOMModel domModel = (IDOMModel) model;

50. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

361 : xmlDoc = domModel.getDocument();

51. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

367 : model.releaseFromRead();

52. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

373 : JsTranslationAdapter translationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

53. WARNING: DiscouragedReference

Discouraged access: The method hasChildren(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

392 : return super.hasChildren(object);

Source File: org/eclipse/wst/jsdt/web/ui/views/contentoutline/JsJfaceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JsJfaceNode.java :

19 : import org.eclipse.wst.jsdt.internal.core.JavaElement;

2. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

25 : import org.eclipse.wst.sse.core.internal.model.FactoryRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

8. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

10. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

33 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

34 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

13. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

45 : public class JsJfaceNode extends ElementImpl implements IndexedRegion, INodeNotifier, Node, IJavaWebNode {

14. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

45 : public class JsJfaceNode extends ElementImpl implements IndexedRegion, INodeNotifier, Node, IJavaWebNode {

15. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

45 : public class JsJfaceNode extends ElementImpl implements IndexedRegion, INodeNotifier, Node, IJavaWebNode {

16. WARNING: DiscouragedReference

Discouraged access: The type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

46 : private class JsAdaptableNode extends AbstractNotifier {

17. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

48 : public FactoryRegistry getFactoryRegistry() {

18. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

53 : private FactoryRegistry adapterRegistry;

19. WARNING: DiscouragedReference

Discouraged access: The constructor ElementImpl(ElementImpl) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

68 : super(((ElementImpl)parent));

20. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

68 : super(((ElementImpl)parent));

21. WARNING: DiscouragedReference

Discouraged access: The method hasChildren() from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JsJfaceNode.java :

74 : hasChildren=((JavaElement)originalElement).hasChildren();

22. WARNING: DiscouragedReference

Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

JsJfaceNode.java :

74 : hasChildren=((JavaElement)originalElement).hasChildren();

23. WARNING: DiscouragedReference

Discouraged access: The method removeAttributes() from the type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

78 : removeAttributes();

24. WARNING: DiscouragedReference

Discouraged access: The method setTagName(String) from the type ElementImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

98 : super.setTagName(name);

25. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

101 : public void addAdapter(INodeAdapter adapter) {

26. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

102 : adaptableDomNode.addAdapter(adapter);

27. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

136 : public INodeAdapter getAdapterFor(Object type) {

28. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

137 : return adaptableDomNode.getAdapterFor(type);

29. WARNING: DiscouragedReference

Discouraged access: The method getAdapters() from the type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

142 : return adaptableDomNode.getAdapters();

30. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

151 : public INodeAdapter getExistingAdapter(Object type) {

31. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

153 : return adaptableDomNode.getExistingAdapter(type);

32. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

241 : IStructuredModel model = null;

33. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

242 : IModelManager modelManager = StructuredModelManager.getModelManager();

34. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

243 : IDOMDocument xmlDoc = null;

35. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

246 : IStructuredDocument doc = getStructuredDocument();

36. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

246 : IStructuredDocument doc = getStructuredDocument();

37. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

247 : model = modelManager.getExistingModelForRead(doc);

38. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

250 : IDOMModel domModel = (IDOMModel) model;

39. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

250 : IDOMModel domModel = (IDOMModel) model;

40. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JsJfaceNode.java :

251 : xmlDoc = domModel.getDocument();

41. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

257 : model.releaseFromRead();

42. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

263 : JsTranslationAdapter translationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

43. WARNING: DiscouragedReference

Discouraged access: The method notify(int, Object, Object, Object, int) from the type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

269 : adaptableDomNode.notify(eventType, changedFeature, oldValue, newValue, pos);

44. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

273 : public void removeAdapter(INodeAdapter adapter) {

45. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) from the type AbstractNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

274 : adaptableDomNode.removeAdapter(adapter);

46. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsJfaceNode.java :

277 : public void setAdapterRegistry(FactoryRegistry registry) {

Source File: org/eclipse/wst/jsdt/web/ui/views/provisional/contentoutline/JFaceNodeAdapterForJs.java
1. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JFaceNodeAdapterForJs.java :

14 : import org.eclipse.wst.html.ui.internal.contentoutline.JFaceNodeAdapterForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

25 : import org.eclipse.wst.xml.core.internal.document.NodeImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

8. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

28 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory;

9. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterForHTML is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JFaceNodeAdapterForJs.java :

38 : public class JFaceNodeAdapterForJs extends JFaceNodeAdapterForHTML {

10. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

39 : public JFaceNodeAdapterForJs(JFaceNodeAdapterFactory adapterFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor JFaceNodeAdapterForHTML(JFaceNodeAdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JFaceNodeAdapterForJs.java :

40 : super(adapterFactory);

12. WARNING: DiscouragedReference

Discouraged access: The method getChildren(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

59 : return super.getChildren(object);

13. WARNING: DiscouragedReference

Discouraged access: The method getElements(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

67 : return super.getElements(object);

14. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

86 : if (node.getNodeType() == Node.TEXT_NODE && (node instanceof NodeImpl)) {

15. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

87 : startOffset = ((NodeImpl) node).getStartOffset();

16. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

87 : startOffset = ((NodeImpl) node).getStartOffset();

17. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

88 : endOffset = ((NodeImpl) node).getEndOffset();

18. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

88 : endOffset = ((NodeImpl) node).getEndOffset();

19. WARNING: DiscouragedReference

Discouraged access: The method getLabelImage(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

119 : return super.getLabelImage(node);

20. WARNING: DiscouragedReference

Discouraged access: The method getLabelText(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

127 : return super.getLabelText(node);

21. WARNING: DiscouragedReference

Discouraged access: The method getParent(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

135 : return super.getParent(element);

22. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

139 : IStructuredModel model = null;

23. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

140 : IModelManager modelManager = StructuredModelManager.getModelManager();

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

141 : IDOMDocument xmlDoc = null;

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

144 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

26. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

144 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

27. WARNING: DiscouragedReference

Discouraged access: The type NodeImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

144 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

28. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

145 : model = modelManager.getExistingModelForRead(doc);

29. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

148 : IDOMModel domModel = (IDOMModel) model;

30. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

148 : IDOMModel domModel = (IDOMModel) model;

31. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

JFaceNodeAdapterForJs.java :

149 : xmlDoc = domModel.getDocument();

32. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

155 : model.releaseFromRead();

33. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JFaceNodeAdapterForJs.java :

161 : JsTranslationAdapter translationAdapter = (JsTranslationAdapter) xmlDoc.getAdapterFor(IJsTranslation.class);

34. WARNING: DiscouragedReference

Discouraged access: The method hasChildren(Object) from the type JFaceNodeAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JFaceNodeAdapterForJs.java :

175 : return super.hasChildren(object);

Source File: org/eclipse/wst/jsdt/web/ui/views/provisional/contentoutline/JsContentOutlineConfig.java
1. WARNING: DeadCode

Dead code

JsContentOutlineConfig.java :

47 : return getJavaLabelProvider();

2. WARNING: DeadCode

Dead code

JsContentOutlineConfig.java :

62 : return getJavaLabelProvider();

Source File: org/eclipse/wst/jsdt/web/ui/views/provisional/contentoutline/JsLabelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The method getImage(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsLabelProvider.java :

25 : return super.getImage(o);

Source File: org/eclipse/wst/jsdt/web/ui/views/provisional/contentoutline/JsMenuListener.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsMenuListener.java :

25 : import org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsMenuListener.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsMenuListener.java :

29 : import org.eclipse.wst.sse.ui.internal.IReleasable;

4. WARNING: DiscouragedReference

Discouraged access: The type XMLNodeActionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsMenuListener.java :

30 : import org.eclipse.wst.xml.ui.internal.contentoutline.XMLNodeActionManager;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLNodeActionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsMenuListener.java :

39 : public class JsMenuListener extends XMLNodeActionManager implements IMenuListener, IReleasable {

6. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar

JsMenuListener.java :

39 : public class JsMenuListener extends XMLNodeActionManager implements IMenuListener, IReleasable {

7. WARNING: DiscouragedReference

Discouraged access: The type CompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsMenuListener.java :

41 : CompilationUnitEditorActionContributor contrib;

8. WARNING: DiscouragedReference

Discouraged access: The type XMLNodeActionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsMenuListener.java :

42 : private XMLNodeActionManager fActionManager;

9. WARNING: DiscouragedReference

Discouraged access: The constructor XMLNodeActionManager(IStructuredModel, Viewer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsMenuListener.java :

47 : super((IStructuredModel) viewer.getInput(), viewer);

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JsMenuListener.java :

47 : super((IStructuredModel) viewer.getInput(), viewer);

11. WARNING: DiscouragedReference

Discouraged access: The constructor CompilationUnitEditorActionContributor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsMenuListener.java :

48 : contrib = new CompilationUnitEditorActionContributor();

12. WARNING: DiscouragedReference

Discouraged access: The type CompilationUnitEditorActionContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JsMenuListener.java :

48 : contrib = new CompilationUnitEditorActionContributor();

13. WARNING: DiscouragedReference

Discouraged access: The method fillContextMenu(IMenuManager, ISelection) from the type AbstractNodeActionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsMenuListener.java :

143 : fillContextMenu(manager, selection);

14. WARNING: DiscouragedReference

Discouraged access: The method setModel(IStructuredModel) from the type XMLNodeActionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

JsMenuListener.java :

156 : fActionManager.setModel(null);

Source File: org/eclipse/wst/jsdt/web/ui/views/provisional/contentoutline/XMLLabelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

21 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

XMLLabelProvider.java :

22 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider;

7. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

XMLLabelProvider.java :

35 : public class XMLLabelProvider extends JFaceNodeLabelProvider {

8. WARNING: DiscouragedReference

Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.102.v201008251905.jar

XMLLabelProvider.java :

40 : StringBuffer text = new StringBuffer(super.getText(o));

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

55 : CMElementDeclaration elementDecl = null;

10. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

56 : ModelQuery mq = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

11. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

56 : ModelQuery mq = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

12. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

56 : ModelQuery mq = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

13. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

58 : elementDecl = mq.getCMElementDeclaration(element);

14. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

67 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) elementDecl.getAttributes().getNamedItem(attrName);

15. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

67 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) elementDecl.getAttributes().getNamedItem(attrName);

16. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

67 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) elementDecl.getAttributes().getNamedItem(attrName);

17. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

67 : CMAttributeDeclaration attrDecl = (CMAttributeDeclaration) elementDecl.getAttributes().getNamedItem(attrName);

18. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

69 : if ((attrDecl.getAttrType() != null) && (CMDataType.ID.equals(attrDecl.getAttrType().getDataTypeName()))) {

19. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

69 : if ((attrDecl.getAttrType() != null) && (CMDataType.ID.equals(attrDecl.getAttrType().getDataTypeName()))) {

20. WARNING: DiscouragedReference

Discouraged access: The field ID from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

69 : if ((attrDecl.getAttrType() != null) && (CMDataType.ID.equals(attrDecl.getAttrType().getDataTypeName()))) {

21. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

69 : if ((attrDecl.getAttrType() != null) && (CMDataType.ID.equals(attrDecl.getAttrType().getDataTypeName()))) {

22. WARNING: DiscouragedReference

Discouraged access: The method getDataTypeName() from the type CMDataType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

69 : if ((attrDecl.getAttrType() != null) && (CMDataType.ID.equals(attrDecl.getAttrType().getDataTypeName()))) {

23. WARNING: DiscouragedReference

Discouraged access: The method getUsage() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

71 : } else if ((attrDecl.getUsage() == CMAttributeDeclaration.REQUIRED) && (requiredAttribute == null)) {

24. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

71 : } else if ((attrDecl.getUsage() == CMAttributeDeclaration.REQUIRED) && (requiredAttribute == null)) {

25. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

XMLLabelProvider.java :

71 : } else if ((attrDecl.getUsage() == CMAttributeDeclaration.REQUIRED) && (requiredAttribute == null)) {