Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When manipulating constructors, the process does not keep the variables names. They should be copied as for methods.
In practice, that means that local variables of the var 0 and for all constructors needs to be written in the bytecode of the constructor. Original names are retrieved by the class checker.