ExtendedProperties - field include should be non-static and private
-------------------------------------------------------------------
Key: COLLECTIONS-214
URL: http://issues.apache.org/jira/browse/COLLECTIONS-214
Project: Commons Collections
Type: Bug
Versions: 3.2
Reporter: Sebb
The field "include" in ExtendedProperties is currently static and protected,
yet has instance get/set accessors.
Given that there are accessors, it seems unnecessary for the field to be
protected - it could be private.
The field should also surely be non-static - or the accessors should be made
static, if the field really is supposed to be shared among instances.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]