]
Andre Dietisheim updated JBIDE-26226:
-------------------------------------
Fix Version/s: 4.9.0.AM1
Build: TP 4.9 change causes compilation error in OpenShift
----------------------------------------------------------
Key: JBIDE-26226
URL:
https://issues.jboss.org/browse/JBIDE-26226
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.9.0.AM1
Reporter: Andre Dietisheim
Labels: build
Fix For: 4.9.0.AM1
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.2.0:compile
(default-compile) on project org.jboss.tools.openshift.ui: Compilation failure:
Compilation failure:
[ERROR]
/home/odockal/git/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImagePage.java:[372]
[ERROR] public Object convert(Object source) {
[ERROR] ^^^^^^
[ERROR] The return type is incompatible with ObjectToStringConverter.convert(Object)
[ERROR]
/home/odockal/git/jbosstools-openshift/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/deployimage/DeployImagePage.java:[396]
[ERROR] public Object convert(Object source) {
[ERROR] ^^^^^^
[ERROR] The return type is incompatible with ObjectToStringConverter.convert(Object)
{code}