You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| --- | --- |
| Bugzilla Link | 534950 |
| Status | RESOLVED FIXED |
| Importance | P3 normal |
| Reported | May 22, 2018 10:40 EDT |
| Modified | May 22, 2018 19:04 EDT |
| Reporter | Ed Willink |
Description
After upgrading to Java 10 for Photon RC1, everything seems gto work except the Classic OCL DocumentParsingTests that fail at:
java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
at org.eclipse.ocl.OCLInput.buildStringFromReader(OCLInput.java:128)
at org.eclipse.ocl.OCLInput.getContentAsString(OCLInput.java:110)
at org.eclipse.ocl.OCL.parse(OCL.java:288)
at org.eclipse.ocl.uml.tests.OCLDocumentTest.setUp(OCLDocumentTest.java:231)
which seems impossible, but one method we can workaround easily.
The text was updated successfully, but these errors were encountered:
| --- | --- |
| Bugzilla Link | 534950 |
| Status | RESOLVED FIXED |
| Importance | P3 normal |
| Reported | May 22, 2018 10:40 EDT |
| Modified | May 22, 2018 19:04 EDT |
| Reporter | Ed Willink |
Description
After upgrading to Java 10 for Photon RC1, everything seems gto work except the Classic OCL DocumentParsingTests that fail at:
java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
at org.eclipse.ocl.OCLInput.buildStringFromReader(OCLInput.java:128)
at org.eclipse.ocl.OCLInput.getContentAsString(OCLInput.java:110)
at org.eclipse.ocl.OCL.parse(OCL.java:288)
at org.eclipse.ocl.uml.tests.OCLDocumentTest.setUp(OCLDocumentTest.java:231)
which seems impossible, but one method we can workaround easily.
The text was updated successfully, but these errors were encountered: