Re: [PATCH] Bug in getType(Class)
"Juozas Baliuka" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <010001c20cd5$6285abd0$0111010a@user> |
sorry, bug in bug fixing :)
must be :
...............
if (cl.isArray())
return new ArrayType(getType(cl.getComponentType()),
cl.getName().lastIndexOf('[') + 1);
.............
> Hi,
> This is fix for bug in array type handling.
>
----------------------------------------------------------------------------
----
> --
> To unsubscribe, e-mail: <mailto:[email protected]>
> For additional commands, e-mail: <mailto:[email protected]>
--
To unsubscribe, e-mail: <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>
Type.java
(application/octet-stream, 9.7 KB) - not displayed
diff
(application/octet-stream, 620 B) - not displayed