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/19 23:50:46 UTC

[jira] [Commented] (BCEL-242) Remove Serializable

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

Sebb commented on BCEL-242:
---------------------------

URL: http://svn.apache.org/r1696676
Log:
BCEL-242 Remove Serializable

Modified:
    commons/proper/bcel/trunk/src/changes/changes.xml


> Remove Serializable
> -------------------
>
>                 Key: BCEL-242
>                 URL: https://issues.apache.org/jira/browse/BCEL-242
>             Project: Commons BCEL
>          Issue Type: Wish
>            Reporter: Charles Honton
>             Fix For: 6.0
>
>
> While we're in the midst of bringing BCEL up to date, can we remove the  unnecessary code.
> It is unlikely that any application needs to serialize BCEL state and the class that BCEL generates is already "serialized".  (And serializatoin is hard to get right)
> It is unlikely that opcodes or instructions need to be compared, so equals/hashCode is excess.
> Cloning is hard to get right and probably not necessary.



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