[
https://issues.apache.org/jira/browse/BCEL-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved BCEL-296.
-------------------------------
Resolution: Fixed
Fix Version/s: 6.2
Patch applied, thank you! This closes #16.
> Incorrect comment in several classes.
> -------------------------------------
>
> Key: BCEL-296
> URL: https://issues.apache.org/jira/browse/BCEL-296
> Project: Commons BCEL
> Issue Type: Improvement
> Reporter: Mark Roberts
> Priority: Trivial
> Fix For: 6.2
>
>
> There are 70 odd classes in the generic directory that have empty
> constructors with the following comment:
> * Empty constructor needed for the Class.newInstance() statement in
> * Instruction.readInstruction(). Not to be used otherwise.
> Class.newInstance() is no longer called, the empty constructors are
> referenced directly. Perhaps the comment should just read:
> * Empty constructor needed Instruction.readInstruction().
> * Not to be used otherwise.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)