Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 18 Number of classfiles: 34

Problems: 653 (Errors: 0 Warnings: 653 )

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/BreakpointRequestTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

18 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DebugSession;

2. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

3. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

21 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

5. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

22 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

23 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

38 : Request request = new Request(JSONConstants.BREAKPOINT);

8. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

38 : Request request = new Request(JSONConstants.BREAKPOINT);

9. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

38 : Request request = new Request(JSONConstants.BREAKPOINT);

10. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

38 : Request request = new Request(JSONConstants.BREAKPOINT);

11. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

38 : Request request = new Request(JSONConstants.BREAKPOINT);

12. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

39 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, new Integer("9999")); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

39 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, new Integer("9999")); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

39 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, new Integer("9999")); //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

40 : debugSession.sendRequest(request);

16. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

41 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

17. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

41 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

18. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

41 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

19. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

42 : assertFalse(response.isSuccess());

20. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

52 : Request request = new Request(JSONConstants.BREAKPOINTS);

21. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

52 : Request request = new Request(JSONConstants.BREAKPOINTS);

22. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

52 : Request request = new Request(JSONConstants.BREAKPOINTS);

23. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

52 : Request request = new Request(JSONConstants.BREAKPOINTS);

24. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

52 : Request request = new Request(JSONConstants.BREAKPOINTS);

25. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

53 : debugSession.sendRequest(request);

26. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

54 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

27. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

54 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

28. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

54 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

29. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

55 : assertTrue(response.isSuccess());

30. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

56 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

31. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

56 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

32. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

56 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

33. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

66 : Request request = new Request(JSONConstants.CLEARBREAKPOINT);

34. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

66 : Request request = new Request(JSONConstants.CLEARBREAKPOINT);

35. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

66 : Request request = new Request(JSONConstants.CLEARBREAKPOINT);

36. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

66 : Request request = new Request(JSONConstants.CLEARBREAKPOINT);

37. WARNING: DiscouragedReference

Discouraged access: The field CLEARBREAKPOINT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

66 : Request request = new Request(JSONConstants.CLEARBREAKPOINT);

38. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

67 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, new Integer("9999")); //$NON-NLS-1$

39. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

67 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, new Integer("9999")); //$NON-NLS-1$

40. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

67 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, new Integer("9999")); //$NON-NLS-1$

41. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

68 : debugSession.sendRequest(request);

42. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

69 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

43. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

69 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

44. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

69 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

45. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

70 : assertFalse(response.isSuccess());

46. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

81 : Request request = new Request(JSONConstants.BREAKPOINTS);

47. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

81 : Request request = new Request(JSONConstants.BREAKPOINTS);

48. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

81 : Request request = new Request(JSONConstants.BREAKPOINTS);

49. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

81 : Request request = new Request(JSONConstants.BREAKPOINTS);

50. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

81 : Request request = new Request(JSONConstants.BREAKPOINTS);

51. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

82 : debugSession.sendRequest(request);

52. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

83 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

53. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

83 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

54. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

83 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

55. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

84 : assertTrue(response.isSuccess());

56. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

85 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

57. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

85 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

58. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

85 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

59. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

94 : request = new Request(JSONConstants.BREAKPOINTS);

60. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

94 : request = new Request(JSONConstants.BREAKPOINTS);

61. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

94 : request = new Request(JSONConstants.BREAKPOINTS);

62. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

94 : request = new Request(JSONConstants.BREAKPOINTS);

63. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

95 : debugSession.sendRequest(request);

64. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

96 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

65. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

96 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

66. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

97 : assertTrue(response.isSuccess());

67. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

98 : breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

68. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

98 : breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

69. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

98 : breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

70. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

104 : request = new Request(JSONConstants.BREAKPOINT);

71. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

104 : request = new Request(JSONConstants.BREAKPOINT);

72. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

104 : request = new Request(JSONConstants.BREAKPOINT);

73. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

104 : request = new Request(JSONConstants.BREAKPOINT);

74. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

105 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, breakpointId);

75. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

105 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, breakpointId);

76. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

105 : request.getArguments().put(JSONConstants.BREAKPOINT_ID, breakpointId);

77. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

106 : debugSession.sendRequest(request);

78. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

107 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

79. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

107 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

80. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

108 : assertTrue(response.isSuccess());

81. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

109 : Map breakpoint = (Map) response.getBody().get(JSONConstants.BREAKPOINT);

82. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

109 : Map breakpoint = (Map) response.getBody().get(JSONConstants.BREAKPOINT);

83. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

109 : Map breakpoint = (Map) response.getBody().get(JSONConstants.BREAKPOINT);

84. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

110 : assertEquals(breakpointId.intValue(), Util.numberAsInt(breakpoint.get(JSONConstants.BREAKPOINT_ID)));

85. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

110 : assertEquals(breakpointId.intValue(), Util.numberAsInt(breakpoint.get(JSONConstants.BREAKPOINT_ID)));

86. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

111 : assertTrue(breakpoint.containsKey(JSONConstants.SCRIPT_ID));

87. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

111 : assertTrue(breakpoint.containsKey(JSONConstants.SCRIPT_ID));

88. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

124 : Request request = new Request(JSONConstants.BREAKPOINTS);

89. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

124 : Request request = new Request(JSONConstants.BREAKPOINTS);

90. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

124 : Request request = new Request(JSONConstants.BREAKPOINTS);

91. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

124 : Request request = new Request(JSONConstants.BREAKPOINTS);

92. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

124 : Request request = new Request(JSONConstants.BREAKPOINTS);

93. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

125 : debugSession.sendRequest(request);

94. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

126 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

95. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

126 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

96. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

126 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

97. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

127 : assertTrue(response.isSuccess());

98. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

128 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

99. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

128 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

100. WARNING: DiscouragedReference

Discouraged access: The field BREAKPOINTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

BreakpointRequestTests.java :

128 : Collection breakpoints = (Collection) response.getBody().get(JSONConstants.BREAKPOINTS);

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/ConnectionHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

15 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Connection;

2. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService;

3. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

17 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService.ListenerKey;

4. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

23 : private TransportService transportService;

5. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

26 : public ConnectionHelper(final TransportService transportService, final String address) {

6. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

31 : public Connection getClientConnection() {

7. WARNING: DiscouragedReference

Discouraged access: The method attach(String, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

33 : return transportService.attach(address, 5000, 5000);

8. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

41 : public Connection getServerConnection() {

9. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

42 : ListenerKey key = null;

10. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

44 : key = transportService.startListening(address);

11. WARNING: DiscouragedReference

Discouraged access: The method accept(TransportService.ListenerKey, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

45 : return transportService.accept(key, 5000, 5000);

12. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ConnectionHelper.java :

51 : transportService.stopListening(key);

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/DebugSessionTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

17 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Connection;

2. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

18 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DebugSession;

3. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

4. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.EventPacket;

5. WARNING: DiscouragedReference

Discouraged access: The type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

21 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Packet;

6. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

22 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.PipedTransportService;

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

23 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

8. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

24 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

9. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

25 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

10. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

26 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService;

11. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

27 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService.ListenerKey;

12. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

35 : public void testReceiveEvent() throws IOException, InterruptedException, TimeoutException, DisconnectedException {

13. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

35 : public void testReceiveEvent() throws IOException, InterruptedException, TimeoutException, DisconnectedException {

14. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

36 : final TransportService service = new PipedTransportService();

15. WARNING: DiscouragedReference

Discouraged access: The constructor PipedTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

36 : final TransportService service = new PipedTransportService();

16. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

36 : final TransportService service = new PipedTransportService();

17. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

37 : final ListenerKey key = service.startListening("9000"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

37 : final ListenerKey key = service.startListening("9000"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

41 : Connection c = null;

20. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

42 : DebugSession runtime = null;

21. WARNING: DiscouragedReference

Discouraged access: The method accept(TransportService.ListenerKey, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

44 : c = service.accept(key, 5000, 5000);

22. WARNING: DiscouragedReference

Discouraged access: The constructor DebugSession(Connection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

47 : runtime = new DebugSession(c);

23. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

47 : runtime = new DebugSession(c);

24. WARNING: DiscouragedReference

Discouraged access: The method sendEvent(EventPacket) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

48 : runtime.sendEvent(new EventPacket("test")); //$NON-NLS-1$

25. WARNING: DiscouragedReference

Discouraged access: The constructor EventPacket(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

48 : runtime.sendEvent(new EventPacket("test")); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

48 : runtime.sendEvent(new EventPacket("test")); //$NON-NLS-1$

27. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

55 : } catch (DisconnectedException e) {

28. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

61 : runtime.dispose();

29. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

67 : Connection c = service.attach("9000", 5000, 5000); //$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The method attach(String, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

67 : Connection c = service.attach("9000", 5000, 5000); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

69 : DebugSession session = new DebugSession(c);

32. WARNING: DiscouragedReference

Discouraged access: The constructor DebugSession(Connection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

69 : DebugSession session = new DebugSession(c);

33. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

69 : DebugSession session = new DebugSession(c);

34. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

71 : EventPacket event = session.receiveEvent(5000);

35. WARNING: DiscouragedReference

Discouraged access: The method receiveEvent(int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

71 : EventPacket event = session.receiveEvent(5000);

36. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

72 : assertTrue(event.getEvent().equals("test")); //$NON-NLS-1$

37. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

74 : session.dispose();

38. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

80 : service.stopListening(key);

39. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

83 : public void testSendRequestReceiveResponse() throws IOException, InterruptedException, DisconnectedException, TimeoutException {

40. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

83 : public void testSendRequestReceiveResponse() throws IOException, InterruptedException, DisconnectedException, TimeoutException {

41. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

84 : final TransportService service = new PipedTransportService();

42. WARNING: DiscouragedReference

Discouraged access: The constructor PipedTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

84 : final TransportService service = new PipedTransportService();

43. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

84 : final TransportService service = new PipedTransportService();

44. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

85 : final ListenerKey key = service.startListening("9000"); //$NON-NLS-1$

45. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

85 : final ListenerKey key = service.startListening("9000"); //$NON-NLS-1$

46. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

89 : Connection c = null;

47. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

90 : DebugSession runtime = null;

48. WARNING: DiscouragedReference

Discouraged access: The method accept(TransportService.ListenerKey, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

92 : c = service.accept(key, 5000, 5000);

49. WARNING: DiscouragedReference

Discouraged access: The constructor DebugSession(Connection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

95 : runtime = new DebugSession(c);

50. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

95 : runtime = new DebugSession(c);

51. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

96 : Request request = runtime.receiveRequest(5000);

52. WARNING: DiscouragedReference

Discouraged access: The method receiveRequest(int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

96 : Request request = runtime.receiveRequest(5000);

53. WARNING: DiscouragedReference

Discouraged access: The method sendResponse(Response) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

97 : runtime.sendResponse(new Response(request.getSequence(), request.getCommand()));

54. WARNING: DiscouragedReference

Discouraged access: The constructor Response(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

97 : runtime.sendResponse(new Response(request.getSequence(), request.getCommand()));

55. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

97 : runtime.sendResponse(new Response(request.getSequence(), request.getCommand()));

56. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

97 : runtime.sendResponse(new Response(request.getSequence(), request.getCommand()));

57. WARNING: DiscouragedReference

Discouraged access: The method getCommand() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

97 : runtime.sendResponse(new Response(request.getSequence(), request.getCommand()));

58. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

104 : } catch (DisconnectedException e) {

59. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

108 : } catch (TimeoutException e) {

60. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

112 : runtime.dispose();

61. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

118 : Connection c = service.attach("9000", 5000, 5000); //$NON-NLS-1$

62. WARNING: DiscouragedReference

Discouraged access: The method attach(String, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

118 : Connection c = service.attach("9000", 5000, 5000); //$NON-NLS-1$

63. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

120 : DebugSession session = new DebugSession(c);

64. WARNING: DiscouragedReference

Discouraged access: The constructor DebugSession(Connection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

120 : DebugSession session = new DebugSession(c);

65. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

120 : DebugSession session = new DebugSession(c);

66. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

122 : Request request = new Request("test"); //$NON-NLS-1$

67. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

122 : Request request = new Request("test"); //$NON-NLS-1$

68. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

122 : Request request = new Request("test"); //$NON-NLS-1$

69. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

123 : session.sendRequest(request);

70. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

124 : Response response = session.receiveResponse(request.getSequence(), 5000);

71. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

124 : Response response = session.receiveResponse(request.getSequence(), 5000);

72. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

124 : Response response = session.receiveResponse(request.getSequence(), 5000);

73. WARNING: DiscouragedReference

Discouraged access: The method getCommand() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

125 : assertTrue(response.getCommand().equals("test")); //$NON-NLS-1$

74. WARNING: DiscouragedReference

Discouraged access: The method getRequestSequence() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

126 : assertTrue(response.getRequestSequence() == request.getSequence());

75. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

126 : assertTrue(response.getRequestSequence() == request.getSequence());

76. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

128 : session.dispose();

77. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

134 : service.stopListening(key);

78. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

138 : final TransportService service = new PipedTransportService();

79. WARNING: DiscouragedReference

Discouraged access: The constructor PipedTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

138 : final TransportService service = new PipedTransportService();

80. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

138 : final TransportService service = new PipedTransportService();

81. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

139 : final ListenerKey key = service.startListening("9000"); //$NON-NLS-1$

82. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

139 : final ListenerKey key = service.startListening("9000"); //$NON-NLS-1$

83. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

143 : Connection c = null;

84. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

144 : DebugSession runtime = null;

85. WARNING: DiscouragedReference

Discouraged access: The method accept(TransportService.ListenerKey, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

146 : c = service.accept(key, 5000, 5000);

86. WARNING: DiscouragedReference

Discouraged access: The constructor DebugSession(Connection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

149 : runtime = new DebugSession(c);

87. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

149 : runtime = new DebugSession(c);

88. WARNING: DiscouragedReference

Discouraged access: The method sendEvent(EventPacket) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

150 : runtime.sendEvent(new EventPacket("test")); //$NON-NLS-1$

89. WARNING: DiscouragedReference

Discouraged access: The constructor EventPacket(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

150 : runtime.sendEvent(new EventPacket("test")); //$NON-NLS-1$

90. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

150 : runtime.sendEvent(new EventPacket("test")); //$NON-NLS-1$

91. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

159 : } catch (DisconnectedException e) {

92. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

165 : runtime.dispose();

93. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

171 : Connection c = service.attach("9000", 5000, 5000); //$NON-NLS-1$

94. WARNING: DiscouragedReference

Discouraged access: The method attach(String, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

171 : Connection c = service.attach("9000", 5000, 5000); //$NON-NLS-1$

95. WARNING: DiscouragedReference

Discouraged access: The type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

174 : Packet packet = c.readPacket();

96. WARNING: DiscouragedReference

Discouraged access: The method readPacket() from the type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

174 : Packet packet = c.readPacket();

97. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

175 : assertTrue(packet instanceof EventPacket);

98. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

176 : EventPacket event = (EventPacket) packet;

99. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

176 : EventPacket event = (EventPacket) packet;

100. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

DebugSessionTest.java :

177 : assertTrue(event.getEvent().equals("test")); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/FrameRequestTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DebugSession;

2. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

17 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

3. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

18 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.EventPacket;

4. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

6. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

21 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

7. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

22 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

8. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

59 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

9. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

59 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

60 : if (event.getEvent().equals(JSONConstants.BREAK)) {

11. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

60 : if (event.getEvent().equals(JSONConstants.BREAK)) {

12. WARNING: DiscouragedReference

Discouraged access: The field BREAK from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

60 : if (event.getEvent().equals(JSONConstants.BREAK)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

61 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

14. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

61 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

15. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

61 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

16. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

62 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

17. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

62 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

18. WARNING: DiscouragedReference

Discouraged access: The field CONTEXT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

62 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

19. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

63 : Request request = new Request(JSONConstants.FRAMES);

20. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

63 : Request request = new Request(JSONConstants.FRAMES);

21. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

63 : Request request = new Request(JSONConstants.FRAMES);

22. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

63 : Request request = new Request(JSONConstants.FRAMES);

23. WARNING: DiscouragedReference

Discouraged access: The field FRAMES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

63 : Request request = new Request(JSONConstants.FRAMES);

24. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

64 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

25. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

64 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

26. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

64 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

27. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

66 : debugSession.sendRequest(request);

28. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

67 : Response response = debugSession.receiveResponse(request.getSequence(), 10000);

29. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

67 : Response response = debugSession.receiveResponse(request.getSequence(), 10000);

30. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

67 : Response response = debugSession.receiveResponse(request.getSequence(), 10000);

31. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

68 : assertTrue(response.isSuccess());

32. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

69 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

33. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

69 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

34. WARNING: DiscouragedReference

Discouraged access: The field FRAMES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

69 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

35. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

72 : request = new Request(JSONConstants.EVALUATE);

36. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

72 : request = new Request(JSONConstants.EVALUATE);

37. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

72 : request = new Request(JSONConstants.EVALUATE);

38. WARNING: DiscouragedReference

Discouraged access: The field EVALUATE from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

72 : request = new Request(JSONConstants.EVALUATE);

39. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

73 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

40. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

73 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

41. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

73 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

42. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

74 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

43. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

74 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

44. WARNING: DiscouragedReference

Discouraged access: The field CONTEXT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

74 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

45. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

75 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

46. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

75 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

47. WARNING: DiscouragedReference

Discouraged access: The field FRAME_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

75 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

48. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

76 : request.getArguments().put(JSONConstants.EXPRESSION, "this"); //$NON-NLS-1$

49. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

76 : request.getArguments().put(JSONConstants.EXPRESSION, "this"); //$NON-NLS-1$

50. WARNING: DiscouragedReference

Discouraged access: The field EXPRESSION from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

76 : request.getArguments().put(JSONConstants.EXPRESSION, "this"); //$NON-NLS-1$

51. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

77 : debugSession.sendRequest(request);

52. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

78 : response = debugSession.receiveResponse(request.getSequence(), 10000);

53. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

78 : response = debugSession.receiveResponse(request.getSequence(), 10000);

54. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

79 : assertTrue(response.isSuccess());

55. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

80 : assertTrue(response.getBody().containsKey(JSONConstants.EVALUATE));

56. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

80 : assertTrue(response.getBody().containsKey(JSONConstants.EVALUATE));

57. WARNING: DiscouragedReference

Discouraged access: The field EVALUATE from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

80 : assertTrue(response.getBody().containsKey(JSONConstants.EVALUATE));

58. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

82 : } catch (DisconnectedException e) {

59. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

FrameRequestTests.java :

84 : } catch (TimeoutException e) {

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestBadCommandTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

13 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

14 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

15 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

5. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

20 : public void testBadCommand() throws DisconnectedException, TimeoutException {

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

20 : public void testBadCommand() throws DisconnectedException, TimeoutException {

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

21 : Request request = new Request("bad_command"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

21 : Request request = new Request("bad_command"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

21 : Request request = new Request("bad_command"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

22 : debugSession.sendRequest(request);

11. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

12. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

13. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

14. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestBadCommandTest.java :

24 : assertFalse(response.isSuccess());

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestContinueTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

13 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

14 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

15 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

5. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

20 : public void testContinueWithNoContexts() throws DisconnectedException, TimeoutException {

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

20 : public void testContinueWithNoContexts() throws DisconnectedException, TimeoutException {

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

21 : Request request = new Request("continue"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

21 : Request request = new Request("continue"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

21 : Request request = new Request("continue"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

22 : debugSession.sendRequest(request);

11. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

12. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

13. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

14. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestContinueTest.java :

24 : assertTrue(response.isSuccess());

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestDisposeTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

13 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

14 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

15 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

5. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

20 : public void testDispose() throws DisconnectedException, TimeoutException {

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

20 : public void testDispose() throws DisconnectedException, TimeoutException {

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

21 : Request request = new Request("dispose"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

21 : Request request = new Request("dispose"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

21 : Request request = new Request("dispose"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

22 : debugSession.sendRequest(request);

11. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

12. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

13. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

14. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestDisposeTest.java :

24 : assertTrue(response.isSuccess());

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestLookupTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

17 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DebugSession;

2. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

18 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

3. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.EventPacket;

4. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

21 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

6. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

22 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

7. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

23 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

8. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

49 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

9. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

49 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

50 : if (event.getEvent().equals(JSONConstants.BREAK)) {

11. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

50 : if (event.getEvent().equals(JSONConstants.BREAK)) {

12. WARNING: DiscouragedReference

Discouraged access: The field BREAK from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

50 : if (event.getEvent().equals(JSONConstants.BREAK)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

51 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

14. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

51 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

15. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

51 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

16. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

52 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

17. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

52 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

18. WARNING: DiscouragedReference

Discouraged access: The field CONTEXT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

52 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

19. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

53 : Request request = new Request(JSONConstants.FRAMES);

20. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

53 : Request request = new Request(JSONConstants.FRAMES);

21. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

53 : Request request = new Request(JSONConstants.FRAMES);

22. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

53 : Request request = new Request(JSONConstants.FRAMES);

23. WARNING: DiscouragedReference

Discouraged access: The field FRAMES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

53 : Request request = new Request(JSONConstants.FRAMES);

24. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

54 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

25. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

54 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

26. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

54 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

27. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

56 : debugSession.sendRequest(request);

28. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

57 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

29. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

57 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

30. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

57 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

31. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

58 : assertTrue(response.isSuccess());

32. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

59 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

33. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

59 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

34. WARNING: DiscouragedReference

Discouraged access: The field FRAMES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

59 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

35. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

62 : request = new Request(JSONConstants.LOOKUP);

36. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

62 : request = new Request(JSONConstants.LOOKUP);

37. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

62 : request = new Request(JSONConstants.LOOKUP);

38. WARNING: DiscouragedReference

Discouraged access: The field LOOKUP from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

62 : request = new Request(JSONConstants.LOOKUP);

39. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

63 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

40. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

63 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

41. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

63 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

42. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

64 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

43. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

64 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

44. WARNING: DiscouragedReference

Discouraged access: The field CONTEXT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

64 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

45. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

65 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

46. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

65 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

47. WARNING: DiscouragedReference

Discouraged access: The field FRAME_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

65 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

48. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

66 : request.getArguments().put(JSONConstants.HANDLE, new Integer(0));

49. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

66 : request.getArguments().put(JSONConstants.HANDLE, new Integer(0));

50. WARNING: DiscouragedReference

Discouraged access: The field HANDLE from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

66 : request.getArguments().put(JSONConstants.HANDLE, new Integer(0));

51. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

67 : debugSession.sendRequest(request);

52. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

68 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

53. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

68 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

54. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

69 : assertTrue(response.isSuccess());

55. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

70 : assertTrue(response.getBody().containsKey(JSONConstants.LOOKUP));

56. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

70 : assertTrue(response.getBody().containsKey(JSONConstants.LOOKUP));

57. WARNING: DiscouragedReference

Discouraged access: The field LOOKUP from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

70 : assertTrue(response.getBody().containsKey(JSONConstants.LOOKUP));

58. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

73 : } catch (DisconnectedException e) {

59. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestLookupTest.java :

75 : } catch (TimeoutException e) {

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestSuspendTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

13 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

14 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

15 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

5. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

20 : public void testSuspendWithNoContexts() throws DisconnectedException, TimeoutException {

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

20 : public void testSuspendWithNoContexts() throws DisconnectedException, TimeoutException {

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

21 : Request request = new Request("suspend"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

21 : Request request = new Request("suspend"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

21 : Request request = new Request("suspend"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

22 : debugSession.sendRequest(request);

11. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

12. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

13. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

14. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestSuspendTest.java :

24 : assertTrue(response.isSuccess());

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type RhinoDebuggerImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

22 : import org.eclipse.wst.jsdt.debug.internal.rhino.debugger.RhinoDebuggerImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

23 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DebugSession;

3. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

24 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

4. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

25 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.EventPacket;

5. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

26 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

27 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.PipedTransportService;

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

28 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

8. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

29 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

9. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

30 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

10. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

31 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService;

11. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

79 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

12. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

79 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

13. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

80 : if (event.getEvent().equals(JSONConstants.BREAK)) {

14. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

80 : if (event.getEvent().equals(JSONConstants.BREAK)) {

15. WARNING: DiscouragedReference

Discouraged access: The field BREAK from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

80 : if (event.getEvent().equals(JSONConstants.BREAK)) {

16. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

81 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

17. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

81 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

18. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

81 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

19. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

82 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

20. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

82 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

21. WARNING: DiscouragedReference

Discouraged access: The field CONTEXT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

82 : Number contextId = (Number) event.getBody().get(JSONConstants.CONTEXT_ID);

22. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

83 : Request request = new Request(JSONConstants.FRAMES);

23. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

83 : Request request = new Request(JSONConstants.FRAMES);

24. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

83 : Request request = new Request(JSONConstants.FRAMES);

25. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

83 : Request request = new Request(JSONConstants.FRAMES);

26. WARNING: DiscouragedReference

Discouraged access: The field FRAMES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

83 : Request request = new Request(JSONConstants.FRAMES);

27. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

84 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

28. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

84 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

29. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

84 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

30. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

86 : debugSession.sendRequest(request);

31. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

87 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

32. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

87 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

33. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

87 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

34. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

88 : assertTrue(testName()+": the request for frames from thread ["+threadId.intValue()+"] was not successful", response.isSuccess()); //$NON-NLS-1$ //$NON-NLS-2$

35. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

89 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

36. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

89 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

37. WARNING: DiscouragedReference

Discouraged access: The field FRAMES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

89 : Collection frames = (Collection) response.getBody().get(JSONConstants.FRAMES);

38. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

92 : request = new Request(JSONConstants.FRAME);

39. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

92 : request = new Request(JSONConstants.FRAME);

40. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

92 : request = new Request(JSONConstants.FRAME);

41. WARNING: DiscouragedReference

Discouraged access: The field FRAME from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

92 : request = new Request(JSONConstants.FRAME);

42. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

93 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

43. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

93 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

44. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

93 : request.getArguments().put(JSONConstants.THREAD_ID, threadId);

45. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

94 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

46. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

94 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

47. WARNING: DiscouragedReference

Discouraged access: The field CONTEXT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

94 : request.getArguments().put(JSONConstants.CONTEXT_ID, contextId);

48. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

95 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

49. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

95 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

50. WARNING: DiscouragedReference

Discouraged access: The field FRAME_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

95 : request.getArguments().put(JSONConstants.FRAME_ID, frameId);

51. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

96 : debugSession.sendRequest(request);

52. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

97 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

53. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

97 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

54. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

98 : assertTrue(testName()+": the request for frame ["+frameId.intValue()+"] frmo thread ["+threadId.intValue()+"] was not successful", response.isSuccess()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

55. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

100 : } catch (DisconnectedException e) {

56. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

102 : } catch (TimeoutException e) {

57. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

127 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

58. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

127 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

59. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

128 : if (event.getEvent().equals(JSONConstants.BREAK)) {

60. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

128 : if (event.getEvent().equals(JSONConstants.BREAK)) {

61. WARNING: DiscouragedReference

Discouraged access: The field BREAK from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

128 : if (event.getEvent().equals(JSONConstants.BREAK)) {

62. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

129 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

63. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

129 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

64. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

129 : Number threadId = (Number) event.getBody().get(JSONConstants.THREAD_ID);

65. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

130 : Request request = new Request(JSONConstants.THREADS);

66. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

130 : Request request = new Request(JSONConstants.THREADS);

67. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

130 : Request request = new Request(JSONConstants.THREADS);

68. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

130 : Request request = new Request(JSONConstants.THREADS);

69. WARNING: DiscouragedReference

Discouraged access: The field THREADS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

130 : Request request = new Request(JSONConstants.THREADS);

70. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

132 : debugSession.sendRequest(request);

71. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

133 : Response response = debugSession.receiveResponse(request.getSequence(), 10000);

72. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

133 : Response response = debugSession.receiveResponse(request.getSequence(), 10000);

73. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

133 : Response response = debugSession.receiveResponse(request.getSequence(), 10000);

74. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

134 : assertTrue(response.isSuccess());

75. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

135 : List threads = (List) response.getBody().get(JSONConstants.THREADS);

76. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

135 : List threads = (List) response.getBody().get(JSONConstants.THREADS);

77. WARNING: DiscouragedReference

Discouraged access: The field THREADS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

135 : List threads = (List) response.getBody().get(JSONConstants.THREADS);

78. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

138 : } catch (DisconnectedException e) {

79. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

140 : } catch (TimeoutException e) {

80. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

164 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

81. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

164 : public boolean handleEvent(DebugSession debugSession, EventPacket event) {

82. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

165 : if (event.getEvent().equals(JSONConstants.SCRIPT)) {

83. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

165 : if (event.getEvent().equals(JSONConstants.SCRIPT)) {

84. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

165 : if (event.getEvent().equals(JSONConstants.SCRIPT)) {

85. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

166 : Number scriptId = (Number) event.getBody().get(JSONConstants.SCRIPT_ID);

86. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

166 : Number scriptId = (Number) event.getBody().get(JSONConstants.SCRIPT_ID);

87. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

166 : Number scriptId = (Number) event.getBody().get(JSONConstants.SCRIPT_ID);

88. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

167 : Request request = new Request(JSONConstants.SCRIPT);

89. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

167 : Request request = new Request(JSONConstants.SCRIPT);

90. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

167 : Request request = new Request(JSONConstants.SCRIPT);

91. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

167 : Request request = new Request(JSONConstants.SCRIPT);

92. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

167 : Request request = new Request(JSONConstants.SCRIPT);

93. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

168 : request.getArguments().put(JSONConstants.SCRIPT_ID, scriptId);

94. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

168 : request.getArguments().put(JSONConstants.SCRIPT_ID, scriptId);

95. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

168 : request.getArguments().put(JSONConstants.SCRIPT_ID, scriptId);

96. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

170 : debugSession.sendRequest(request);

97. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

171 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

98. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

171 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

99. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

171 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

100. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestTest.java :

172 : assertTrue(response.isSuccess());

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/RequestVersionTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

13 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

14 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

15 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

5. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

20 : public void testVersion() throws DisconnectedException, TimeoutException {

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

20 : public void testVersion() throws DisconnectedException, TimeoutException {

7. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

21 : Request request = new Request("version"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

21 : Request request = new Request("version"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

21 : Request request = new Request("version"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

22 : debugSession.sendRequest(request);

11. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

12. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

13. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

23 : Response response = debugSession.receiveResponse(request.getSequence(), 30000);

14. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

24 : assertTrue(response.getBody().containsKey("javascript.version")); //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

25 : assertTrue(response.getBody().containsKey("ecmascript.version")); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

26 : assertTrue(response.getBody().containsKey("javascript.vm.vendor")); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

27 : assertTrue(response.getBody().containsKey("javascript.vm.name")); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

RequestVersionTest.java :

28 : assertTrue(response.getBody().containsKey("javascript.vm.version")); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/ScriptRequestTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

21 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

38 : Request request = new Request(JSONConstants.SCRIPTS);

5. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

38 : Request request = new Request(JSONConstants.SCRIPTS);

6. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

38 : Request request = new Request(JSONConstants.SCRIPTS);

7. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

38 : Request request = new Request(JSONConstants.SCRIPTS);

8. WARNING: DiscouragedReference

Discouraged access: The field SCRIPTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

38 : Request request = new Request(JSONConstants.SCRIPTS);

9. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

39 : debugSession.sendRequest(request);

10. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

40 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

11. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

40 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

12. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

40 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

13. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

41 : assertTrue(response.isSuccess());

14. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

42 : Collection scripts = (Collection) response.getBody().get(JSONConstants.SCRIPTS);

15. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

42 : Collection scripts = (Collection) response.getBody().get(JSONConstants.SCRIPTS);

16. WARNING: DiscouragedReference

Discouraged access: The field SCRIPTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

42 : Collection scripts = (Collection) response.getBody().get(JSONConstants.SCRIPTS);

17. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

64 : Request request = new Request(JSONConstants.SCRIPTS);

18. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

64 : Request request = new Request(JSONConstants.SCRIPTS);

19. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

64 : Request request = new Request(JSONConstants.SCRIPTS);

20. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

64 : Request request = new Request(JSONConstants.SCRIPTS);

21. WARNING: DiscouragedReference

Discouraged access: The field SCRIPTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

64 : Request request = new Request(JSONConstants.SCRIPTS);

22. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

65 : debugSession.sendRequest(request);

23. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

66 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

24. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

66 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

25. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

66 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

26. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

67 : assertTrue(response.isSuccess());

27. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

68 : List scripts = (List) response.getBody().get(JSONConstants.SCRIPTS);

28. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

68 : List scripts = (List) response.getBody().get(JSONConstants.SCRIPTS);

29. WARNING: DiscouragedReference

Discouraged access: The field SCRIPTS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

68 : List scripts = (List) response.getBody().get(JSONConstants.SCRIPTS);

30. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

72 : request = new Request("script"); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

72 : request = new Request("script"); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

73 : request.getArguments().put("scriptId", scripts.get(0)); //$NON-NLS-1$

33. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

74 : debugSession.sendRequest(request);

34. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

75 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

35. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

75 : response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

36. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

76 : assertTrue(response.isSuccess());

37. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

77 : Map result = (Map) response.getBody().get(JSONConstants.SCRIPT);

38. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

77 : Map result = (Map) response.getBody().get(JSONConstants.SCRIPT);

39. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

77 : Map result = (Map) response.getBody().get(JSONConstants.SCRIPT);

40. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

78 : assertEquals(script, result.get(JSONConstants.SOURCE));

41. WARNING: DiscouragedReference

Discouraged access: The field SOURCE from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

78 : assertEquals(script, result.get(JSONConstants.SOURCE));

42. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

79 : List lineNumbers = (List) result.get(JSONConstants.LINES);

43. WARNING: DiscouragedReference

Discouraged access: The field LINES from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

79 : List lineNumbers = (List) result.get(JSONConstants.LINES);

44. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

90 : List functionNames = (List) result.get(JSONConstants.FUNCTIONS);

45. WARNING: DiscouragedReference

Discouraged access: The field FUNCTIONS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ScriptRequestTests.java :

90 : List functionNames = (List) result.get(JSONConstants.FUNCTIONS);

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/TestEventHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DebugSession;

2. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.DisconnectedException;

3. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

21 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.EventPacket;

4. WARNING: DiscouragedReference

Discouraged access: The type JSONUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

22 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

23 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

6. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

24 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TimeoutException;

7. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

38 : boolean handleEvent(DebugSession debugSession, EventPacket event);

8. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

38 : boolean handleEvent(DebugSession debugSession, EventPacket event);

9. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

64 : private DebugSession debugSession;

10. WARNING: DiscouragedReference

Discouraged access: The type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

82 : public TestEventHandler(DebugSession debugSession, String testname) {

11. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

119 : public synchronized void setExpectedEvents(EventPacket[] events) {

12. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

134 : EventPacket event = debugSession.receiveEvent(VirtualMachine.DEFAULT_TIMEOUT);

13. WARNING: DiscouragedReference

Discouraged access: The method receiveEvent(int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

134 : EventPacket event = debugSession.receiveEvent(VirtualMachine.DEFAULT_TIMEOUT);

14. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

136 : } catch (TimeoutException e) {

15. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

138 : } catch (DisconnectedException e) {

16. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

167 : private synchronized void handleEvent(EventPacket event) {

17. WARNING: DiscouragedReference

Discouraged access: The type JSONUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

170 : estring = JSONUtil.write(event.toJSON());

18. WARNING: DiscouragedReference

Discouraged access: The method write(Object) from the type JSONUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

170 : estring = JSONUtil.write(event.toJSON());

19. WARNING: DiscouragedReference

Discouraged access: The method toJSON() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

170 : estring = JSONUtil.write(event.toJSON());

20. WARNING: DiscouragedReference

Discouraged access: The method getEvent() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

189 : if (!event.getEvent().equals("thread")) { //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

201 : protected void sendContinue(EventPacket event, String step) {

22. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

202 : Number threadId = (Number) event.getBody().get("threadId"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

204 : Request request = new Request("continue"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

204 : Request request = new Request("continue"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

204 : Request request = new Request("continue"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

205 : request.getArguments().put("threadId", threadId); //$NON-NLS-1$

27. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

206 : request.getArguments().put("step", step); //$NON-NLS-1$

28. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

208 : debugSession.sendRequest(request);

29. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

209 : debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

30. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

209 : debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

31. WARNING: DiscouragedReference

Discouraged access: The type DisconnectedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

210 : } catch (DisconnectedException e) {

32. WARNING: DiscouragedReference

Discouraged access: The type TimeoutException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

213 : } catch (TimeoutException e) {

33. WARNING: DiscouragedReference

Discouraged access: The type EventPacket is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

252 : public synchronized void waitForEvents(EventPacket[] events) {

34. WARNING: DiscouragedReference

Discouraged access: The type JSONUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

267 : System.out.println(this.testname + " missed expected event: " + JSONUtil.write(this.expectedEvents.get(i))); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The method write(Object) from the type JSONUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TestEventHandler.java :

267 : System.out.println(this.testname + " missed expected event: " + JSONUtil.write(this.expectedEvents.get(i))); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/ThreadRequestTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.JSONConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

17 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Request;

3. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

18 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Response;

4. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

32 : Request request = new Request(JSONConstants.THREADS);

5. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

32 : Request request = new Request(JSONConstants.THREADS);

6. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

32 : Request request = new Request(JSONConstants.THREADS);

7. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

32 : Request request = new Request(JSONConstants.THREADS);

8. WARNING: DiscouragedReference

Discouraged access: The field THREADS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

32 : Request request = new Request(JSONConstants.THREADS);

9. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

33 : debugSession.sendRequest(request);

10. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

34 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

11. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

34 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

12. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

34 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

13. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

35 : assertTrue(response.isSuccess());

14. WARNING: DiscouragedReference

Discouraged access: The method getBody() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

36 : Collection threads = (Collection) response.getBody().get(JSONConstants.THREADS);

15. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

36 : Collection threads = (Collection) response.getBody().get(JSONConstants.THREADS);

16. WARNING: DiscouragedReference

Discouraged access: The field THREADS from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

36 : Collection threads = (Collection) response.getBody().get(JSONConstants.THREADS);

17. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

46 : Request request = new Request("context"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The constructor Request(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

46 : Request request = new Request("context"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

Discouraged access: The type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

46 : Request request = new Request("context"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The method getArguments() from the type Request is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

47 : request.getArguments().put(JSONConstants.THREAD_ID, new Integer("9999")); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

47 : request.getArguments().put(JSONConstants.THREAD_ID, new Integer("9999")); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The field THREAD_ID from the type JSONConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

47 : request.getArguments().put(JSONConstants.THREAD_ID, new Integer("9999")); //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The method sendRequest(Request) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

48 : debugSession.sendRequest(request);

24. WARNING: DiscouragedReference

Discouraged access: The type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

49 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

25. WARNING: DiscouragedReference

Discouraged access: The method receiveResponse(int, int) from the type DebugSession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

49 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

26. WARNING: DiscouragedReference

Discouraged access: The method getSequence() from the type Packet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

49 : Response response = debugSession.receiveResponse(request.getSequence(), VirtualMachine.DEFAULT_TIMEOUT);

27. WARNING: DiscouragedReference

Discouraged access: The method isSuccess() from the type Response is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

ThreadRequestTests.java :

50 : assertFalse(response.isSuccess());

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/TransportTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

16 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.Connection;

2. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

17 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.PipedTransportService;

3. WARNING: DiscouragedReference

Discouraged access: The type SocketTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

18 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.SocketTransportService;

4. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

19 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService;

5. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

20 : import org.eclipse.wst.jsdt.debug.internal.rhino.transport.TransportService.ListenerKey;

6. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

34 : TransportService service = new SocketTransportService();

7. WARNING: DiscouragedReference

Discouraged access: The constructor SocketTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

34 : TransportService service = new SocketTransportService();

8. WARNING: DiscouragedReference

Discouraged access: The type SocketTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

34 : TransportService service = new SocketTransportService();

9. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

35 : ListenerKey key = service.startListening(SocketUtil.findFreePortString());

10. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

35 : ListenerKey key = service.startListening(SocketUtil.findFreePortString());

11. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

37 : service.stopListening(key);

12. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

46 : final TransportService service = new SocketTransportService();

13. WARNING: DiscouragedReference

Discouraged access: The constructor SocketTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

46 : final TransportService service = new SocketTransportService();

14. WARNING: DiscouragedReference

Discouraged access: The type SocketTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

46 : final TransportService service = new SocketTransportService();

15. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

49 : final ListenerKey key = service.startListening(port);

16. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

49 : final ListenerKey key = service.startListening(port);

17. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

53 : Connection c = null;

18. WARNING: DiscouragedReference

Discouraged access: The method accept(TransportService.ListenerKey, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

55 : c = service.accept(key, 5000, 5000);

19. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

57 : c.close();

20. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

65 : Connection c = service.attach(port, 5000, 5000);

21. WARNING: DiscouragedReference

Discouraged access: The method attach(String, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

65 : Connection c = service.attach(port, 5000, 5000);

22. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

67 : c.close();

23. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

69 : service.stopListening(key);

24. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

77 : TransportService service = new PipedTransportService();

25. WARNING: DiscouragedReference

Discouraged access: The constructor PipedTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

77 : TransportService service = new PipedTransportService();

26. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

77 : TransportService service = new PipedTransportService();

27. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

78 : ListenerKey key = service.startListening(SocketUtil.findFreePortString());

28. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

78 : ListenerKey key = service.startListening(SocketUtil.findFreePortString());

29. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

80 : service.stopListening(key);

30. WARNING: DiscouragedReference

Discouraged access: The type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

88 : final TransportService service = new PipedTransportService();

31. WARNING: DiscouragedReference

Discouraged access: The constructor PipedTransportService() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

88 : final TransportService service = new PipedTransportService();

32. WARNING: DiscouragedReference

Discouraged access: The type PipedTransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

88 : final TransportService service = new PipedTransportService();

33. WARNING: DiscouragedReference

Discouraged access: The type TransportService.ListenerKey is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

91 : final ListenerKey key = service.startListening(port);

34. WARNING: DiscouragedReference

Discouraged access: The method startListening(String) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

91 : final ListenerKey key = service.startListening(port);

35. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

95 : Connection c = null;

36. WARNING: DiscouragedReference

Discouraged access: The method accept(TransportService.ListenerKey, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

97 : c = service.accept(key, 5000, 5000);

37. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

99 : c.close();

38. WARNING: DiscouragedReference

Discouraged access: The type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

107 : Connection c = service.attach(port, 5000, 5000);

39. WARNING: DiscouragedReference

Discouraged access: The method attach(String, long, long) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

107 : Connection c = service.attach(port, 5000, 5000);

40. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Connection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

109 : c.close();

41. WARNING: DiscouragedReference

Discouraged access: The method stopListening(TransportService.ListenerKey) from the type TransportService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.debug.rhino.debugger/@dot

TransportTest.java :

111 : service.stopListening(key);

Source File: org/eclipse/wst/jsdt/debug/rhino/tests/Util.java
1. WARNING: UnusedImport

The import java.io.FileNotFoundException is never used

Util.java :

15 : import java.io.FileNotFoundException;