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

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

Mark Roberts created BCEL-296:
---------------------------------

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