groovy

Qualified static property reference from static method of qualified class causes infinate recursion

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor 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 :
    1

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.

Activity

Hide
Ian Brandt added a comment -

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.

Show
Ian Brandt added a comment - 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.
Hide
Paul King added a comment -

Can you try again with HEAD?

Show
Paul King added a comment - Can you try again with HEAD?
Hide
Paul King added a comment -

I believe this is fixed.

Show
Paul King added a comment - I believe this is fixed.
Hide
Paul King added a comment -

close off release 1.5.4

Show
Paul King added a comment - close off release 1.5.4

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: