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/10 18:01:00 UTC

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

    [ https://issues.apache.org/jira/browse/BCEL-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16199090#comment-16199090 ] 

Gary Gregory commented on BCEL-296:
-----------------------------------

Patches welcome! :-)

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