History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceTagDebuggee.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/ClassType/NewInstanceTagDebuggee.java
7155f480730369fd86657146a4343551f1a0e0d0 05-Nov-2015 Sebastien Hertz <shertz@google.com> JDWP: test tag returned by ClassType.Newinstance

Tests ClassType.NewInstance returns the appropriate tag depending on
reference type.

Refactor NewInstanceStringTest to use the same infrastructure
(AbstractNewInstanceTestCase) to test constructors.

Bug: 25490662
Change-Id: I0906f1e8fac3ff6b8c50ff65c8ee6b6500ab0ba7
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/NewInstanceTagDebuggee.java