You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/10/13 23:49:00 UTC

[jira] [Resolved] (BCEL-296) Incorrect comment in several classes.

     [ 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)