| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove repeated newlines at the end of files. | Carl Shapiro | 2010-06-08 | 1 | -1/+0 |
| | | | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f | ||||
| * | Correct some things in test 068. Add detail to a verification error message. | Andy McFadden | 2009-05-27 | 1 | -2/+2 |
| | | |||||
| * | Another fix for external bug 2711 (over-eager conflicting class rejection). | Andy McFadden | 2009-05-27 | 1 | -0/+27 |
| 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. | |||||
