Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.5.7, 1.6-beta-2
-
Fix Version/s: 1.6-rc-1, 1.7-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Run the attached script to see the bug in action. It seems getProperty() and DOMCategory.get() end up in an infinite loop. This is a serious problem for Gant since it means that you basically can't use categories in Gant scripts.
Issue Links
- relates to
-
GROOVY-3220
CLONE for 1.5.x -StackOverflowError with DOMCategory and missing property
-
I just tried the same example with org.codehaus.groovy.runtime.TimeCategory instead and that worked fine, so it looks like a problem with DOMCategory alone.