Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Operation only supported in JLS8 and later when using AddUnimplementedMethodsOperation on Java 1.4 code

Hi Dimitar

It looks like a bug in JDT Core. We are currently investigating the problem and will let you know,

Dani



From:        "Giormov, Dimitar" <dimitar.giormov@xxxxxxx>
To:        "jdt-core-dev@xxxxxxxxxxx" <jdt-core-dev@xxxxxxxxxxx>
Date:        22.05.2014 21:13
Subject:        [jdt-core-dev] Operation only supported in JLS8 and later when using AddUnimplementedMethodsOperation on Java 1.4 code
Sent by:        jdt-core-dev-bounces@xxxxxxxxxxx




Hi guys,

can you help me with the following problem:
During the Java EE smoke tests, I have stumbled upon a strange behavior, when I try to create XDoclet Enterprise Bean I got the UnsupportedOperationException Operation only supported in JLS8 and later.
Looking at the code for me it looks like that this is happening during AddUnimplementedMethodsOperation, when calling ImportReferencesCollector, which calls annotations() method, which throws the exception (see the exception in the bug). Once again we are working with Java 1.4 level of compliance for these projects.

Is this a bug, or should we adopt or change something?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=435540

thanks,
Dimitar_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev


Back to the top