
|
If you were logged in you would be able to see more operations.
|
|
|
groovy
Created: 30/Dec/07 01:03 PM
Updated: 08/Feb/08 01:26 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.5.1
|
| Fix Version/s: |
1.5.2
|
|
|
File Attachments:
|
1.
StaticPropertiesTest.groovy (2 kb)
|
|
Environment:
|
Mac OS X 10.4.11 (8S2167)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
Mac OS X 10.4.11 (8S2167)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
|
|
|
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.
|
|
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. |
Show » |
|
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.