DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36512>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36512





------- Additional Comments From [EMAIL PROTECTED]  2005-09-07 11:44 -------
There is one problem with the patch: it does not allow any spaces near the
brackets. I think the method should be able to handle any Type production as
defined by the JLS (see
http://java.sun.com/docs/books/jls/third_edition/html/syntax.html#18.1). This
means that between any token (see the Type production in the grammar) there may
be whitespaces. While in a fully qualified class name this is not a problem
("java . lang . String" is perfectly valid, but the classloader can handle
this), around and in between the brackets must be handled by this method (eg. "
byte [ ] ").

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to