Status/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Devin Holloway / Devin Holloway (Devin Holloway)
Created: 03/23/2009
Components: Language, CF Component
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 14
Problem:
Configure access type of implicit getters/setters.
Currently, implicit getters/setters can be public or none at all. There's no way to restrict them to the private, package, or remote access levels.
The current work-around is to define the getter/setter explicitly.
A proposed solution would be to add additional values to the @getter/@setter attribute, in addition to the current true/false values.
@setter false (no setter: read-only)
@setter public (default - same as 'true')
@setter package
@setter private
@setter remote
Another solution would be to keep the @setter/@getter attributes as they are, but introduce a new attribute to define the access level:
@setter true
@setterAccess package
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037981
External Customer Info:
External Company:
External Customer Name: Devin Holloway
External Customer Email: 5E060FD6422E831A992015D5
External Test Config: 03/23/2009
Attachments:
Comments: