Closed eclipse-modisco-bot closed 3 days ago
By Ed Willink on Jul 28, 2024 15:57
(In reply to Ed Willink from comment #0)
It looks as if the Java model has evolved.
No, we missed some Java 1.6 refs.
This bug has been marked as a duplicate of bug 583335
| --- | --- | | Bugzilla Link | 583506 | | Status | RESOLVED DUPLICATE of bug 583335 | | Importance | P3 normal | | Reported | Jul 28, 2024 05:43 EDT | | Modified | Jul 28, 2024 15:57 EDT | | Reporter | Ed Willink |
Description
Todays's build has 7 fails.
It looks as if the Java model has evolved. ? Java 21 rather than Java 8.
e.g.
org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.packageaccess (from org.eclipse.modisco.java.discoverer.tests.AllTestsInUIThread)\ Failing for the past 1 build (Since Unstable\ #364 )\ Took 1 sec.\ Error Message
super interface should be an interface
Stacktrace
java.lang.AssertionError: super interface should be an interface\ at org.junit.Assert.fail(Assert.java:89)\ at org.junit.Assert.assertTrue(Assert.java:42)\ at org.eclipse.modisco.java.discoverer.tests.JavaJUnitEMF.packageaccess(JavaJUnitEMF.java:155)