Bug 225952 - StackOverflowError in FieldBinding.constant(..)
Summary: StackOverflowError in FieldBinding.constant(..)
Status: VERIFIED DUPLICATE of bug 219855
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 08:08 EDT by Markus Keller CLA
Modified: 2008-04-16 08:13 EDT (History)
1 user (show)

See Also:


Attachments
A.java (275 bytes, text/plain)
2008-04-07 08:08 EDT, Markus Keller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2008-04-07 08:08:38 EDT
Created attachment 95044 [details]
A.java

I20080401-0851

I opened 
/org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testAnnotation0/in/A.java
in a Java Editor (CU *not* on classpath).


Exception in thread "org.eclipse.jdt.internal.ui.text.JavaReconciler" java.lang.StackOverflowError
        at org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.resolve(FieldDeclaration.java)
        at org.eclipse.jdt.internal.compiler.lookup.FieldBinding.constant(FieldBinding.java:195)
        at org.eclipse.jdt.internal.compiler.lookup.FieldBinding.constant(FieldBinding.java:198)
        at org.eclipse.jdt.internal.compiler.lookup.FieldBinding.constant(FieldBinding.java:198)
        at org.eclipse.jdt.internal.compiler.lookup.FieldBinding.constant(FieldBinding.java:198)
Comment 1 Philipe Mulet CLA 2008-04-07 09:06:45 EDT
Kent - I think you have a change for this at hand.

Pls save a patch, we likely should backport the fix to older streams.
Comment 2 Kent Johnson CLA 2008-04-08 14:11:56 EDT

*** This bug has been marked as a duplicate of bug 219855 ***
Comment 3 Markus Keller CLA 2008-04-16 08:13:50 EDT
Verified scenario from comment 0 in I20080415-1646.