History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/BreakpointTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1833aa2673d4f975ad35e7a39317feeea922fe1 23-Feb-2017 Sebastien Hertz <shertz@google.com> Fix warnings of JDWP tests

This CL fixes general warning issues:
- Adds missing @Override annotations
- Adds parameterized types for generic classes (List, Iterator, ...)
- Removes unused imports
- Removes declared method exceptions which are not thrown
- Adds @SuppressWarning annotations in debuggee classes (like when a
symbol is not used in the code but is accessed through debugger)
- Makes inner classes static when possible

More specific issues (related to design, ...) will be addressed in
separate CLs.

Test: art/tools/run-jdwp-tests.sh --mode=host --variant=X64
Change-Id: I83709f5d76b2a8c9268cd11dd7884982d5d06f2d
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/BreakpointTest.java
e8c8e4aa631449e03043945cb4bbf1338d6b9894 24-Feb-2015 Sebastien Hertz <shertz@google.com> JDWP: check thread state on event suspension

Checks thread status is RUNNING and suspend status is
SUSPEND_STATUS_SUSPENDED when suspending on a thread event (single
step, breakpoint, ...)

Also stops using long type for breakpoint request ID: this is really
an int.

Bug: 19103406
Change-Id: I8640918514e421fc69b7e424aed7beffdb2d4e08
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/BreakpointTest.java
07000294344f21b49d9b4dd0b51627a5f812359a 24-Feb-2012 Elliott Hughes <enh@google.com> Don't set a breakpoint half way through an instruction.

Offset 1 made sense for Java bytecode, but not for dex.

Change-Id: Id18be9c5b3c79e7c2de17853e5e6b4f987053ec3
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/BreakpointTest.java
5f0a23683aa603d8c50b6dd071a565821b76067b 10-Dec-2011 Elliott Hughes <enh@google.com> Add harmony's jdwp tests.

Change-Id: I1c0e70cd9e07244fe422a4f77f3727b55ec28402
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/BreakpointTest.java