HomeSort by relevance Sort by last modified time
    Searched refs:catchMethod (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventWithExceptionDebuggee.java 35 public int catchMethod() {
67 catchMethod();
70 catchMethod();
SingleStepWithPendingExceptionDebuggee.java 37 public void catchMethod() {
38 System.out.println("SingleStepWithPendingExceptionDebuggee.catchMethod()");
59 // Executes catchMethod once to let the test know the location of the catch handler.
60 catchMethod();
62 // Executes catchMethod another time for the single-step test this time.
63 catchMethod();

Completed in 218 milliseconds