[
https://issues.jboss.org/browse/JBIDE-17261?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-17261:
----------------------------------------
[~dgolovin] did add some details about the compilation issues on PR 60:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile
(default-compile) on project org.jboss.tools.cdi.ui.test: Compilation failure: Compilation
failure:
[INFO] [ERROR]
/home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/testmodel/Method.java:[33]
[INFO] [ERROR] public class Method implements IMethod {
[INFO] [ERROR] ^^^^^^
[INFO] [ERROR] The type Method must implement the inherited abstract method
IMethod.isLambdaMethod()
[INFO] [ERROR]
/home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/testmodel/Type.java:[42]
[INFO] [ERROR] public class Type extends CDIElement implements IType {
[INFO] [ERROR] ^^^^
{code}
Prepare for API change in JDT
-----------------------------
Key: JBIDE-17261
URL:
https://issues.jboss.org/browse/JBIDE-17261
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi, testing-tools
Affects Versions: 4.2.0.Beta2
Reporter: Mickael Istria
Priority: Blocker
With support for Java 8, bundle org.eclipse.jdt.core 3.10.0 introduces a new method
{{IMethod.isLambdaMethod}}
We'll soon move to a newer target-platform based on Luna M7 that will include this
bundle, so affected projects need to prepare a PR that:
* tighten version range for JDT (set 3.10 as minimum)
* implement this method in the local class.
You can use the following Target-Platform suggested in
https://github.com/jbosstools/jbosstools-target-platforms/pull/60 to get access to this
bundle.
CC [~xcoulon] & [~snjeza]
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)