Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Internal compiler error with EObjectAdapterProvider
Internal compiler error with EObjectAdapterProvider [message #1696141] Fri, 22 May 2015 10:53 Go to next message
Christoph Keimel is currently offline Christoph KeimelFriend
Messages: 482
Registered: December 2010
Location: Germany
Senior Member
After my last pull of org.eclipse.efxclipse master I get this error on compilation:

Internal compiler error: java.lang.IllegalStateException: TypeBinding#clone() should have been overridden at org.eclipse.jdt.internal.compiler.lookup.TypeBinding.clone(TypeBinding.java:229) EObjectAdapterProvider.java /org.eclipse.fx.ui.workbench.base/src/org/eclipse/fx/ui/workbench/base/internal

This was introduced with a change in commit 8493d98 (meaning I have no problems if I go to a commit before that).

I am using Eclipse Standard/SDK
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
Re: Internal compiler error with EObjectAdapterProvider [message #1696147 is a reply to message #1696141] Fri, 22 May 2015 11:45 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I don't have any compiler error with the Mars ecj - the error looks like
a bug in ECJ or am I missing something?

Can you try the following:
* Open GenericObject.GenericAttribute<T>
and change
public <R extends T> @Nullable R getValue();
to
public T getValue();

* Adjust the code in EObjectAdapterProvider

Tom

On 22.05.15 12:53, Christoph Keimel wrote:
> After my last pull of org.eclipse.efxclipse master I get this error on
> compilation:
>
> Internal compiler error: java.lang.IllegalStateException:
> TypeBinding#clone() should have been overridden at
> org.eclipse.jdt.internal.compiler.lookup.TypeBinding.clone(TypeBinding.java:229)
> EObjectAdapterProvider.java
> /org.eclipse.fx.ui.workbench.base/src/org/eclipse/fx/ui/workbench/base/internal
>
>
> This was introduced with a change in commit 8493d98 (meaning I have no
> problems if I go to a commit before that).
>
> I am using Eclipse Standard/SDK
> Version: Luna Service Release 2 (4.4.2)
> Build id: 20150219-0600
Re: Internal compiler error with EObjectAdapterProvider [message #1696154 is a reply to message #1696147] Fri, 22 May 2015 12:16 Go to previous message
Christoph Keimel is currently offline Christoph KeimelFriend
Messages: 482
Registered: December 2010
Location: Germany
Senior Member
Ok. Time to move to mars anyway Smile
Previous Topic:Proposal: TaskProgressDialog & ServiceDialog
Next Topic:MDirectMenuItem from DynamicMenuContribution
Goto Forum:
  


Current Time: Sat Jan 25 10:22:57 GMT 2025

Powered by FUDForum. Page generated in 0.03196 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top