[
https://issues.apache.org/jira/browse/BCEL-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697753#comment-14697753
]
Mark Roberts edited comment on BCEL-233 at 8/14/15 9:18 PM:
------------------------------------------------------------
I need the ability to set the flags. For example, I used to be able to set
the ACC_PUBLIC flag. How is this supposed to be done now?
You say its not used - but you have no way of knowing what your clients are
doing. The basic tenet of BCEL must be the ability of a client to read and/or
write any piece of information that is in a class file.
was (Author: markro):
I need the ability to set the flags. For example, I used to be able to set
the ACC_PUBLIC flag. How is this supposed to be done now?
> The access_flags field in AccessFlags class should be final
> -----------------------------------------------------------
>
> Key: BCEL-233
> URL: https://issues.apache.org/jira/browse/BCEL-233
> Project: Commons BCEL
> Issue Type: Improvement
> Reporter: Sebb
> Fix For: 6.0
>
>
> The access_flags field in the AccessFlags class should be final.
> It is currently not set by any other classes outside their constructors.
> The public setters - e.g. isPrivate(boolean) - are not used and should be
> deleted. [Apart from that, their names are really confusing.]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)