History log of /dalvik/tests/068-classloader/src-ex/GetDoubled.java
Revision Date Author Comments
7365493ad8d360c1dcf9cd8b6eee62747af01cae 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove repeated newlines at the end of files.

Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
72e93344b4d1ffc71e9c832ec23de0657e5b04a5 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
86c8643eca135fab0b8e21ba10244f3d6eb4bcf0 27-May-2009 Andy McFadden <fadden@android.com> Correct some things in test 068. Add detail to a verification error message.
e7b30940e1459c50b003edb3909eeeb919cab3d5 27-May-2009 Andy McFadden <fadden@android.com> Another fix for external bug 2711 (over-eager conflicting class rejection).

The validateSuperDescriptors() test also checks for conflicts with
interface classes, and wasn't doing that quite right. We need to compare
every method declared by an interface against the class' implementation
of it. Methods implemented by superclasses are now tested in the context
of the superclass, not the current class.

This is a one-word fix + comments and new/updated tests.