Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.2
-
Component/s: None
-
Labels:None
-
Environment:Mac OS X 10.4.11 (8S2167)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
-
Testcase included:yes
-
Number of attachments :
Description
Referencing a classname qualified static property within a static method of the qualified class itself should access the field directly-at least within the property's own getter and setter-to prevent infinite recursion.
Trying the description again, this time without catching JIRA's "deleted" Wiki formatting:
Referencing a classname qualified static property within a static method of the qualified class itself should access the field directly, at least within the property's own getter and setter, to prevent infinite recursion.