classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem in Class.java


From: John Leuner
Subject: Re: Problem in Class.java
Date: Thu, 26 Apr 2001 01:11:13 +0000
User-agent: Mutt/1.3.15i

> Very good catch.  Definitely needs a test, too. The only thing it'll work
> for right now is nested arrays.
> 
> I think it would be a lot easier (and more efficient) to parse in
> Class.java.  How's this?
> 
> (Source:
> http://java.sun.com/products/jdk/1.1/docs/guide/jni/spec/types.doc.html#1643
> 2)
> 
> This is not even compiled but It Should Work (TM).

I don't mean to criticise, but writing code without compiling it is extremely 
error prone.
 
The following patch works with my JVM (and I've run some tests against the IBM 
JVM), I hope I haven't missed anything.

BTW, is this the correct way to generate and submit a patch?

John Leuner
-- 

Attachment: Class.java.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]