Donate Share

Cojen - Java bytecode generator

Tracker: Bugs

5 ClassFile#addInnerClass - ID: 1832729
Last Update: Settings changed ( sf-robot )

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.


Ralf Wiebicke ( rw7 ) - 2007-11-15 20:10

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2008-11-10 02:20
Sender: sf-robotSourceForge.net Site Admin

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).


Date: 2008-10-26 21:56
Sender: broneillSourceForge.net DonorProject Admin

Fixed in svn repository.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

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