Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0
-
None
-
None
-
Ubuntu Edgy Linux
Eclipse 3.2.1
Description
Editing certain .groovy classes using the eclipse plugin causes uses 100% cpu
org/test/A.groovy is a class A in package org.test that extends org.test.B
org/test/B.groovy is a class B in package org.test that extends org.test.C
org/test/C.groovy is a class C that imports and uses a class that isn't on the classpath (unknown.Thing)
Editing A or B cases 100% CPU usage
The interesting thing is that if I start eclipse, then create this system, there is no issue. Then, if I restart eclipse, then edit A or B the issue arises.