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 )
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;
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;
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;
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;
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;
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;
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);
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);
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);
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);
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);
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$
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$
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$
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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$
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$
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$
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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)));
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)));
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));
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));
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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;
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;
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;
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;
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) {
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() {
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);
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() {
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;
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);
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);
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);
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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 {
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();
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();
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();
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$
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$
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;
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;
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);
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);
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);
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$
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$
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$
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) {
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();
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$
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$
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);
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);
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);
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);
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);
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$
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();
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);
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 {
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 {
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();
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();
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();
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$
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$
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;
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;
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);
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);
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);
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);
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);
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()));
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()));
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()));
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()));
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()));
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) {
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) {
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();
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$
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$
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);
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);
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);
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$
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$
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$
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);
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);
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);
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);
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$
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());
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());
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();
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);
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();
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();
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();
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$
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$
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;
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;
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);
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);
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);
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$
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$
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$
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) {
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();
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$
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$
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();
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();
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);
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;
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;
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$
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;
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;
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;
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;
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;
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;
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;
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) {
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) {
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)) {
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)) {
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)) {
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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$
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$
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$
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);
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);
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);
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());
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));
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));
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));
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) {
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) {
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;
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;
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;
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;
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 {
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 {
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$
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$
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$
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);
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);
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);
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);
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());
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;
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;
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;
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;
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 {
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 {
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$
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$
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$
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);
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);
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);
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);
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());
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;
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;
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;
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;
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 {
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 {
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$
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$
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$
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);
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);
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);
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);
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());
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;
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;
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;
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;
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;
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;
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;
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) {
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) {
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)) {
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)) {
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)) {
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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));
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));
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));
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);
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);
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);
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());
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));
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));
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));
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) {
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) {
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;
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;
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;
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;
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 {
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 {
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$
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$
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$
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);
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);
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);
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);
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());
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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) {
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) {
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)) {
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)) {
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)) {
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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$
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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$
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) {
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) {
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) {
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) {
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)) {
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)) {
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)) {
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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) {
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) {
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) {
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) {
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)) {
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)) {
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)) {
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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;
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;
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;
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;
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 {
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 {
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$
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$
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$
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);
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);
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);
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);
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$
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$
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$
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$
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$
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;
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;
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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$
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$
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$
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);
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);
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);
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());
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);
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);
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);
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));
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));
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);
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);
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);
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);
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;
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;
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;
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;
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;
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;
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);
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);
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;
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) {
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) {
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);
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);
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) {
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) {
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) {
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());
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());
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());
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$
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) {
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$
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$
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$
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$
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$
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$
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);
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);
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);
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) {
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) {
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) {
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$
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$
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;
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;
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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());
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);
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);
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);
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$
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$
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$
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$
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$
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$
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);
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);
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);
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);
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());
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;
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;
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;
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;
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;
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();
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();
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();
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());
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());
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);
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();
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();
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();
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);
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);
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;
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);
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();
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);
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);
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();
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);
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();
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();
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();
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());
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());
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);
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();
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();
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();
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);
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);
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;
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);
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();
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);
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);
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();
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);
The import java.io.FileNotFoundException is never used
Util.java :
15 : import java.io.FileNotFoundException;