Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0m1
-
Fix Version/s: 2.5.0Release
-
Component/s: Compiler Integration
-
Labels:None
-
Number of attachments :
Description
Accidentally typed this code:
class IntegrationTest extends IntegrationTest {
}
This caused Eclipse to go into an infinite loop of checking the super class. I'm not sure if this happened during compile or reconcile. However, it does not happen when using groovyc on the command line.
Issue Links
- is duplicated by
-
GRECLIPSE-915
When an inheritance cycle is created, mostly get stack overflow rather than error for issue
-
- is related to
-
GRECLIPSE-1116
Stack Overflow while reorganizing Groovy classes
-
Looks like it happened during reconcile and not during save since restarting my eclipse and the class has no extends clause (and hence was never saved).