[
https://issues.apache.org/jira/browse/JSEC-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665867#action_12665867
]
Emmanuel Lecharny commented on JSEC-8:
--------------------------------------
I share Les and Jeremy concern about protected fields. I would rather keep all
the field private as a default, and protected only when necessary, assuming we
can't extend the class (ie, its is package protected).
> Change instance variables from private to protected
> ---------------------------------------------------
>
> Key: JSEC-8
> URL: https://issues.apache.org/jira/browse/JSEC-8
> Project: JSecurity
> Issue Type: Improvement
> Components: Specification API
> Reporter: Alan Cabrera
> Assignee: Les Hazlewood
> Fix For: 1.0
>
>
> Currently most instance variables are private, which limits options when the
> classes are extended. We are standardizing on protected from now on, but the
> existing classes should be updated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.