Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Update CBI wiki to compile Luna

Hi,

canĀ https://wiki.eclipse.org/Platform-releng/Platform_Build be updated to consider the usage of Luna with Java8?

I got compile errors with our Eclipse CBI build for Luna because JDT requires now Java 8 but after I upgraded to Java 8 I got error like the following:

[ERROR] public class ShrinkableValueCollectionMap<K, V> extends AbstractMap<K, Collection<V>> implements Map<K, Collection<V>> {
[JENKINS] Archiving /var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/workspace/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml to org.eclipse.jdt/org.eclipse.jdt.compiler.apt.tests/1.0.600-SNAPSHOT/org.eclipse.jdt.compiler.apt.tests-1.0.600-SNAPSHOT.pom
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type ShrinkableValueCollectionMap<K,V> must implement the inherited abstract method Map<K,Collection<V>>.getOrDefault(Object, Collection<V>)
[ERROR] /var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/workspace/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ShrinkableValueCollectionMap.java:[16]

Best regards, Lars

Back to the top