On Tue, 2008-04-15 at 23:28 +0200, Sebastian Mancke wrote: > Hi, > > attached is a fix for the method Class.getSimpleName(), together with a > small testcase. The old implementation failed on usual class names, as > well as on inner classes. > > Please comment/commit.
This reminds me of this patch: http://www.mail-archive.com/classpath-patches@gnu.org/msg10378.html And I think your changes will break it (but I haven't tested). - twisti