You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/08/20 12:46:45 UTC

[jira] [Created] (BCEL-250) InstructionConstants are mutable

Sebb created BCEL-250:
-------------------------

             Summary: InstructionConstants are mutable
                 Key: BCEL-250
                 URL: https://issues.apache.org/jira/browse/BCEL-250
             Project: Commons BCEL
          Issue Type: Bug
            Reporter: Sebb


The InstructionConstants fields are all final.

However unfortunately the objects themselves are mutable, because the Instruction class is mutable.

This means that it is quite easy to corrupt the fields accidentally or deliberately.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)