Compiler Report

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

Number of source files: 46 Number of classfiles: 65

Problems: 442 (Errors: 0 Warnings: 442 )

Source File: org/eclipse/wst/jsdt/web/core/internal/modelhandler/WebResourceChangeHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModelLifecycleEvent 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

WebResourceChangeHandler.java :

24 : import org.eclipse.wst.sse.core.internal.model.ModelLifecycleEvent;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelLifecycleListener 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

WebResourceChangeHandler.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IModelLifecycleListener;

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

WebResourceChangeHandler.java :

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

WebResourceChangeHandler.java :

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

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

WebResourceChangeHandler.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type IModelLifecycleListener 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

WebResourceChangeHandler.java :

36 : public class WebResourceChangeHandler implements IResourceChangeListener, IDocumentListener, IModelLifecycleListener {

7. WARNING: UnusedPrivateField

The field WebResourceChangeHandler.CHECK_INTREST_LEVEL is never read locally

WebResourceChangeHandler.java :

47 : private static final boolean CHECK_INTREST_LEVEL = false;

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

WebResourceChangeHandler.java :

51 : public static WebResourceChangeHandler getInstance(IStructuredModel xmlModel, IWebResourceChangedListener changeListener) {

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

WebResourceChangeHandler.java :

82 : IDOMModel xmlModel = null;

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

WebResourceChangeHandler.java :

91 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForEdit(((IStructuredModel) modelRef).getBaseLocation());

11. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(Object) 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

WebResourceChangeHandler.java :

91 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForEdit(((IStructuredModel) modelRef).getBaseLocation());

12. 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

WebResourceChangeHandler.java :

91 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForEdit(((IStructuredModel) modelRef).getBaseLocation());

13. 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

WebResourceChangeHandler.java :

91 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForEdit(((IStructuredModel) modelRef).getBaseLocation());

14. 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

WebResourceChangeHandler.java :

93 : IStructuredDocument doc = xmlModel.getStructuredDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

WebResourceChangeHandler.java :

93 : IStructuredDocument doc = xmlModel.getStructuredDocument();

16. 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

WebResourceChangeHandler.java :

94 : xmlModel.aboutToChangeModel();

17. 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

WebResourceChangeHandler.java :

97 : xmlModel.changedModel();

18. 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

WebResourceChangeHandler.java :

103 : xmlModel.releaseFromEdit();

19. 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

WebResourceChangeHandler.java :

164 : IStructuredModel fXMLModel = (IStructuredModel) o;

20. 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

WebResourceChangeHandler.java :

164 : IStructuredModel fXMLModel = (IStructuredModel) o;

21. 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

WebResourceChangeHandler.java :

165 : IStructuredDocument fJspDocument = fXMLModel.getStructuredDocument();

22. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

WebResourceChangeHandler.java :

165 : IStructuredDocument fJspDocument = fXMLModel.getStructuredDocument();

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

WebResourceChangeHandler.java :

172 : private IStructuredModel getModel() {

24. 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

WebResourceChangeHandler.java :

176 : return (IStructuredModel) WebResourceChangeHandler.instances.get(this);

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

WebResourceChangeHandler.java :

180 : IStructuredModel xmlModel = getModel();

26. WARNING: DiscouragedReference

Discouraged access: The method addModelLifecycleListener(IModelLifecycleListener) 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

WebResourceChangeHandler.java :

182 : xmlModel.addModelLifecycleListener(this);

27. 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

WebResourceChangeHandler.java :

183 : IStructuredDocument fJspDocument = xmlModel.getStructuredDocument();

28. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

WebResourceChangeHandler.java :

183 : IStructuredDocument fJspDocument = xmlModel.getStructuredDocument();

29. WARNING: DiscouragedReference

Discouraged access: The type ModelLifecycleEvent 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

WebResourceChangeHandler.java :

190 : public void processPostModelEvent(ModelLifecycleEvent event) {

30. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ModelLifecycleEvent 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

WebResourceChangeHandler.java :

197 : if (event.getType() == ModelLifecycleEvent.MODEL_RELEASED) {

31. WARNING: DiscouragedReference

Discouraged access: The type ModelLifecycleEvent 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

WebResourceChangeHandler.java :

197 : if (event.getType() == ModelLifecycleEvent.MODEL_RELEASED) {

32. WARNING: DiscouragedReference

Discouraged access: The field MODEL_RELEASED from the type ModelLifecycleEvent 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

WebResourceChangeHandler.java :

197 : if (event.getType() == ModelLifecycleEvent.MODEL_RELEASED) {

33. WARNING: DiscouragedReference

Discouraged access: The type ModelLifecycleEvent 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

WebResourceChangeHandler.java :

204 : public void processPreModelEvent(ModelLifecycleEvent event) {}

Source File: org/eclipse/wst/jsdt/web/core/internal/project/JsNatureInstaller.java
1. WARNING: LocalVariableIsNeverUsed

The local variable sub is never read

JsNatureInstaller.java :

46 : SubProgressMonitor sub = new SubProgressMonitor(monitor, 25);

Source File: org/eclipse/wst/jsdt/web/core/internal/project/JsNatureUninstaller.java
1. WARNING: LocalVariableIsNeverUsed

The local variable sub is never read

JsNatureUninstaller.java :

48 : SubProgressMonitor sub = new SubProgressMonitor(monitor, 25);

Source File: org/eclipse/wst/jsdt/web/core/internal/project/JsWebNature.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

JsWebNature.java :

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

JsWebNature.java :

120 : private JavaProject fJavaProject;

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

JsWebNature.java :

153 : fJavaProject = (JavaProject) JavaScriptCore.create(fCurrProject);

4. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) 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

JsWebNature.java :

154 : fJavaProject.setProject(fCurrProject);

5. WARNING: DiscouragedReference

Discouraged access: The method setRawIncludepath(IIncludePathEntry[], IPath, IProgressMonitor) 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

JsWebNature.java :

158 : fJavaProject.setRawIncludepath((IIncludePathEntry[]) classPathEntries.toArray(new IIncludePathEntry[] {}), fOutputLocation, monitor);

6. WARNING: DiscouragedReference

Discouraged access: The method setRawIncludepath(IIncludePathEntry[], IProgressMonitor) 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

JsWebNature.java :

160 : fJavaProject.setRawIncludepath((IIncludePathEntry[]) classPathEntries.toArray(new IIncludePathEntry[] {}), monitor);

7. WARNING: DiscouragedReference

Discouraged access: The method setCommonSuperType(LibrarySuperType) 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

JsWebNature.java :

166 : getJavaProject().setCommonSuperType(superType);

8. WARNING: DiscouragedReference

Discouraged access: The method getOutputLocation() 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

JsWebNature.java :

193 : IPath outputLocation = getJavaProject().getOutputLocation();

9. WARNING: DiscouragedReference

Discouraged access: The method setRawIncludepath(IIncludePathEntry[], IPath, IProgressMonitor) 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

JsWebNature.java :

194 : getJavaProject().setRawIncludepath((IIncludePathEntry[]) goodEntries.toArray(new IIncludePathEntry[] {}), outputLocation, monitor);

10. WARNING: DiscouragedReference

Discouraged access: The method deconfigure() 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

JsWebNature.java :

195 : getJavaProject().deconfigure();

11. 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

JsWebNature.java :

200 : public JavaProject getJavaProject() {

12. 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

JsWebNature.java :

202 : fJavaProject = (JavaProject) JavaScriptCore.create(fCurrProject);

13. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) 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

JsWebNature.java :

203 : fJavaProject.setProject(fCurrProject);

14. 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

JsWebNature.java :

213 : JavaProject proj = new JavaProject();

15. WARNING: DiscouragedReference

Discouraged access: The constructor 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

JsWebNature.java :

213 : JavaProject proj = new JavaProject();

16. 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

JsWebNature.java :

213 : JavaProject proj = new JavaProject();

17. WARNING: DiscouragedReference

Discouraged access: The method setProject(IProject) 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

JsWebNature.java :

214 : proj.setProject(fCurrProject);

18. WARNING: DiscouragedReference

Discouraged access: The method readRawIncludepath() 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

JsWebNature.java :

215 : return proj.readRawIncludepath();

19. 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

JsWebNature.java :

240 : return fCurrProject.getFolder(JavaProject.DEFAULT_PREFERENCES_DIRNAME).getFile(JavaProject.CLASSPATH_FILENAME).exists();

20. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_PREFERENCES_DIRNAME 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

JsWebNature.java :

240 : return fCurrProject.getFolder(JavaProject.DEFAULT_PREFERENCES_DIRNAME).getFile(JavaProject.CLASSPATH_FILENAME).exists();

21. 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

JsWebNature.java :

240 : return fCurrProject.getFolder(JavaProject.DEFAULT_PREFERENCES_DIRNAME).getFile(JavaProject.CLASSPATH_FILENAME).exists();

22. WARNING: DiscouragedReference

Discouraged access: The field CLASSPATH_FILENAME 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

JsWebNature.java :

240 : return fCurrProject.getFolder(JavaProject.DEFAULT_PREFERENCES_DIRNAME).getFile(JavaProject.CLASSPATH_FILENAME).exists();

Source File: org/eclipse/wst/jsdt/web/core/internal/provisional/contenttype/IContentDescriptionForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

14 : import org.eclipse.wst.sse.core.internal.encoding.ICodedResourcePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

23 : public final static QualifiedName CONTENT_FAMILY_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentFamilyAttribute"); //$NON-NLS-1$;

3. WARNING: DiscouragedReference

Discouraged access: The field ID from the type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

23 : public final static QualifiedName CONTENT_FAMILY_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentFamilyAttribute"); //$NON-NLS-1$;

4. WARNING: DiscouragedReference

Discouraged access: The type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

27 : public final static QualifiedName CONTENT_TYPE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentTypeAttribute"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The field ID from the type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

27 : public final static QualifiedName CONTENT_TYPE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "contentTypeAttribute"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

28 : public final static QualifiedName LANGUAGE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "languageAttribute"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The field ID from the type ICodedResourcePlugin 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

IContentDescriptionForJSP.java :

28 : public final static QualifiedName LANGUAGE_ATTRIBUTE = new QualifiedName(ICodedResourcePlugin.ID, "languageAttribute"); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/web/core/internal/tasks/JsFileTaskScanner.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsFileTaskScanner.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

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

JsFileTaskScanner.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type XMLFileTaskScanner 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

JsFileTaskScanner.java :

15 : import org.eclipse.wst.xml.core.internal.tasks.XMLFileTaskScanner;

4. WARNING: DiscouragedReference

Discouraged access: The type XMLFileTaskScanner 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

JsFileTaskScanner.java :

23 : public class JsFileTaskScanner extends XMLFileTaskScanner {

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsFileTaskScanner.java :

25 : protected boolean isCommentRegion(IStructuredDocumentRegion region, ITextRegion textRegion) {

6. 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

JsFileTaskScanner.java :

25 : protected boolean isCommentRegion(IStructuredDocumentRegion region, ITextRegion textRegion) {

7. WARNING: DiscouragedReference

Discouraged access: The method isCommentRegion(IStructuredDocumentRegion, ITextRegion) from the type XMLFileTaskScanner 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

JsFileTaskScanner.java :

26 : return super.isCommentRegion(region, textRegion);

Source File: org/eclipse/wst/jsdt/web/core/internal/validation/JsBatchValidator.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

JsBatchValidator.java :

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

2. WARNING: DiscouragedReference

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

JsBatchValidator.java :

52 : import org.eclipse.wst.validation.internal.ConfigurationManager;

3. WARNING: DiscouragedReference

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

JsBatchValidator.java :

53 : import org.eclipse.wst.validation.internal.ProjectConfiguration;

4. WARNING: DiscouragedReference

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

JsBatchValidator.java :

54 : import org.eclipse.wst.validation.internal.ValidationRegistryReader;

5. WARNING: DiscouragedReference

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

JsBatchValidator.java :

55 : import org.eclipse.wst.validation.internal.core.Message;

6. WARNING: DiscouragedReference

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

JsBatchValidator.java :

56 : import org.eclipse.wst.validation.internal.core.ValidationException;

7. WARNING: DiscouragedReference

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

JsBatchValidator.java :

57 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

8. WARNING: DiscouragedReference

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

JsBatchValidator.java :

58 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

9. WARNING: DiscouragedReference

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

JsBatchValidator.java :

94 : WorkbenchReporter.removeAllMessages(project, rhinoValidator, null);

10. WARNING: DiscouragedReference

Discouraged access: The method removeAllMessages(IResource, String[], String) from the type WorkbenchReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

JsBatchValidator.java :

94 : WorkbenchReporter.removeAllMessages(project, rhinoValidator, null);

11. WARNING: DiscouragedReference

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

JsBatchValidator.java :

110 : static private ProjectConfiguration getProjectConfiguration(IFile file) {

12. WARNING: DiscouragedReference

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

JsBatchValidator.java :

111 : ProjectConfiguration projectConfiguration = null;

13. WARNING: DiscouragedReference

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

JsBatchValidator.java :

116 : projectConfiguration = ConfigurationManager.getManager().getProjectConfiguration(project);

14. WARNING: DiscouragedReference

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

JsBatchValidator.java :

116 : projectConfiguration = ConfigurationManager.getManager().getProjectConfiguration(project);

15. WARNING: DiscouragedReference

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

JsBatchValidator.java :

116 : projectConfiguration = ConfigurationManager.getManager().getProjectConfiguration(project);

16. WARNING: DiscouragedReference

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

JsBatchValidator.java :

136 : ProjectConfiguration configuration = JsBatchValidator.getProjectConfiguration(file);

17. WARNING: DiscouragedReference

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

JsBatchValidator.java :

138 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JsBatchValidator.class.getName());

18. WARNING: DiscouragedReference

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

JsBatchValidator.java :

138 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JsBatchValidator.class.getName());

19. WARNING: DiscouragedReference

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

JsBatchValidator.java :

138 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JsBatchValidator.class.getName());

20. WARNING: DiscouragedReference

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

JsBatchValidator.java :

138 : org.eclipse.wst.validation.internal.ValidatorMetaData metadata = ValidationRegistryReader.getReader().getValidatorMetaData(JsBatchValidator.class.getName());

21. WARNING: DiscouragedReference

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

JsBatchValidator.java :

140 : if (!configuration.isBuildEnabled(metadata) && !configuration.isManualEnabled(metadata)) {

22. WARNING: DiscouragedReference

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

JsBatchValidator.java :

140 : if (!configuration.isBuildEnabled(metadata) && !configuration.isManualEnabled(metadata)) {

23. WARNING: DiscouragedReference

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

JsBatchValidator.java :

178 : class LocalizedMessage extends Message {

24. WARNING: DiscouragedReference

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

JsBatchValidator.java :

190 : super(null, severity, null);

25. WARNING: DiscouragedReference

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

JsBatchValidator.java :

192 : setTargetObject(targetObject);

26. WARNING: UnusedPrivateField

The field JsBatchValidator.fContentTypes is never read locally

JsBatchValidator.java :

224 : private IContentType[] fContentTypes = null;

27. WARNING: UnusedPrivateField

The field JsBatchValidator.fJSPFContentType is never read locally

JsBatchValidator.java :

225 : private IContentType fJSPFContentType = null;

28. WARNING: DiscouragedReference

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

JsBatchValidator.java :

264 : void doValidate(IValidationContext helper, IReporter reporter) throws ValidationException {

29. WARNING: DiscouragedReference

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

JsBatchValidator.java :

275 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, "" + (i + 1) + "/" + uris.length + " - " + currentFile.getFullPath().toString().substring(1)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

30. WARNING: DiscouragedReference

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

JsBatchValidator.java :

287 : if (helper instanceof IWorkbenchContext) {

31. WARNING: DiscouragedReference

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

JsBatchValidator.java :

288 : IProject project = ((IWorkbenchContext) helper).getProject();

32. WARNING: DiscouragedReference

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

JsBatchValidator.java :

288 : IProject project = ((IWorkbenchContext) helper).getProject();

33. WARNING: DiscouragedReference

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

JsBatchValidator.java :

289 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, NLS.bind(JsCoreMessages.JSPBatchValidator_0, project.getFullPath()));

34. WARNING: DiscouragedReference

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

JsBatchValidator.java :

330 : if (helper instanceof IWorkbenchContext) {

35. 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

JsBatchValidator.java :

346 : private void performValidation(IFile f, IReporter reporter, IStructuredModel model) {

36. WARNING: DiscouragedReference

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

JsBatchValidator.java :

380 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

37. 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

JsBatchValidator.java :

391 : IStructuredModel model = null;

38. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IFile) 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

JsBatchValidator.java :

394 : model = StructuredModelManager.getModelManager().getExistingModelForRead(f);

39. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) 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

JsBatchValidator.java :

396 : model = StructuredModelManager.getModelManager().getModelForRead(f);

40. 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

JsBatchValidator.java :

408 : model.releaseFromRead();

41. WARNING: DiscouragedReference

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

JsBatchValidator.java :

413 : public IStatus validateInJob(final IValidationContext helper, final IReporter reporter) throws ValidationException {

42. WARNING: DiscouragedReference

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

JsBatchValidator.java :

423 : } catch (ValidationException e) {

43. WARNING: DiscouragedReference

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

JsBatchValidator.java :

431 : if (e.getCause() instanceof ValidationException) {

44. WARNING: DiscouragedReference

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

JsBatchValidator.java :

432 : throw (ValidationException) e.getCause();

45. WARNING: DiscouragedReference

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

JsBatchValidator.java :

434 : throw new ValidationException(new LocalizedMessage(IMessage.ERROR_AND_WARNING, e.getMessage()), e);

46. WARNING: DiscouragedReference

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

JsBatchValidator.java :

434 : throw new ValidationException(new LocalizedMessage(IMessage.ERROR_AND_WARNING, e.getMessage()), e);

Source File: org/eclipse/wst/jsdt/web/core/internal/validation/JsValidator.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

JsValidator.java :

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

JsValidator.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsValidator.java :

44 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. 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

JsValidator.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection 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

JsValidator.java :

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

6. WARNING: DiscouragedReference

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

JsValidator.java :

50 : import org.eclipse.wst.validation.internal.core.Message;

7. WARNING: DiscouragedReference

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

JsValidator.java :

51 : import org.eclipse.wst.validation.internal.core.ValidationException;

8. WARNING: DiscouragedReference

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

JsValidator.java :

52 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

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

JsValidator.java :

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

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

JsValidator.java :

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

11. WARNING: DiscouragedReference

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

JsValidator.java :

68 : protected class LocalizedMessage extends Message {

12. WARNING: DiscouragedReference

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

JsValidator.java :

80 : super(null, severity, null);

13. WARNING: DiscouragedReference

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

JsValidator.java :

82 : setTargetObject(targetObject);

14. 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

JsValidator.java :

138 : IStructuredDocument doc = (IStructuredDocument) textDoc;

15. 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

JsValidator.java :

138 : IStructuredDocument doc = (IStructuredDocument) textDoc;

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsValidator.java :

139 : IStructuredDocumentRegion documentRegion = doc.getRegionAtCharacterOffset(sourceStart);

17. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) 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

JsValidator.java :

139 : IStructuredDocumentRegion documentRegion = doc.getRegionAtCharacterOffset(sourceStart);

18. 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

JsValidator.java :

141 : ITextRegion textRegion = documentRegion.getRegionAtCharacterOffset(sourceStart);

19. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection 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

JsValidator.java :

141 : ITextRegion textRegion = documentRegion.getRegionAtCharacterOffset(sourceStart);

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection 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

JsValidator.java :

146 : if (textRegion != null && textRegion instanceof ITextRegionCollection)

21. 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

JsValidator.java :

166 : void performValidation(IFile f, IReporter reporter, IStructuredModel model, boolean inBatch) {

22. 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

JsValidator.java :

167 : if (model instanceof IDOMModel) {

23. 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

JsValidator.java :

168 : IDOMModel domModel = (IDOMModel) model;

24. 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

JsValidator.java :

168 : IDOMModel domModel = (IDOMModel) model;

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

JsValidator.java :

170 : IDOMDocument xmlDoc = domModel.getDocument();

26. 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

JsValidator.java :

170 : IDOMDocument xmlDoc = domModel.getDocument();

27. 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

JsValidator.java :

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

28. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

JsValidator.java :

181 : IMessage m = createMessageFromProblem((IProblem) problems.get(i), f, translation, domModel.getStructuredDocument());

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

JsValidator.java :

211 : private void setupAdapterFactory(IStructuredModel sm) {

30. 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

JsValidator.java :

212 : if (sm.getFactoryRegistry().getFactoryFor(IJsTranslation.class) == null) {

31. 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

JsValidator.java :

212 : if (sm.getFactoryRegistry().getFactoryFor(IJsTranslation.class) == null) {

32. 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

JsValidator.java :

214 : sm.getFactoryRegistry().addFactory(factory);

33. 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

JsValidator.java :

214 : sm.getFactoryRegistry().addFactory(factory);

34. WARNING: DiscouragedReference

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

JsValidator.java :

229 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

35. WARNING: DiscouragedReference

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

JsValidator.java :

255 : if (helper instanceof IWorkbenchContext) {

36. WARNING: DiscouragedReference

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

JsValidator.java :

256 : IProject project = ((IWorkbenchContext) helper).getProject();

37. WARNING: DiscouragedReference

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

JsValidator.java :

256 : IProject project = ((IWorkbenchContext) helper).getProject();

38. 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

JsValidator.java :

328 : IStructuredModel model = null;

39. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) 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

JsValidator.java :

331 : model = StructuredModelManager.getModelManager().getModelForRead(f);

40. 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

JsValidator.java :

334 : if (model instanceof IDOMModel) {

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

JsValidator.java :

346 : model.releaseFromRead();

Source File: org/eclipse/wst/jsdt/web/core/javascript/IJsTranslation.java
1. 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

IJsTranslation.java :

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

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

IJsTranslation.java :

160 : public IJsTranslation getInstance(IStructuredDocument htmlDocument, IJavaScriptProject javaProj, boolean listenForChanges) ;

Source File: org/eclipse/wst/jsdt/web/core/javascript/IJsTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

IJsTranslator.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

IJsTranslator.java :

80 : public void translateInlineJSNode(IStructuredDocumentRegion container);

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

IJsTranslator.java :

86 : public void translateJSNode(IStructuredDocumentRegion container);

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

IJsTranslator.java :

92 : public void translateScriptImportNode(IStructuredDocumentRegion region);

Source File: org/eclipse/wst/jsdt/web/core/javascript/JsTranslation.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentContextFragmentRoot 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

JsTranslation.java :

48 : import org.eclipse.wst.jsdt.internal.core.DocumentContextFragmentRoot;

2. 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

JsTranslation.java :

49 : import org.eclipse.wst.jsdt.internal.core.Member;

3. 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

JsTranslation.java :

50 : import org.eclipse.wst.jsdt.internal.core.SourceRefElement;

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

JsTranslation.java :

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

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

JsTranslation.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type DocumentContextFragmentRoot 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

JsTranslation.java :

74 : private DocumentContextFragmentRoot fDocumentScope;

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

JsTranslation.java :

78 : protected IStructuredDocument fHtmlDocument;

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

JsTranslation.java :

105 : protected JsTranslation(IStructuredDocument htmlDocument, IJavaScriptProject javaProj, boolean listenForChanges) {

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

JsTranslation.java :

114 : public IJsTranslation getInstance(IStructuredDocument htmlDocument, IJavaScriptProject javaProj, boolean listenForChanges) {

10. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentContextFragmentRoot(IJavaScriptProject, IFile, IPath, IPath, IIncludePathEntry) 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

JsTranslation.java :

131 : fDocumentScope = new DocumentContextFragmentRoot(fJavaProject, getFile(), WebRootFinder.getWebContentFolder(fJavaProject.getProject()), WebRootFinder.getServerContextRoot(fJavaProject.getProject()), JsWebNature.VIRTUAL_SCOPE_ENTRY);

11. WARNING: DiscouragedReference

Discouraged access: The type DocumentContextFragmentRoot 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

JsTranslation.java :

131 : fDocumentScope = new DocumentContextFragmentRoot(fJavaProject, getFile(), WebRootFinder.getWebContentFolder(fJavaProject.getProject()), WebRootFinder.getServerContextRoot(fJavaProject.getProject()), JsWebNature.VIRTUAL_SCOPE_ENTRY);

12. WARNING: DiscouragedReference

Discouraged access: The method setIncludedFiles(String[]) from the type DocumentContextFragmentRoot 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

JsTranslation.java :

132 : fDocumentScope.setIncludedFiles(getTranslator().getRawImports());

13. WARNING: DiscouragedReference

Discouraged access: The method setIncludedFiles(String[]) from the type DocumentContextFragmentRoot 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

JsTranslation.java :

137 : fDocumentScope.setIncludedFiles(getTranslator().getRawImports());

14. 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

JsTranslation.java :

142 : IDOMModel xmlModel = null;

15. 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

JsTranslation.java :

144 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fHtmlDocument);

16. 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

JsTranslation.java :

144 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fHtmlDocument);

17. 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

JsTranslation.java :

146 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead(fHtmlDocument);

18. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IStructuredDocument) 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

JsTranslation.java :

146 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead(fHtmlDocument);

19. 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

JsTranslation.java :

148 : fModelBaseLocation = xmlModel.getBaseLocation();

20. 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

JsTranslation.java :

152 : xmlModel.releaseFromRead();

21. 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

JsTranslation.java :

354 : if (element instanceof Member) {

22. 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

JsTranslation.java :

356 : range = ((Member) element).getNameRange();

23. 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

JsTranslation.java :

356 : range = ((Member) element).getNameRange();

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

JsTranslation.java :

361 : }else if (element instanceof SourceRefElement) {

25. 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

JsTranslation.java :

363 : range = ((SourceRefElement) element).getSourceRange();

26. 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

JsTranslation.java :

363 : range = ((SourceRefElement) element).getSourceRange();

27. 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

JsTranslation.java :

406 : IDOMModel xmlModel = null;

28. 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

JsTranslation.java :

428 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForEdit(fHtmlDocument);

29. 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

JsTranslation.java :

428 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForEdit(fHtmlDocument);

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

JsTranslation.java :

430 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForEdit(fHtmlDocument);

31. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IStructuredDocument) 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

JsTranslation.java :

430 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForEdit(fHtmlDocument);

32. 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

JsTranslation.java :

435 : xmlModel.aboutToChangeModel();

33. 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

JsTranslation.java :

436 : xmlModel.getDocument().getStructuredDocument().replaceText(this, offset, 0, insertText);

34. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

JsTranslation.java :

436 : xmlModel.getDocument().getStructuredDocument().replaceText(this, offset, 0, insertText);

35. 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

JsTranslation.java :

436 : xmlModel.getDocument().getStructuredDocument().replaceText(this, offset, 0, insertText);

36. 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

JsTranslation.java :

437 : xmlModel.changedModel();

37. WARNING: DiscouragedReference

Discouraged access: The method save() 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

JsTranslation.java :

439 : xmlModel.save();

38. 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

JsTranslation.java :

449 : xmlModel.releaseFromEdit();

39. WARNING: DiscouragedReference

Discouraged access: The method classpathChange() from the type DocumentContextFragmentRoot 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

JsTranslation.java :

588 : fDocumentScope.classpathChange();

Source File: org/eclipse/wst/jsdt/web/core/javascript/JsTranslationAdapter.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

JsTranslationAdapter.java :

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

2. 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

JsTranslationAdapter.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

JsTranslationAdapter.java :

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

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

JsTranslationAdapter.java :

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

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

JsTranslationAdapter.java :

51 : public class JsTranslationAdapter implements INodeAdapter, IResourceChangeListener {

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

JsTranslationAdapter.java :

54 : private IStructuredDocument fHtmlDocument = null;

7. WARNING: UnusedPrivateField

The field JsTranslationAdapter.CLASS_ATTRIB is never read locally

JsTranslationAdapter.java :

60 : private static final String CLASS_ATTRIB = "class";

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

JsTranslationAdapter.java :

63 : public JsTranslationAdapter(IDOMModel xmlModel) {

9. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

JsTranslationAdapter.java :

64 : fHtmlDocument = xmlModel.getStructuredDocument();

10. 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

JsTranslationAdapter.java :

65 : baseLocation = xmlModel.getBaseLocation();

11. 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

JsTranslationAdapter.java :

141 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {}

Source File: org/eclipse/wst/jsdt/web/core/javascript/JsTranslationAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: 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

JsTranslationAdapterFactory.java :

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

2. 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

JsTranslationAdapterFactory.java :

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

3. 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

JsTranslationAdapterFactory.java :

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

4. 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

JsTranslationAdapterFactory.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

JsTranslationAdapterFactory.java :

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

6. 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

JsTranslationAdapterFactory.java :

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

7. WARNING: DiscouragedReference

Discouraged access: 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

JsTranslationAdapterFactory.java :

41 : public class JsTranslationAdapterFactory extends AbstractAdapterFactory {

8. WARNING: UnusedPrivateField

The field JsTranslationAdapterFactory.listenForProjectChanges is never read locally

JsTranslationAdapterFactory.java :

44 : private boolean listenForProjectChanges;

9. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) 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

JsTranslationAdapterFactory.java :

53 : super(IJsTranslation.class, true);

10. 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

JsTranslationAdapterFactory.java :

58 : public INodeAdapterFactory copy() {

11. 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

JsTranslationAdapterFactory.java :

63 : protected INodeAdapter createAdapter(INodeNotifier target) {

12. 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

JsTranslationAdapterFactory.java :

63 : protected INodeAdapter createAdapter(INodeNotifier target) {

13. 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

JsTranslationAdapterFactory.java :

64 : if (target instanceof IDOMNode && fAdapter == null) {

14. WARNING: DiscouragedReference

Discouraged access: The method getModel() 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

JsTranslationAdapterFactory.java :

65 : fAdapter = new JsTranslationAdapter(((IDOMNode) target).getModel());

15. 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

JsTranslationAdapterFactory.java :

65 : fAdapter = new JsTranslationAdapter(((IDOMNode) target).getModel());

16. WARNING: DiscouragedReference

Discouraged access: The method release() 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

JsTranslationAdapterFactory.java :

81 : super.release();

17. 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

JsTranslationAdapterFactory.java :

84 : public static void setupAdapterFactory(IStructuredModel sm) {

18. 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

JsTranslationAdapterFactory.java :

85 : if (sm.getFactoryRegistry().getFactoryFor(IJsTranslation.class) == null) {

19. 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

JsTranslationAdapterFactory.java :

85 : if (sm.getFactoryRegistry().getFactoryFor(IJsTranslation.class) == null) {

20. 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

JsTranslationAdapterFactory.java :

87 : sm.getFactoryRegistry().addFactory(factory);

21. 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

JsTranslationAdapterFactory.java :

87 : sm.getFactoryRegistry().addFactory(factory);

Source File: org/eclipse/wst/jsdt/web/core/javascript/JsTranslator.java
1. 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

JsTranslator.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

55 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

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

JsTranslator.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection 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

JsTranslator.java :

57 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer 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

JsTranslator.java :

58 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

JsTranslator.java :

59 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

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

JsTranslator.java :

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

8. 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

JsTranslator.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

90 : private IStructuredDocumentRegion fCurrentNode;

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

JsTranslator.java :

92 : protected IStructuredDocument fStructuredDocument = null;

11. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion 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

JsTranslator.java :

132 : setCurrentNode(getCurrentNode().getNext());

12. 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

JsTranslator.java :

135 : public JsTranslator(IStructuredDocument document, String fileName) {

13. 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

JsTranslator.java :

150 : public JsTranslator(IStructuredDocument document, String fileName, boolean listenForChanges) {

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

174 : protected final IStructuredDocumentRegion getCurrentNode() {

15. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() 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

JsTranslator.java :

244 : fCurrentNode = fStructuredDocument.getFirstStructuredDocumentRegion();

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

257 : protected IStructuredDocumentRegion setCurrentNode(IStructuredDocumentRegion currentNode) {

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

257 : protected IStructuredDocumentRegion setCurrentNode(IStructuredDocumentRegion currentNode) {

18. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

JsTranslator.java :

279 : if (getCurrentNode().getType() == DOMRegionContext.XML_TAG_NAME) {

19. 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

JsTranslator.java :

279 : if (getCurrentNode().getType() == DOMRegionContext.XML_TAG_NAME) {

20. 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

JsTranslator.java :

279 : if (getCurrentNode().getType() == DOMRegionContext.XML_TAG_NAME) {

21. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion 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

JsTranslator.java :

296 : if (getCurrentNode().getNext() != null /*&& getCurrentNode().getNext().getType() == DOMRegionContext.BLOCK_TEXT*/) {

22. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion 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

JsTranslator.java :

297 : translateJSNode(getCurrentNode().getNext());

23. 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

JsTranslator.java :

320 : IDOMModel xmlModel = null;

24. 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

JsTranslator.java :

325 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fStructuredDocument);

25. 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

JsTranslator.java :

325 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fStructuredDocument);

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

JsTranslator.java :

327 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead(fStructuredDocument);

27. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IStructuredDocument) 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

JsTranslator.java :

327 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getModelForRead(fStructuredDocument);

28. 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

JsTranslator.java :

329 : baseLocation = xmlModel.getBaseLocation();

29. 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

JsTranslator.java :

333 : xmlModel.releaseFromRead();

30. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

374 : public void translateInlineJSNode(IStructuredDocumentRegion container) {

31. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

JsTranslator.java :

383 : ITextRegionList t = container.getRegions();

32. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

JsTranslator.java :

383 : ITextRegionList t = container.getRegions();

33. 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

JsTranslator.java :

384 : ITextRegion r;

34. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

JsTranslator.java :

385 : Iterator regionIterator = t.iterator();

35. 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

JsTranslator.java :

387 : r = (ITextRegion) regionIterator.next();

36. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

JsTranslator.java :

388 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

37. 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

JsTranslator.java :

388 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

38. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_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

JsTranslator.java :

388 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

39. WARNING: DiscouragedReference

Discouraged access: The method getStart() 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

JsTranslator.java :

389 : int start = r.getStart();

40. WARNING: DiscouragedReference

Discouraged access: The method getTextEnd() 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

JsTranslator.java :

390 : int offset = r.getTextEnd();

41. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection 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

JsTranslator.java :

391 : String tagAttrname = container.getText().substring(start, offset).trim();

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

JsTranslator.java :

401 : r = ((ITextRegion) regionIterator.next());

43. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

JsTranslator.java :

403 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

44. 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

JsTranslator.java :

403 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

45. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE 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

JsTranslator.java :

403 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

46. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection 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

JsTranslator.java :

404 : int valStartOffset = container.getStartOffset(r);

47. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection 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

JsTranslator.java :

406 : String rawText = container.getText().substring(r.getStart(), r.getTextEnd());

48. WARNING: DiscouragedReference

Discouraged access: The method getStart() 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

JsTranslator.java :

406 : String rawText = container.getText().substring(r.getStart(), r.getTextEnd());

49. WARNING: DiscouragedReference

Discouraged access: The method getTextEnd() 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

JsTranslator.java :

406 : String rawText = container.getText().substring(r.getStart(), r.getTextEnd());

50. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

446 : public void translateJSNode(IStructuredDocumentRegion container) {

51. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection 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

JsTranslator.java :

447 : ITextRegionCollection containerRegion = container;

52. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

JsTranslator.java :

448 : Iterator regions = containerRegion.getRegions().iterator();

53. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

JsTranslator.java :

448 : Iterator regions = containerRegion.getRegions().iterator();

54. 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

JsTranslator.java :

449 : ITextRegion region = null;

55. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection 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

JsTranslator.java :

453 : char[] spaces = Util.getPad(container.getStartOffset() - scriptOffset);

56. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection 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

JsTranslator.java :

455 : scriptOffset = container.getStartOffset();

57. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

JsTranslator.java :

457 : if(container.getType()!=DOMRegionContext.BLOCK_TEXT && container.getType()!= DOMRegionContext.XML_CDATA_TEXT) {

58. 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

JsTranslator.java :

457 : if(container.getType()!=DOMRegionContext.BLOCK_TEXT && container.getType()!= DOMRegionContext.XML_CDATA_TEXT) {

59. 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

JsTranslator.java :

457 : if(container.getType()!=DOMRegionContext.BLOCK_TEXT && container.getType()!= DOMRegionContext.XML_CDATA_TEXT) {

60. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

JsTranslator.java :

457 : if(container.getType()!=DOMRegionContext.BLOCK_TEXT && container.getType()!= DOMRegionContext.XML_CDATA_TEXT) {

61. 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

JsTranslator.java :

457 : if(container.getType()!=DOMRegionContext.BLOCK_TEXT && container.getType()!= DOMRegionContext.XML_CDATA_TEXT) {

62. 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

JsTranslator.java :

457 : if(container.getType()!=DOMRegionContext.BLOCK_TEXT && container.getType()!= DOMRegionContext.XML_CDATA_TEXT) {

63. 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

JsTranslator.java :

462 : region = (ITextRegion) regions.next();

64. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

JsTranslator.java :

463 : String type = region.getType();

65. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer 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

JsTranslator.java :

468 : boolean isContainerRegion = region instanceof ITextRegionContainer;

66. 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

JsTranslator.java :

470 : if (type == DOMRegionContext.BLOCK_TEXT ) {

67. 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

JsTranslator.java :

470 : if (type == DOMRegionContext.BLOCK_TEXT ) {

68. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection 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

JsTranslator.java :

471 : int scriptStartOffset = container.getStartOffset();

69. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

JsTranslator.java :

472 : int scriptTextLength = container.getLength();

70. WARNING: DiscouragedReference

Discouraged access: The method getFullText(ITextRegion) from the type ITextRegionCollection 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

JsTranslator.java :

473 : String regionText = container.getFullText(region);

71. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

JsTranslator.java :

474 : int regionLength = region.getLength();

72. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion 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

JsTranslator.java :

502 : line = container.getParentDocument().getLineInformationOfOffset(commentStartIndex + scriptStartOffset);

73. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection 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

JsTranslator.java :

578 : int startOffset = container.getStartOffset(region) + validEnd;

74. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion 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

JsTranslator.java :

598 : int line = container.getParentDocument().getLineOfOffset(startOffset);

75. WARNING: DiscouragedReference

Discouraged access: The method getLineOfOffset(int) 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

JsTranslator.java :

598 : int line = container.getParentDocument().getLineOfOffset(startOffset);

76. WARNING: LocalVariableIsNeverUsed

The local variable column is never read

JsTranslator.java :

599 : int column;

77. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion 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

JsTranslator.java :

601 : column = startOffset - container.getParentDocument().getLineOffset(line);

78. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection 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

JsTranslator.java :

607 : int start = validEnd + container.getStartOffset(region);

79. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection 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

JsTranslator.java :

627 : int end = validStart + container.getStartOffset(region);

80. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

657 : IStructuredDocumentRegion endTag = container.getNext();

81. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion 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

JsTranslator.java :

657 : IStructuredDocumentRegion endTag = container.getNext();

82. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection 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

JsTranslator.java :

660 : missingEndTagRegionStart = container.getStartOffset();

83. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection 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

JsTranslator.java :

666 : missingEndTagRegionStart = container.getStartOffset();

84. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

JsTranslator.java :

674 : public void translateScriptImportNode(IStructuredDocumentRegion region) {

85. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection 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

JsTranslator.java :

679 : Position inHtml = new Position(region.getStartOffset(), region.getEndOffset());

86. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection 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

JsTranslator.java :

679 : Position inHtml = new Position(region.getStartOffset(), region.getEndOffset());

Source File: org/eclipse/wst/jsdt/web/core/javascript/NodeHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

NodeHelper.java :

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

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

NodeHelper.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

NodeHelper.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

4. 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

NodeHelper.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

NodeHelper.java :

63 : protected IStructuredDocumentRegion region;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

NodeHelper.java :

65 : public NodeHelper(IStructuredDocumentRegion region) {

7. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

NodeHelper.java :

80 : ITextRegionList t = region.getRegions();

8. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

NodeHelper.java :

80 : ITextRegionList t = region.getRegions();

9. 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

NodeHelper.java :

81 : ITextRegion r;

10. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

NodeHelper.java :

82 : Iterator regionIterator = t.iterator();

11. 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

NodeHelper.java :

85 : r = (ITextRegion) regionIterator.next();

12. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

86 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

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

NodeHelper.java :

86 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

14. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_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

NodeHelper.java :

86 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

15. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

87 : StructuredValue += "\t\t" + region.getText(r); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

95 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

17. 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

NodeHelper.java :

95 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

18. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS 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

NodeHelper.java :

95 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

19. 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

NodeHelper.java :

97 : r = ((ITextRegion) regionIterator.next());

20. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

99 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

21. 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

NodeHelper.java :

99 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

22. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE 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

NodeHelper.java :

99 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

23. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

100 : StructuredValue += "\t\t" + stripEndQuotes(region.getText(r)) + "\n"; //$NON-NLS-1$ //$NON-NLS-2$

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

NodeHelper.java :

115 : ITextRegionList t = region.getRegions();

25. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

NodeHelper.java :

115 : ITextRegionList t = region.getRegions();

26. 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

NodeHelper.java :

116 : ITextRegion r;

27. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

NodeHelper.java :

117 : Iterator regionIterator = t.iterator();

28. 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

NodeHelper.java :

119 : r = (ITextRegion) regionIterator.next();

29. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

120 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

30. 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

NodeHelper.java :

120 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

31. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_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

NodeHelper.java :

120 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

32. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

121 : String tagname = region.getText(r).trim();

33. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

NodeHelper.java :

138 : ITextRegionList t = region.getRegions();

34. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

NodeHelper.java :

138 : ITextRegionList t = region.getRegions();

35. 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

NodeHelper.java :

139 : ITextRegion r;

36. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

NodeHelper.java :

140 : Iterator regionIterator = t.iterator();

37. 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

NodeHelper.java :

142 : r = (ITextRegion) regionIterator.next();

38. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

143 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

39. 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

NodeHelper.java :

143 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

40. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_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

NodeHelper.java :

143 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

41. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

144 : String tagname = region.getText(r).trim();

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

NodeHelper.java :

154 : r = ((ITextRegion) regionIterator.next());

43. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

156 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

44. 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

NodeHelper.java :

156 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

45. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE 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

NodeHelper.java :

156 : if (r.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

46. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

157 : return stripEndQuotes(region.getText(r));

47. WARNING: DiscouragedReference

Discouraged access: The method getFullText() from the type ITextRegionCollection 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

NodeHelper.java :

173 : String fullRegionText = region.getFullText();

48. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

NodeHelper.java :

184 : ITextRegionList t = region.getRegions();

49. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

NodeHelper.java :

184 : ITextRegionList t = region.getRegions();

50. 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

NodeHelper.java :

185 : ITextRegion r;

51. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

NodeHelper.java :

186 : Iterator regionIterator = t.iterator();

52. 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

NodeHelper.java :

188 : r = (ITextRegion) regionIterator.next();

53. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

189 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {

54. 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

NodeHelper.java :

189 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {

55. 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

NodeHelper.java :

189 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {

56. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

190 : return region.getText(r);

57. 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

NodeHelper.java :

200 : return DOMRegionContext.XML_END_TAG_OPEN.equals(region.getFirstRegion().getType());

58. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_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

NodeHelper.java :

200 : return DOMRegionContext.XML_END_TAG_OPEN.equals(region.getFirstRegion().getType());

59. WARNING: DiscouragedReference

Discouraged access: The method getFirstRegion() from the type ITextRegionCollection 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

NodeHelper.java :

200 : return DOMRegionContext.XML_END_TAG_OPEN.equals(region.getFirstRegion().getType());

60. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

200 : return DOMRegionContext.XML_END_TAG_OPEN.equals(region.getFirstRegion().getType());

61. 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

NodeHelper.java :

207 : return DOMRegionContext.XML_EMPTY_TAG_CLOSE.equals(region.getLastRegion().getType());

62. WARNING: DiscouragedReference

Discouraged access: The field XML_EMPTY_TAG_CLOSE 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

NodeHelper.java :

207 : return DOMRegionContext.XML_EMPTY_TAG_CLOSE.equals(region.getLastRegion().getType());

63. WARNING: DiscouragedReference

Discouraged access: The method getLastRegion() from the type ITextRegionCollection 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

NodeHelper.java :

207 : return DOMRegionContext.XML_EMPTY_TAG_CLOSE.equals(region.getLastRegion().getType());

64. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

207 : return DOMRegionContext.XML_EMPTY_TAG_CLOSE.equals(region.getLastRegion().getType());

65. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion 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

NodeHelper.java :

218 : public void setDocumentRegion(IStructuredDocumentRegion newRegion) {

66. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList 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

NodeHelper.java :

236 : ITextRegionList t = region.getRegions();

67. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection 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

NodeHelper.java :

236 : ITextRegionList t = region.getRegions();

68. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList 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

NodeHelper.java :

237 : Iterator regionIterator = t.iterator();

69. 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

NodeHelper.java :

240 : ITextRegion r = (ITextRegion) regionIterator.next();

70. 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

NodeHelper.java :

240 : ITextRegion r = (ITextRegion) regionIterator.next();

71. WARNING: DiscouragedReference

Discouraged access: The method getType() 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

NodeHelper.java :

241 : String nodeType = r.getType();

72. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection 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

NodeHelper.java :

242 : nodeText += ("\tNode Type:" + nodeType + "\t\tValue:" + region.getText(r) + "\n"); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/web/core/javascript/WebRootFinder.java
1. WARNING: DiscouragedReference

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

WebRootFinder.java :

27 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

2. WARNING: DiscouragedReference

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

WebRootFinder.java :

40 : String contextRoot = ComponentUtilities.getServerContextRoot(project);

3. WARNING: DiscouragedReference

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

WebRootFinder.java :

40 : String contextRoot = ComponentUtilities.getServerContextRoot(project);

4. WARNING: UnusedPrivateMethod

The method getProjectRoot(IProject) from the type WebRootFinder is never used locally

WebRootFinder.java :

47 : private static String getProjectRoot(IProject project) {

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JSDTSearchDocumentDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaSearchDocument 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

JSDTSearchDocumentDelegate.java :

15 : import org.eclipse.wst.jsdt.internal.core.search.JavaSearchDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaSearchDocument 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

JSDTSearchDocumentDelegate.java :

31 : public class JSDTSearchDocumentDelegate extends JavaSearchDocument {

3. WARNING: DiscouragedReference

Discouraged access: The constructor JavaSearchDocument(String, SearchParticipant) 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

JSDTSearchDocumentDelegate.java :

37 : super(jspSearchDoc.getPath(), jspSearchDoc.getParticipant());

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JsIndexManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager 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

JsIndexManager.java :

40 : import org.eclipse.wst.jsdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexManager 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

JsIndexManager.java :

42 : import org.eclipse.wst.jsdt.internal.core.search.indexing.IndexManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexManager 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

JsIndexManager.java :

193 : IndexManager im = JavaModelManager.getJavaModelManager().getIndexManager();

4. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager 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

JsIndexManager.java :

193 : IndexManager im = JavaModelManager.getJavaModelManager().getIndexManager();

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaModelManager() from the type JavaModelManager 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

JsIndexManager.java :

193 : IndexManager im = JavaModelManager.getJavaModelManager().getIndexManager();

6. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager 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

JsIndexManager.java :

193 : IndexManager im = JavaModelManager.getJavaModelManager().getIndexManager();

7. WARNING: DiscouragedReference

Discouraged access: The method removeIndex(IPath) from the type IndexManager 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

JsIndexManager.java :

196 : im.removeIndex(indexLocation);

8. WARNING: DiscouragedReference

Discouraged access: The type IndexManager 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

JsIndexManager.java :

523 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

9. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager 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

JsIndexManager.java :

523 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

10. WARNING: DiscouragedReference

Discouraged access: The method getJavaModelManager() from the type JavaModelManager 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

JsIndexManager.java :

523 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

11. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager 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

JsIndexManager.java :

523 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

12. WARNING: DiscouragedReference

Discouraged access: The method getIndex(IPath, IPath, boolean, boolean) from the type IndexManager 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

JsIndexManager.java :

541 : indexManager.getIndex(allProjects[j].getFullPath(), new Path(locay), true, false);

13. WARNING: DiscouragedReference

Discouraged access: The type IndexManager 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

JsIndexManager.java :

556 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

14. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager 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

JsIndexManager.java :

556 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

15. WARNING: DiscouragedReference

Discouraged access: The method getJavaModelManager() from the type JavaModelManager 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

JsIndexManager.java :

556 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

16. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager 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

JsIndexManager.java :

556 : IndexManager indexManager = JavaModelManager.getJavaModelManager().getIndexManager();

17. WARNING: DiscouragedReference

Discouraged access: The method saveIndex(Index) from the type IndexManager 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

JsIndexManager.java :

569 : indexManager.saveIndex(index);

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JsPathIndexer.java
1. WARNING: LocalVariableIsNeverUsed

The local variable ctId is never read

JsPathIndexer.java :

80 : String ctId = null;

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchDocument.java
1. WARNING: DiscouragedReference

Discouraged access: The type UnsupportedCharsetExceptionWithDetail 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

JsSearchDocument.java :

29 : import org.eclipse.wst.sse.core.internal.exceptions.UnsupportedCharsetExceptionWithDetail;

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

JsSearchDocument.java :

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

JsSearchDocument.java :

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

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

JsSearchDocument.java :

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

JsSearchDocument.java :

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

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

JsSearchDocument.java :

92 : private IModelManager 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

JsSearchDocument.java :

111 : IStructuredModel model = null;

8. 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

JsSearchDocument.java :

114 : IModelManager modelManager = getModelManager();

9. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) 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

JsSearchDocument.java :

117 : model = modelManager.getModelForRead(jspFile);

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

JsSearchDocument.java :

120 : if (model instanceof IDOMModel) {

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

JsSearchDocument.java :

121 : IDOMModel xmlModel = (IDOMModel)model;

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

JsSearchDocument.java :

121 : IDOMModel xmlModel = (IDOMModel)model;

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

JsSearchDocument.java :

123 : IDOMDocument doc = 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

JsSearchDocument.java :

123 : IDOMDocument doc = 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

JsSearchDocument.java :

124 : JsTranslationAdapter adapter = (JsTranslationAdapter) doc.getAdapterFor(IJsTranslation.class);

16. WARNING: DiscouragedReference

Discouraged access: The type UnsupportedCharsetExceptionWithDetail 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

JsSearchDocument.java :

134 : catch (UnsupportedCharsetExceptionWithDetail e) {

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

JsSearchDocument.java :

141 : model.releaseFromRead();

18. 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

JsSearchDocument.java :

152 : private void setupAdapterFactory(IStructuredModel sm) {

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager 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

JsSearchSupport.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager 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

JsSearchSupport.java :

515 : JavaModelManager.getJavaModelManager().getIndexManager().indexLocations.put(containerPath, indexLocation);

3. WARNING: DiscouragedReference

Discouraged access: The method getJavaModelManager() from the type JavaModelManager 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

JsSearchSupport.java :

515 : JavaModelManager.getJavaModelManager().getIndexManager().indexLocations.put(containerPath, indexLocation);

4. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager 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

JsSearchSupport.java :

515 : JavaModelManager.getJavaModelManager().getIndexManager().indexLocations.put(containerPath, indexLocation);

5. WARNING: DiscouragedReference

Discouraged access: The method put(Object, Object) from the type SimpleLookupTable 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

JsSearchSupport.java :

515 : JavaModelManager.getJavaModelManager().getIndexManager().indexLocations.put(containerPath, indexLocation);

6. WARNING: DiscouragedReference

Discouraged access: The field indexLocations from the type IndexManager 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

JsSearchSupport.java :

515 : JavaModelManager.getJavaModelManager().getIndexManager().indexLocations.put(containerPath, indexLocation);