Compiler Report

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

Number of source files: 92 Number of classfiles: 101

Problems: 699 (Errors: 0 Warnings: 699 )

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

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

SetupProjectsWizzard.java :

27 : import org.eclipse.wst.jsdt.internal.core.JavaProject;

2. WARNING: DiscouragedReference

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

SetupProjectsWizzard.java :

66 : JavaProject jp = (JavaProject)JavaScriptCore.create(project);

3. WARNING: DiscouragedReference

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

SetupProjectsWizzard.java :

66 : JavaProject jp = (JavaProject)JavaScriptCore.create(project);

4. WARNING: DiscouragedReference

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

SetupProjectsWizzard.java :

69 : rawClasspath = jp.getRawIncludepath();

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

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

StandardEditorActionsAction.java :

79 : IStructuredDocument doc = currentNode.getStructuredDocument();

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

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

StandardEditorActionsAction.java :

137 : model.releaseFromEdit();

21. WARNING: LocalVariableIsNeverUsed

The local variable text is never read

StandardEditorActionsAction.java :

168 : StringBuffer text = new StringBuffer();

22. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

170 : IStructuredDocument doc = null;

23. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

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

24. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

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

25. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

188 : IModelManager modelManager = StructuredModelManager.getModelManager();

26. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

189 : IStructuredModel model = null;

27. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

193 : model = modelManager.getExistingModelForEdit(doc);

28. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

194 : model.aboutToChangeModel();

29. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

195 : 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$

30. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

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

31. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

202 : model.endRecording(action);

32. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

203 : model.changedModel();

33. WARNING: DiscouragedReference

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

StandardEditorActionsAction.java :

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

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

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

JsUIPlugin.java :

55 : public AdapterFactoryRegistry getAdapterFactoryRegistry() {

5. WARNING: DiscouragedReference

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

JsUIPlugin.java :

56 : return AdapterFactoryRegistryImpl.getInstance();

6. WARNING: DiscouragedReference

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

JsUIPlugin.java :

56 : return AdapterFactoryRegistryImpl.getInstance();

7. WARNING: DiscouragedReference

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

JsUIPlugin.java :

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

JsUIPlugin.java :

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

JsUIPlugin.java :

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

10. WARNING: DiscouragedReference

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

JsUIPlugin.java :

88 : JavaScriptPlugin jp = JavaScriptPlugin.getDefault();

11. WARNING: DiscouragedReference

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

JsUIPlugin.java :

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

JsUIPlugin.java :

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

JsUIPlugin.java :

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

AutoEditStrategyForJs.java :

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

5. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

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

6. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

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

7. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

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

8. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

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

9. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

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

10. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

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

11. WARNING: DiscouragedReference

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

AutoEditStrategyForJs.java :

63 : IDOMModel model = null;

12. WARNING: DiscouragedReference

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

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

JSDTCompletionProposal.java :

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

JSDTCompletionProposal.java :

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

JSDTCompletionProposal.java :

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

JSDTCompletionProposal.java :

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

JSDTCompletionProposal.java :

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

JSDTCompletionProposal.java :

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

JSDTCompletionProposal.java :

45 : super.setContextInformation(contextInformation);

8. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

57 : if (this.fJavaCompletionProposal instanceof LazyJavaCompletionProposal)

9. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

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

10. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

59 : ((LazyJavaCompletionProposal)this.fJavaCompletionProposal).apply(viewer.getDocument(), trigger, 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

JSDTCompletionProposal.java :

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

12. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

67 : String additionalInfo = super.getAdditionalProposalInfo();

13. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

84 : if (this.fJavaCompletionProposal instanceof LazyJavaTypeCompletionProposal) {

14. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

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

15. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

86 : return ((LazyJavaTypeCompletionProposal) this.fJavaCompletionProposal)

16. WARNING: DiscouragedReference

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

JSDTCompletionProposal.java :

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

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

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

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

JSDTContentAssistant.java :

33 : public class JSDTContentAssistant extends AbstractContentAssistProcessor {

5. WARNING: DiscouragedReference

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

JSDTContentAssistant.java :

80 : IDOMModel xmlModel = null;

6. WARNING: DiscouragedReference

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

JSDTContentAssistant.java :

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

JSDTContentAssistant.java :

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

8. WARNING: DiscouragedReference

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

JSDTContentAssistant.java :

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

JSDTContentAssistant.java :

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

JSDTContentAssistant.java :

85 : fTranslationAdapter = (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistant.java :

95 : xmlModel.releaseFromRead();

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

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

JSDTContentAssistantProcessor.java :

23 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

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

JSDTContentAssistantProcessor.java :

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

4. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

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

5. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

36 : public class JSDTContentAssistantProcessor extends AbstractContentAssistProcessor {

6. WARNING: UnusedPrivateField

The field JSDTContentAssistantProcessor.DEBUG is never read locally

JSDTContentAssistantProcessor.java :

37 : private static final boolean DEBUG;

7. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

47 : protected StructuredTextViewer fViewer = null;

8. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

50 : super();

9. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

70 : IDOMModel xmlModel = null;

10. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

72 : if (viewer instanceof StructuredTextViewer) {

11. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

73 : fViewer = (StructuredTextViewer) viewer;

12. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

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

13. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

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

14. WARNING: DiscouragedReference

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

JSDTContentAssistantProcessor.java :

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

JSDTContentAssistantProcessor.java :

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

JSDTContentAssistantProcessor.java :

78 : fTranslationAdapter = (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSDTContentAssistantProcessor.java :

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

JSDTContetAssistInvocationContext.java :

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

JSDTContetAssistInvocationContext.java :

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

3. WARNING: LocalVariableIsNeverUsed

The local variable tran is never read

JSDTContetAssistInvocationContext.java :

32 : IJsTranslation tran = JSDTContetAssistInvocationContext.getJSPTranslation(viewer);

4. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

39 : IDOMModel xmlModel = null;

5. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

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

6. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

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

7. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

42 : IDOMDocument xmlDoc = xmlModel.getDocument();

8. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

42 : IDOMDocument xmlDoc = xmlModel.getDocument();

9. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

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

10. WARNING: DiscouragedReference

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

JSDTContetAssistInvocationContext.java :

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

JSDTHtmlCompletionProcessor.java :

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

JSDTHtmlCompletionProcessor.java :

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

JSDTHtmlCompletionProcessor.java :

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

4. WARNING: LocalVariableIsNeverUsed

The local variable missingAtOffset is never read

JSDTHtmlCompletionProcessor.java :

42 : int missingAtOffset = tran.getMissingTagStart();

5. WARNING: LocalVariableIsNeverUsed

The local variable replaceLength is never read

JSDTHtmlCompletionProcessor.java :

61 : int replaceLength =0;

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

JSDTHtmlCompletionProcessor.java :

72 : 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$

7. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

72 : 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$

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

JSDTHtmlCompletionProcessor.java :

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

9. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

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

10. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

87 : IDOMModel xmlModel = null;

11. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

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

12. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

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

13. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

90 : IDOMDocument xmlDoc = xmlModel.getDocument();

14. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

90 : IDOMDocument xmlDoc = xmlModel.getDocument();

15. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

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

16. WARNING: DiscouragedReference

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

JSDTHtmlCompletionProcessor.java :

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

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

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

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

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

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

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

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

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

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

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

FormattingStrategyJSDT.java :

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

11. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

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

12. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

103 : TextEdit edit = CodeFormatterUtil.format2(CodeFormatter.K_JAVASCRIPT_UNIT, cuSource, javaStart, javaLength, startIndentLevel, TextUtilities.getDefaultLineDelimiter(document), 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingStrategyJSDT.java :

103 : TextEdit edit = CodeFormatterUtil.format2(CodeFormatter.K_JAVASCRIPT_UNIT, cuSource, javaStart, javaLength, startIndentLevel, TextUtilities.getDefaultLineDelimiter(document), getPreferences());

14. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

116 : document.replaceText(document, partition.getOffset(), partition.getLength(), replaceText);

15. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

153 : DefaultCodeFormatter formatter = new DefaultCodeFormatter(options);

16. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

153 : DefaultCodeFormatter formatter = new DefaultCodeFormatter(options);

17. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

153 : DefaultCodeFormatter formatter = new DefaultCodeFormatter(options);

18. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

154 : return formatter.createIndentationString(indentationLevel);

19. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

159 : IDOMModel xmlModel = null;

20. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

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

21. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

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

22. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

163 : String baseLocation = xmlModel.getBaseLocation();

23. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

175 : xmlModel.releaseFromRead();

24. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

184 : public IJsTranslation getTranslation(IStructuredDocument document) {

25. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

186 : IDOMModel xmlModel = null;

26. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

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

27. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

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

28. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

189 : IDOMDocument xmlDoc = xmlModel.getDocument();

29. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

189 : IDOMDocument xmlDoc = xmlModel.getDocument();

30. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

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

31. WARNING: DiscouragedReference

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

FormattingStrategyJSDT.java :

196 : xmlModel.releaseFromRead();

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

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

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

JSDTHyperlinkDetector.java :

213 : IDOMModel xmlModel = null;

12. WARNING: DiscouragedReference

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

JSDTHyperlinkDetector.java :

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

JSDTHyperlinkDetector.java :

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

14. WARNING: DiscouragedReference

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

JSDTHyperlinkDetector.java :

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

JSDTHyperlinkDetector.java :

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

JSDTHyperlinkDetector.java :

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

JSDTHyperlinkDetector.java :

225 : xmlModel.releaseFromRead();

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

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

XMLHyperlinkDetector.java :

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

2. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

3. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

4. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

5. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

6. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

7. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

8. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

9. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

10. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

11. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

12. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

156 : IStructuredModel sModel = null;

13. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

158 : sModel = 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

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

15. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

173 : sModel.releaseFromRead();

16. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

185 : private CMElementDeclaration getCMElementDeclaration(Element element) {

17. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

186 : CMElementDeclaration ed = null;

18. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

19. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

20. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

21. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

189 : ed = mq.getCMElementDeclaration(element);

22. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

23. WARNING: DiscouragedReference

Discouraged access: The method contains(int) from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

XMLHyperlinkDetector.java :

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

26. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

27. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

28. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

228 : IndexedRegion inode = null;

29. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

229 : IStructuredModel sModel = null;

30. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

31. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

232 : inode = sModel.getIndexedRegion(offset);

32. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

33. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

238 : sModel.releaseFromRead();

34. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

297 : IDOMNode docNode = (IDOMNode) node;

35. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

297 : IDOMNode docNode = (IDOMNode) node;

36. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

37. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLHyperlinkDetector.java :

301 : IDOMAttr att = (IDOMAttr) node;

40. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

301 : IDOMAttr att = (IDOMAttr) node;

41. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

303 : int regOffset = att.getValueRegionStartOffset();

42. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

304 : ITextRegion valueRegion = att.getValueRegion();

43. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

304 : ITextRegion valueRegion = att.getValueRegion();

44. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

306 : int regLength = valueRegion.getTextLength();

45. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

307 : String attValue = att.getValueRegionText();

46. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

328 : CMElementDeclaration ed = getCMElementDeclaration(element);

47. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

48. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

49. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

50. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

51. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

52. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

53. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

54. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

55. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

56. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

57. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

58. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

59. WARNING: DiscouragedReference

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

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 type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XMLHyperlinkDetector.java :

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

61. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

62. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

63. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

64. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

65. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

66. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

67. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

68. WARNING: DiscouragedReference

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

XMLHyperlinkDetector.java :

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

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

6. WARNING: DiscouragedReference

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

JSPJavaSelectionProvider.java :

45 : if (model instanceof IDOMModel) {

7. WARNING: DiscouragedReference

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

JSPJavaSelectionProvider.java :

46 : IDOMModel xmlModel = (IDOMModel) model;

8. WARNING: DiscouragedReference

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

JSPJavaSelectionProvider.java :

46 : IDOMModel xmlModel = (IDOMModel) model;

9. WARNING: DiscouragedReference

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

JSPJavaSelectionProvider.java :

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

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

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

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

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

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

JSPRenameElementActionDelegate.java :

90 : PlatformStatusLineUtil.clearStatusLine();

4. WARNING: DiscouragedReference

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

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

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

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

JSPRenameElementActionDelegate.java :

97 : PlatformStatusLineUtil.addOneTimeClearListener();

8. WARNING: DiscouragedReference

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

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

JSPRenameElementActionDelegate.java :

106 : PlatformStatusLineUtil.clearStatusLine();

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

The method getType() from the type JSPTypeRenameRequestor is never used locally

JSPTypeRenameRequestor.java :

70 : private IType getType() {

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

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

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

38 : public class JsFindOccurrencesProcessor extends FindOccurrencesProcessor {

8. WARNING: DiscouragedReference

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

10. WARNING: DiscouragedReference

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

JsFindOccurrencesProcessor.java :

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

11. WARNING: DiscouragedReference

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

13. WARNING: DiscouragedReference

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

66 : model.releaseFromRead();

16. WARNING: DiscouragedReference

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

JsFindOccurrencesProcessor.java :

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

JsFindOccurrencesProcessor.java :

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

18. WARNING: DiscouragedReference

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

JsFindOccurrencesProcessor.java :

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

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

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

JsOccurrencesSearchResult.java :

28 : super(query);

4. WARNING: DiscouragedReference

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

JsOccurrencesSearchResult.java :

33 : return ((JsSearchQuery) getQuery()).getMatches();

5. WARNING: DiscouragedReference

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

JsOccurrencesSearchResult.java :

33 : return ((JsSearchQuery) getQuery()).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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

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

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

JsSearchQuery.java :

40 : super(file);

4. WARNING: DiscouragedReference

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

JsSearchQuery.java :

59 : clearMatches();

5. WARNING: DiscouragedReference

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

JsSearchQuery.java :

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

6. WARNING: DiscouragedReference

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

JsSearchQuery.java :

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

7. WARNING: DiscouragedReference

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

JsSearchQuery.java :

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

8. WARNING: DiscouragedReference

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

JsSearchQuery.java :

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

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

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

JsMatchPresentation.java :

33 : return new BasicSearchLabelProvider();

3. WARNING: DiscouragedReference

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

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

32 : public class AdapterFactoryProviderForJSDT implements AdapterFactoryProvider {

10. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

36 : public void addAdapterFactories(IStructuredModel structuredModel) {

11. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

44 : protected void addContentBasedFactories(IStructuredModel structuredModel) {

12. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

45 : FactoryRegistry factoryRegistry = structuredModel.getFactoryRegistry();

14. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

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

18. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

50 : factoryRegistry.removeFactoriesFor(IJFaceNodeAdapter.class);

20. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

50 : factoryRegistry.removeFactoriesFor(IJFaceNodeAdapter.class);

21. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

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

AdapterFactoryProviderForJSDT.java :

52 : factoryRegistry.addFactory(factory);

23. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

54 : factory = factoryRegistry.getFactoryFor(IJsTranslation.class);

24. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

57 : factoryRegistry.addFactory(factory);

25. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

61 : protected void addPropagatingAdapters(IStructuredModel structuredModel) {}

26. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

66 : public boolean isFor(IDocumentTypeHandler contentTypeDescription) {

27. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

68 : return (contentTypeDescription instanceof ModelHandlerForHTML);

28. WARNING: DiscouragedReference

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

AdapterFactoryProviderForJSDT.java :

71 : public void reinitializeFactories(IStructuredModel structuredModel) {

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

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

LineStyleProviderForJSDT.java :

27 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 AbstractLineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForJSDT.java :

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

4. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

5. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

6. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

43 : public class LineStyleProviderForJSDT extends AbstractLineStyleProvider implements LineStyleProvider {

7. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

43 : public class LineStyleProviderForJSDT extends AbstractLineStyleProvider implements LineStyleProvider {

8. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

60 : super();

9. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForJSDT.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The method createTextAttribute(RGB, RGB, int) from the type AbstractLineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

LineStyleProviderForJSDT.java :

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

LineStyleProviderForJSDT.java :

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

LineStyleProviderForJSDT.java :

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

13. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

14. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

15. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

16. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

230 : if (IStyleConstantsHTML.SCRIPT_AREA_BORDER.equals(prefKey)) {

17. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

230 : if (IStyleConstantsHTML.SCRIPT_AREA_BORDER.equals(prefKey)) {

18. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

231 : styleKey = IStyleConstantsHTML.SCRIPT_AREA_BORDER;

19. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

231 : styleKey = IStyleConstantsHTML.SCRIPT_AREA_BORDER;

20. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

232 : } else if (IStyleConstantsXML.TAG_ATTRIBUTE_NAME.equals(prefKey)) {

21. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

232 : } else if (IStyleConstantsXML.TAG_ATTRIBUTE_NAME.equals(prefKey)) {

22. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

233 : styleKey = IStyleConstantsXML.TAG_ATTRIBUTE_NAME;

23. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

233 : styleKey = IStyleConstantsXML.TAG_ATTRIBUTE_NAME;

24. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

234 : } else if (IStyleConstantsXML.TAG_ATTRIBUTE_VALUE.equals(prefKey)) {

25. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

234 : } else if (IStyleConstantsXML.TAG_ATTRIBUTE_VALUE.equals(prefKey)) {

26. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

235 : styleKey = IStyleConstantsXML.TAG_ATTRIBUTE_VALUE;

27. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

235 : styleKey = IStyleConstantsXML.TAG_ATTRIBUTE_VALUE;

28. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

250 : addTextAttribute(styleKey);

29. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

259 : super.getHighlighter().refreshDisplay();

30. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

259 : super.getHighlighter().refreshDisplay();

31. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

264 : addTextAttribute(IStyleConstantsHTML.SCRIPT_AREA_BORDER);

32. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

264 : addTextAttribute(IStyleConstantsHTML.SCRIPT_AREA_BORDER);

33. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

264 : addTextAttribute(IStyleConstantsHTML.SCRIPT_AREA_BORDER);

34. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

265 : addTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

35. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

265 : addTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

36. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

265 : addTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_NAME);

37. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

266 : addTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

38. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

266 : addTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

39. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

266 : addTextAttribute(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

40. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

267 : addTextAttribute(IStyleConstantsJs.JSP_CONTENT);

41. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

278 : getTextAttributes();

42. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

43. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

321 : protected TextAttribute getAttributeFor(ITextRegion region) {

44. WARNING: DiscouragedReference

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

LineStyleProviderForJSDT.java :

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

38 : public class JSDTHoverProcessor extends AbstractHoverProcessor {

5. WARNING: DiscouragedReference

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

JSDTHoverProcessor.java :

98 : IDOMModel xmlModel = null;

6. WARNING: DiscouragedReference

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

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

8. WARNING: DiscouragedReference

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

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

JSDTHoverProcessor.java :

136 : xmlModel.releaseFromRead();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

JFaceNodeAdapterFactoryForJSDT.java :

33 : super(adapterKey, registerAdapters);

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

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

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

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

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

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

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

54 : public class JFaceNodeAdapterForJs extends JFaceNodeAdapterForHTML {

15. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

56 : public JFaceNodeAdapterForJs(JFaceNodeAdapterFactory adapterFactory) {

16. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

57 : super(adapterFactory);

17. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

69 : JavaElement enclosedElement = (JavaElement) ((IJavaWebNode) object).getJavaElement();

18. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

72 : IJavaScriptElement[] children = enclosedElement.getChildren();

20. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

84 : if (javaElement instanceof Member) {

21. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

85 : range = ((Member) javaElement).getNameRange();

22. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

85 : range = ((Member) javaElement).getNameRange();

23. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

87 : range = ((SourceRefElement) javaElement).getSourceRange();

24. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

87 : range = ((SourceRefElement) javaElement).getSourceRange();

25. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

108 : return super.getChildren(object);

26. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

165 : return super.getElements(object);

27. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

185 : int javaPositionEnd = ((NodeImpl) node).getEndOffset();

28. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

185 : int javaPositionEnd = ((NodeImpl) node).getEndOffset();

29. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

186 : int javaPositionStart = ((NodeImpl) node).getStartOffset();

30. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

186 : int javaPositionStart = ((NodeImpl) node).getStartOffset();

31. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

192 : if (allChildren[i] instanceof Member) {

32. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

194 : range = ((Member) allChildren[i]).getNameRange();

33. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

194 : range = ((Member) allChildren[i]).getNameRange();

34. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

199 : } else if (allChildren[i] instanceof SourceRefElement) {

35. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

201 : range = ((SourceRefElement)allChildren[i] ).getSourceRange();

36. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

201 : range = ((SourceRefElement)allChildren[i] ).getSourceRange();

37. WARNING: LocalVariableIsNeverUsed

The local variable startOffset is never read

JFaceNodeAdapterForJs.java :

236 : int startOffset = 0;

38. WARNING: LocalVariableIsNeverUsed

The local variable endOffset is never read

JFaceNodeAdapterForJs.java :

237 : int endOffset = 0;

39. WARNING: LocalVariableIsNeverUsed

The local variable type is never read

JFaceNodeAdapterForJs.java :

238 : int type = node.getNodeType();

40. WARNING: LocalVariableIsNeverUsed

The local variable translation is never read

JFaceNodeAdapterForJs.java :

240 : JsTranslation translation = null;

41. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

241 : if (node.getNodeType() == Node.TEXT_NODE && (node instanceof NodeImpl)) {

42. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

242 : startOffset = ((NodeImpl) node).getStartOffset();

43. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

242 : startOffset = ((NodeImpl) node).getStartOffset();

44. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

243 : endOffset = ((NodeImpl) node).getEndOffset();

45. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

243 : endOffset = ((NodeImpl) node).getEndOffset();

46. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

283 : instance = new JsJfaceNode(parent, root, position, ((SourceRefElement) root).getElementName());

47. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

283 : instance = new JsJfaceNode(parent, root, position, ((SourceRefElement) root).getElementName());

48. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

293 : INodeAdapter adapter = (instance).getAdapterFor(IJFaceNodeAdapter.class);

49. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

293 : INodeAdapter adapter = (instance).getAdapterFor(IJFaceNodeAdapter.class);

50. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

309 : return super.getLabelImage(node);

51. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

320 : return super.getLabelText(node);

52. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

328 : return super.getParent(element);

53. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

349 : IStructuredModel model = null;

54. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

350 : IModelManager modelManager = StructuredModelManager.getModelManager();

55. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

351 : IDOMDocument xmlDoc = null;

56. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

354 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

57. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

354 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

58. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

354 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

59. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

355 : model = modelManager.getExistingModelForRead(doc);

60. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

358 : IDOMModel domModel = (IDOMModel) model;

61. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

358 : IDOMModel domModel = (IDOMModel) model;

62. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

360 : xmlDoc = domModel.getDocument();

63. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

366 : model.releaseFromRead();

64. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

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

65. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

47 : private class JsAdaptableNode extends AbstractNotifier {

17. WARNING: DiscouragedReference

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

JsJfaceNode.java :

49 : public FactoryRegistry getFactoryRegistry() {

18. WARNING: DiscouragedReference

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

JsJfaceNode.java :

54 : private FactoryRegistry adapterRegistry;

19. WARNING: DiscouragedReference

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

JsJfaceNode.java :

69 : super(((ElementImpl)parent));

20. WARNING: DiscouragedReference

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

JsJfaceNode.java :

69 : super(((ElementImpl)parent));

21. WARNING: DiscouragedReference

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

JsJfaceNode.java :

75 : hasChildren=((JavaElement)originalElement).hasChildren();

22. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

79 : removeAttributes();

24. WARNING: DiscouragedReference

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

JsJfaceNode.java :

99 : super.setTagName(name);

25. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

103 : adaptableDomNode.addAdapter(adapter);

27. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

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

JsJfaceNode.java :

143 : return adaptableDomNode.getAdapters();

30. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

154 : return adaptableDomNode.getExistingAdapter(type);

32. WARNING: DiscouragedReference

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

JsJfaceNode.java :

242 : IStructuredModel model = null;

33. WARNING: DiscouragedReference

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

JsJfaceNode.java :

243 : IModelManager modelManager = StructuredModelManager.getModelManager();

34. WARNING: DiscouragedReference

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

JsJfaceNode.java :

244 : IDOMDocument xmlDoc = null;

35. WARNING: DiscouragedReference

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

JsJfaceNode.java :

247 : IStructuredDocument doc = getStructuredDocument();

36. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

248 : model = modelManager.getExistingModelForRead(doc);

38. WARNING: DiscouragedReference

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

JsJfaceNode.java :

251 : IDOMModel domModel = (IDOMModel) model;

39. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

252 : xmlDoc = domModel.getDocument();

41. WARNING: DiscouragedReference

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

JsJfaceNode.java :

258 : model.releaseFromRead();

42. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

270 : adaptableDomNode.notify(eventType, changedFeature, oldValue, newValue, pos);

44. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JsJfaceNode.java :

275 : adaptableDomNode.removeAdapter(adapter);

46. WARNING: DiscouragedReference

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

JsJfaceNode.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

39 : public class JFaceNodeAdapterForJs extends JFaceNodeAdapterForHTML {

10. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

40 : public JFaceNodeAdapterForJs(JFaceNodeAdapterFactory adapterFactory) {

11. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

41 : super(adapterFactory);

12. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

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

JFaceNodeAdapterForJs.java :

68 : return super.getElements(object);

14. WARNING: LocalVariableIsNeverUsed

The local variable type is never read

JFaceNodeAdapterForJs.java :

85 : int type = node.getNodeType();

15. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

88 : if (node.getNodeType() == Node.TEXT_NODE && (node instanceof NodeImpl)) {

16. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

89 : startOffset = ((NodeImpl) node).getStartOffset();

17. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

89 : startOffset = ((NodeImpl) node).getStartOffset();

18. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

90 : endOffset = ((NodeImpl) node).getEndOffset();

19. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

90 : endOffset = ((NodeImpl) node).getEndOffset();

20. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

121 : return super.getLabelImage(node);

21. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

129 : return super.getLabelText(node);

22. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

137 : return super.getParent(element);

23. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

141 : IStructuredModel model = null;

24. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

142 : IModelManager modelManager = StructuredModelManager.getModelManager();

25. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

143 : IDOMDocument xmlDoc = null;

26. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

146 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

27. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

146 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

28. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

146 : IStructuredDocument doc = ((NodeImpl) node).getStructuredDocument();

29. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

147 : model = modelManager.getExistingModelForRead(doc);

30. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

150 : IDOMModel domModel = (IDOMModel) model;

31. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

150 : IDOMModel domModel = (IDOMModel) model;

32. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

151 : xmlDoc = domModel.getDocument();

33. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

157 : model.releaseFromRead();

34. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

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

35. WARNING: DiscouragedReference

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

JFaceNodeAdapterForJs.java :

177 : return super.hasChildren(object);

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

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 InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

JsMenuListener.java :

27 : import org.eclipse.ui.internal.InternalHandlerUtil;

2. WARNING: DiscouragedReference

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

JsMenuListener.java :

28 : import org.eclipse.wst.jsdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor;

3. WARNING: DiscouragedReference

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

JsMenuListener.java :

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

4. WARNING: DiscouragedReference

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

JsMenuListener.java :

32 : import org.eclipse.wst.sse.ui.internal.IReleasable;

5. WARNING: DiscouragedReference

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

JsMenuListener.java :

33 : import org.eclipse.wst.xml.ui.internal.contentoutline.XMLNodeActionManager;

6. WARNING: DiscouragedReference

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

JsMenuListener.java :

42 : public class JsMenuListener extends XMLNodeActionManager implements IMenuListener, IReleasable {

7. WARNING: DiscouragedReference

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

JsMenuListener.java :

42 : public class JsMenuListener extends XMLNodeActionManager implements IMenuListener, IReleasable {

8. WARNING: DiscouragedReference

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

JsMenuListener.java :

44 : CompilationUnitEditorActionContributor contrib;

9. WARNING: DiscouragedReference

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

JsMenuListener.java :

45 : private XMLNodeActionManager fActionManager;

10. WARNING: DiscouragedReference

Discouraged access: The constructor XMLNodeActionManager(IStructuredModel, Viewer) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JsMenuListener.java :

50 : super((IStructuredModel) viewer.getInput(), viewer);

11. WARNING: DiscouragedReference

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

JsMenuListener.java :

50 : super((IStructuredModel) viewer.getInput(), viewer);

12. WARNING: DiscouragedReference

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

JsMenuListener.java :

51 : contrib = new CompilationUnitEditorActionContributor();

13. WARNING: DiscouragedReference

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

JsMenuListener.java :

51 : contrib = new CompilationUnitEditorActionContributor();

14. WARNING: UnusedPrivateMethod

The method getWorkbenchSite() from the type JsMenuListener is never used locally

JsMenuListener.java :

66 : private IWorkbenchSite getWorkbenchSite() {

15. WARNING: DiscouragedReference

Discouraged access: The type InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

JsMenuListener.java :

67 : return InternalHandlerUtil.getActiveSite(fTreeViewer);

16. WARNING: DiscouragedReference

Discouraged access: The method getActiveSite(Object) from the type InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

JsMenuListener.java :

67 : return InternalHandlerUtil.getActiveSite(fTreeViewer);

17. WARNING: LocalVariableIsNeverUsed

The local variable items is never read

JsMenuListener.java :

81 : IContributionItem[] items = manager.getItems();

18. WARNING: DiscouragedReference

Discouraged access: The method fillContextMenu(IMenuManager, ISelection) from the type AbstractNodeActionManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JsMenuListener.java :

146 : fillContextMenu(manager, selection);

19. WARNING: DiscouragedReference

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

JsMenuListener.java :

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

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

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

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

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

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

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

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

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

XMLLabelProvider.java :

55 : CMElementDeclaration elementDecl = null;

10. WARNING: DiscouragedReference

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

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

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

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

XMLLabelProvider.java :

58 : elementDecl = mq.getCMElementDeclaration(element);

14. WARNING: DiscouragedReference

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

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

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

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

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

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

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

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

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

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

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

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

XMLLabelProvider.java :

71 : } else if ((attrDecl.getUsage() == CMAttributeDeclaration.REQUIRED) && (requiredAttribute == null)) {