Compiler Report

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

Number of source files: 59 Number of classfiles: 90

Problems: 90 (Errors: 0 Warnings: 90 )

Source File: org/eclipse/wst/jsdt/debug/internal/ui/actions/BreakpointToggleAction.java
1. WARNING: DiscouragedReference

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

BreakpointToggleAction.java :

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

2. WARNING: DiscouragedReference

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

BreakpointToggleAction.java :

58 : ExceptionHandler.handle(e, title, message);

3. WARNING: DiscouragedReference

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

BreakpointToggleAction.java :

58 : ExceptionHandler.handle(e, title, message);

Source File: org/eclipse/wst/jsdt/debug/internal/ui/adapters/JavaScriptAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAdapterFactory.java :

15 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelProxyFactory2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAdapterFactory.java :

16 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory2;

3. WARNING: DiscouragedReference

Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAdapterFactory.java :

89 : if (adapterType.equals(IElementContentProvider.class)) {

4. WARNING: DiscouragedReference

Discouraged access: The type IModelProxyFactory2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAdapterFactory.java :

95 : if(adapterType.equals(IModelProxyFactory2.class)) {

5. WARNING: DiscouragedReference

Discouraged access: The type IElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAdapterFactory.java :

109 : IElementContentProvider.class,

6. WARNING: DiscouragedReference

Discouraged access: The type IModelProxyFactory2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAdapterFactory.java :

110 : IModelProxyFactory2.class};

Source File: org/eclipse/wst/jsdt/debug/internal/ui/adapters/JavaScriptAsyncContentProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

16 : import org.eclipse.debug.internal.ui.model.elements.ElementContentProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

17 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;

3. WARNING: DiscouragedReference

Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

18 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IViewerUpdate;

4. WARNING: DiscouragedReference

Discouraged access: The type ElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

30 : public class JavaScriptAsyncContentProvider extends ElementContentProvider {

5. WARNING: DiscouragedReference

Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

38 : protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException {

6. WARNING: DiscouragedReference

Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

38 : protected Object[] getChildren(Object parent, int index, int length, IPresentationContext context, IViewerUpdate monitor) throws CoreException {

7. WARNING: DiscouragedReference

Discouraged access: The method getElements(Object[], int, int) from the type ElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

46 : return getElements(children, index, length);

8. WARNING: DiscouragedReference

Discouraged access: The method getElements(Object[], int, int) from the type ElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

48 : return getElements(threads, index, length);

9. WARNING: DiscouragedReference

Discouraged access: The method getElements(Object[], int, int) from the type ElementContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

53 : return getElements(scripts.toArray(), index, length);

10. WARNING: DiscouragedReference

Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

64 : protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException {

11. WARNING: DiscouragedReference

Discouraged access: The type IViewerUpdate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

64 : protected int getChildCount(Object element, IPresentationContext context, IViewerUpdate monitor) throws CoreException {

12. WARNING: DiscouragedReference

Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

85 : protected boolean supportsContext(IPresentationContext context) {

13. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptAsyncContentProvider.java :

86 : return IDebugUIConstants.ID_DEBUG_VIEW.equals(context.getId());

Source File: org/eclipse/wst/jsdt/debug/internal/ui/adapters/JavaScriptDebugTargetEventHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

16 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelDelta;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

17 : import org.eclipse.debug.internal.ui.viewers.model.provisional.ModelDelta;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

18 : import org.eclipse.debug.internal.ui.viewers.provisional.AbstractModelProxy;

4. WARNING: DiscouragedReference

Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

19 : import org.eclipse.debug.internal.ui.viewers.update.DebugTargetEventHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type DebugTargetEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

29 : public class JavaScriptDebugTargetEventHandler extends DebugTargetEventHandler {

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

35 : public JavaScriptDebugTargetEventHandler(AbstractModelProxy proxy) {

7. WARNING: DiscouragedReference

Discouraged access: The constructor DebugTargetEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

36 : super(proxy);

8. WARNING: DiscouragedReference

Discouraged access: The method handleOther(DebugEvent) from the type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

53 : super.handleOther(event);

9. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

61 : ModelDelta root = new ModelDelta(DebugPlugin.getDefault().getLaunchManager(), IModelDelta.NO_CHANGE);

10. WARNING: DiscouragedReference

Discouraged access: The constructor ModelDelta(Object, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

61 : ModelDelta root = new ModelDelta(DebugPlugin.getDefault().getLaunchManager(), IModelDelta.NO_CHANGE);

11. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

61 : ModelDelta root = new ModelDelta(DebugPlugin.getDefault().getLaunchManager(), IModelDelta.NO_CHANGE);

12. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

61 : ModelDelta root = new ModelDelta(DebugPlugin.getDefault().getLaunchManager(), IModelDelta.NO_CHANGE);

13. WARNING: DiscouragedReference

Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

61 : ModelDelta root = new ModelDelta(DebugPlugin.getDefault().getLaunchManager(), IModelDelta.NO_CHANGE);

14. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

63 : ModelDelta targetnode = root.addNode(target.getLaunch(), IModelDelta.NO_CHANGE);

15. WARNING: DiscouragedReference

Discouraged access: The method addNode(Object, int) from the type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

63 : ModelDelta targetnode = root.addNode(target.getLaunch(), IModelDelta.NO_CHANGE);

16. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

63 : ModelDelta targetnode = root.addNode(target.getLaunch(), IModelDelta.NO_CHANGE);

17. WARNING: DiscouragedReference

Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

63 : ModelDelta targetnode = root.addNode(target.getLaunch(), IModelDelta.NO_CHANGE);

18. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

64 : ModelDelta groupnode = targetnode.addNode(target, IModelDelta.NO_CHANGE);

19. WARNING: DiscouragedReference

Discouraged access: The method addNode(Object, int) from the type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

64 : ModelDelta groupnode = targetnode.addNode(target, IModelDelta.NO_CHANGE);

20. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

64 : ModelDelta groupnode = targetnode.addNode(target, IModelDelta.NO_CHANGE);

21. WARNING: DiscouragedReference

Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

64 : ModelDelta groupnode = targetnode.addNode(target, IModelDelta.NO_CHANGE);

22. WARNING: DiscouragedReference

Discouraged access: The method addNode(Object, int) from the type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

65 : groupnode.addNode(group, IModelDelta.CONTENT);

23. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

65 : groupnode.addNode(group, IModelDelta.CONTENT);

24. WARNING: DiscouragedReference

Discouraged access: The field CONTENT from the type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

65 : groupnode.addNode(group, IModelDelta.CONTENT);

25. WARNING: DiscouragedReference

Discouraged access: The method fireDelta(IModelDelta) from the type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetEventHandler.java :

66 : fireDelta(root);

Source File: org/eclipse/wst/jsdt/debug/internal/ui/adapters/JavaScriptDebugTargetProxy.java
1. WARNING: DiscouragedReference

Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetProxy.java :

14 : import org.eclipse.debug.internal.ui.viewers.update.DebugEventHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetProxy.java :

15 : import org.eclipse.debug.internal.ui.viewers.update.DebugTargetProxy;

3. WARNING: DiscouragedReference

Discouraged access: The type DebugTargetProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetProxy.java :

22 : public class JavaScriptDebugTargetProxy extends DebugTargetProxy {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DebugTargetProxy(IDebugTarget) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetProxy.java :

29 : super(target);

5. WARNING: DiscouragedReference

Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetProxy.java :

35 : protected DebugEventHandler[] createEventHandlers() {

6. WARNING: DiscouragedReference

Discouraged access: The type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptDebugTargetProxy.java :

36 : return new DebugEventHandler[] {new JavaScriptDebugTargetEventHandler(this), new JavaScriptThreadHandler(this)};

Source File: org/eclipse/wst/jsdt/debug/internal/ui/adapters/JavaScriptModelProxyFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

14 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxy;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelProxyFactory2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

15 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactory2;

3. WARNING: DiscouragedReference

Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

16 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelProxyFactory2 is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

27 : public class JavaScriptModelProxyFactory implements IModelProxyFactory2 {

5. WARNING: DiscouragedReference

Discouraged access: The type IModelProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

32 : public IModelProxy createTreeModelProxy(Object input, TreePath path, IPresentationContext context) {

6. WARNING: DiscouragedReference

Discouraged access: The type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

32 : public IModelProxy createTreeModelProxy(Object input, TreePath path, IPresentationContext context) {

7. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type IPresentationContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptModelProxyFactory.java :

33 : if(IDebugUIConstants.ID_DEBUG_VIEW.equals(context.getId())) {

Source File: org/eclipse/wst/jsdt/debug/internal/ui/adapters/JavaScriptThreadHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

18 : import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelDelta;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

19 : import org.eclipse.debug.internal.ui.viewers.model.provisional.ModelDelta;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

20 : import org.eclipse.debug.internal.ui.viewers.provisional.AbstractModelProxy;

4. WARNING: DiscouragedReference

Discouraged access: The type ThreadEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

21 : import org.eclipse.debug.internal.ui.viewers.update.ThreadEventHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type ThreadEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

30 : public class JavaScriptThreadHandler extends ThreadEventHandler {

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

36 : public JavaScriptThreadHandler(AbstractModelProxy proxy) {

7. WARNING: DiscouragedReference

Discouraged access: The constructor ThreadEventHandler(AbstractModelProxy) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

37 : super(proxy);

8. WARNING: DiscouragedReference

Discouraged access: The method indexOf(IThread) from the type ThreadEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

54 : return super.indexOf(thread) + getOffset(thread);

9. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

60 : protected ModelDelta addPathToThread(ModelDelta delta, IThread thread) {

10. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

60 : protected ModelDelta addPathToThread(ModelDelta delta, IThread thread) {

11. WARNING: DiscouragedReference

Discouraged access: The type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

63 : ModelDelta newdelta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length);

12. WARNING: DiscouragedReference

Discouraged access: The method addNode(Object, int, int, int) from the type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

63 : ModelDelta newdelta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length);

13. WARNING: DiscouragedReference

Discouraged access: The method indexOf(Object[], Object) from the type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

63 : ModelDelta newdelta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length);

14. WARNING: DiscouragedReference

Discouraged access: The method getLaunchManager() from the type ThreadEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

63 : ModelDelta newdelta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length);

15. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

63 : ModelDelta newdelta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length);

16. WARNING: DiscouragedReference

Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

63 : ModelDelta newdelta = delta.addNode(launch, indexOf(getLaunchManager().getLaunches(), launch), IModelDelta.NO_CHANGE, children.length);

17. WARNING: DiscouragedReference

Discouraged access: The method addNode(Object, int, int, int) from the type ModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

71 : return newdelta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numThreads);

18. WARNING: DiscouragedReference

Discouraged access: The method indexOf(Object[], Object) from the type DebugEventHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

71 : return newdelta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numThreads);

19. WARNING: DiscouragedReference

Discouraged access: The type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

71 : return newdelta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numThreads);

20. WARNING: DiscouragedReference

Discouraged access: The field NO_CHANGE from the type IModelDelta is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptThreadHandler.java :

71 : return newdelta.addNode(debugTarget, indexOf(children, debugTarget), IModelDelta.NO_CHANGE, numThreads);

Source File: org/eclipse/wst/jsdt/debug/internal/ui/breakpoints/ToggleFunctionBreakpointActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type ToggleBreakpointObjectActionDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

ToggleFunctionBreakpointActionDelegate.java :

14 : import org.eclipse.debug.internal.ui.actions.breakpoints.ToggleBreakpointObjectActionDelegate;

2. WARNING: DiscouragedReference

Discouraged access: The type ToggleBreakpointObjectActionDelegate is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

ToggleFunctionBreakpointActionDelegate.java :

25 : public class ToggleFunctionBreakpointActionDelegate extends ToggleBreakpointObjectActionDelegate {

Source File: org/eclipse/wst/jsdt/debug/internal/ui/launching/JavaScriptLaunchShortcut.java
1. WARNING: DiscouragedReference

Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

21 : import org.eclipse.debug.internal.ui.DebugUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

22 : import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager;

3. WARNING: DiscouragedReference

Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

103 : LaunchConfigurationManager cmanager = DebugUIPlugin.getDefault().getLaunchConfigurationManager();

4. WARNING: DiscouragedReference

Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

103 : LaunchConfigurationManager cmanager = DebugUIPlugin.getDefault().getLaunchConfigurationManager();

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

103 : LaunchConfigurationManager cmanager = DebugUIPlugin.getDefault().getLaunchConfigurationManager();

6. WARNING: DiscouragedReference

Discouraged access: The method getLaunchConfigurationManager() from the type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

103 : LaunchConfigurationManager cmanager = DebugUIPlugin.getDefault().getLaunchConfigurationManager();

7. WARNING: DiscouragedReference

Discouraged access: The method getLaunchGroup(String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

104 : ILaunchGroup group = cmanager.getLaunchGroup(IDebugUIConstants.ID_DEBUG_LAUNCH_GROUP);

8. WARNING: DiscouragedReference

Discouraged access: The method getMRUConfiguration(List, ILaunchGroup, IResource) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar

JavaScriptLaunchShortcut.java :

106 : ILaunchConfiguration config = cmanager.getMRUConfiguration( Arrays.asList(configs), group, null);