The method
addInnerClass(String fullInnerClassName, String innerClassName, Class
superClass)
is wrong. It is
return addInnerClass(innerClassName, superClass.getName())
but it should be
return addInnerClass(fullInnerClassName, innerClassName,
superClass.getName())
Unfortunatly, this compiles and swaps the arguments.
Thanks for the great tool.
Nobody/Anonymous
None
None
Public
|
Date: 2008-11-10 02:20 This Tracker item was closed automatically by the system. It was |
|
Date: 2008-10-26 21:56 Fixed in svn repository. |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Pending | 2008-11-10 02:20 | sf-robot |
| close_date | 2008-10-26 21:56 | 2008-11-10 02:20 | sf-robot |
| status_id | Open | 2008-10-26 21:56 | broneill |
| close_date | - | 2008-10-26 21:56 | broneill |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use