Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.1.0Release
-
Fix Version/s: 2.1.1Release
-
Component/s: Build and distribution
-
Labels:None
-
Environment:Win7/XP - Eclipse 3.6
-
Number of attachments :
Description
I accidentally created a class that extended itself, so obviously this is the simplest case of the above.
When Eclipse auto-builds the project, the compiler ends with a stack overflow error. The only problem that appeared in Eclipse was the stack overflow issue.
I've been trying to discover what was causing this, and finally on a different machine, the compiler was able to report the error 'class blah has an inheritance cycle. It cannot extend itself' (not an exact quote, as I don't have the error anymore, but it was something like that), so I was finally able to see the error.
Issue Links
- duplicates
-
GRECLIPSE-531
[compiler] Broken code causes infinite loop
-
This looks like
GRECLIPSE-531to me.