=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for classpath-0.93nb7 Making all in lib gmake[1]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/lib' mkdir -p ../gnu/java/locale true ../scripts/generate-locale-list.sh > ../gnu/java/locale/LocaleData.java top_builddir=.. top_srcdir=.. /opt/pkg/bin/mksh ./gen-classlist.sh standard Adding java source files from srcdir '..'. Adding java source files from VM directory ../vm/reference /opt/pkg/bin/jikes +Pno-switchcheck +Pno-shadow +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:: -d . @classes Found 29 semantic errors compiling "../java/lang/Throwable.java": 40. import gnu.classpath.SystemProperties; ^--------------^ *** Semantic Error: A candidate for type "SystemProperties" was found, but it is invalid and needs to be fixed before this type will successfully compile. 107. public class Throwable implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 129. private Throwable cause = this; ^-------^ *** Semantic Error: Type "Throwable" was not found. 147. this((String) null); ^----^ *** Semantic Error: Type "String" was not found. 172. public Throwable(String message, Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 186. public Throwable(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 224. public Throwable getCause() ^-------^ *** Semantic Error: Type "Throwable" was not found. 241. public Throwable initCause(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 241. public Throwable initCause(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 244. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 246. throw new IllegalStateException(); ^-------------------^ *** Semantic Error: Type "IllegalStateException" was not found. 261. String msg = getLocalizedMessage(); ^----^ *** Semantic Error: Type "String" was not found. 262. return getClass().getName() + (msg == null ? "" : ": " + msg); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Throwable". 352. printStackTrace(System.err); ^----^ *** Semantic Error: Type "java.lang.System" was not found. 361. public void printStackTrace(PrintStream s) ^---------^ *** Semantic Error: Type "PrintStream" was not found. 396. public void printStackTrace (PrintWriter pw) ^------------------------------^ *** Semantic Error: Duplicate declaration of method "printStackTrace" in type "Throwable". The other occurrence is at location "../java/lang/Throwable.java:350". 396. public void printStackTrace (PrintWriter pw) ^---------^ *** Semantic Error: Type "PrintWriter" was not found. 414. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 414. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 417. StackTraceElement[] stack = getStackTrace(); ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 421. Throwable cause = getCause(); ^-------^ *** Semantic Error: Type "Throwable" was not found. 428. StackTraceElement[] parentStack = stack; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 461. String nl = StaticData.nl; ^----^ *** Semantic Error: Type "String" was not found. <------------- 480. if (equal > 0) . . . 486. } ----------> *** Semantic Error: This statement is unreachable. 496. public Throwable fillInStackTrace() ^-------^ *** Semantic Error: Type "Throwable" was not found. 519. stackTrace = new StackTraceElement[0]; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 545. StackTraceElement[] st = new StackTraceElement[i]; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 545. StackTraceElement[] st = new StackTraceElement[i]; ^---------------^ *** Semantic Error: Type "StackTraceElement" was not found. 551. throw new NullPointerException("Element " + i + " null"); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. Found 2 semantic errors compiling "../java/lang/Exception.java": 88. public Exception(String s, Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 100. public Exception(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. Found 2 semantic errors compiling "../java/lang/RuntimeException.java": 86. public RuntimeException(String s, Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 98. public RuntimeException(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. Found 1 semantic error compiling "../java/lang/annotation/IncompleteAnnotationException.java": 63. this.annotationType = type; ^------------^ *** Semantic Error: The name "annotationType" is not a field name but the name of a method declared in the type "IncompleteAnnotationException". Found 3 semantic errors compiling "../java/lang/annotation/AnnotationTypeMismatchException.java": 71. public AnnotationTypeMismatchException(Method m, String type) ^----^ *** Semantic Error: Type "Method" was not found. 83. public Method element() ^----^ *** Semantic Error: Type "Method" was not found. 107. private Method element; ^----^ *** Semantic Error: Type "Method" was not found. Found 19 semantic errors compiling "../external/w3c_dom/org/w3c/dom/Node.java": 227. public Node getParentNode(); ^--^ *** Semantic Error: Type "Node" was not found. 240. public Node getFirstChild(); ^--^ *** Semantic Error: Type "Node" was not found. 246. public Node getLastChild(); ^--^ *** Semantic Error: Type "Node" was not found. 252. public Node getPreviousSibling(); ^--^ *** Semantic Error: Type "Node" was not found. 258. public Node getNextSibling(); ^--^ *** Semantic Error: Type "Node" was not found. 309. public Node insertBefore(Node newChild, ^--^ *** Semantic Error: Type "Node" was not found. 309. public Node insertBefore(Node newChild, ^--^ *** Semantic Error: Type "Node" was not found. 310. Node refChild) ^--^ *** Semantic Error: Type "Node" was not found. 346. public Node replaceChild(Node newChild, ^--^ *** Semantic Error: Type "Node" was not found. 346. public Node replaceChild(Node newChild, ^--^ *** Semantic Error: Type "Node" was not found. 347. Node oldChild) ^--^ *** Semantic Error: Type "Node" was not found. 365. public Node removeChild(Node oldChild) ^--^ *** Semantic Error: Type "Node" was not found. 365. public Node removeChild(Node oldChild) ^--^ *** Semantic Error: Type "Node" was not found. 393. public Node appendChild(Node newChild) ^--^ *** Semantic Error: Type "Node" was not found. 393. public Node appendChild(Node newChild) ^--^ *** Semantic Error: Type "Node" was not found. 437. public Node cloneNode(boolean deep); ^--^ *** Semantic Error: Type "Node" was not found. 628. public short compareDocumentPosition(Node other) ^--^ *** Semantic Error: Type "Node" was not found. 742. public boolean isSameNode(Node other); ^--^ *** Semantic Error: Type "Node" was not found. 845. public boolean isEqualNode(Node arg); ^--^ *** Semantic Error: Type "Node" was not found. Found 7 semantic errors compiling "../external/w3c_dom/org/w3c/dom/ls/LSSerializer.java": 15. import org.w3c.dom.DOMConfiguration; ^--------------^ *** Semantic Error: Type "org.w3c.dom.DOMConfiguration" was not found. 16. import org.w3c.dom.Node; ^--^ *** Semantic Error: Type "org.w3c.dom.Node" was not found. 280. public DOMConfiguration getDomConfig(); ^--------------^ *** Semantic Error: Type "DOMConfiguration" was not found. 389. public boolean write(Node nodeArg, ^--^ *** Semantic Error: Type "Node" was not found. 411. public boolean writeToURI(Node nodeArg, ^--^ *** Semantic Error: Type "Node" was not found. 433. public String writeToString(Node nodeArg) ^--^ *** Semantic Error: Type "Node" was not found. 434. throws DOMException, LSException; ^----------^ *** Semantic Error: Type "DOMException" was not found. Found 4 semantic errors compiling "../external/w3c_dom/org/w3c/dom/ls/LSOutput.java": 54. public java.io.Writer getCharacterStream(); ^------------^ *** Semantic Error: Type "Writer" was not found. 59. public void setCharacterStream(java.io.Writer characterStream); ^------------^ *** Semantic Error: Type "Writer" was not found. 65. public java.io.OutputStream getByteStream(); ^------------------^ *** Semantic Error: Type "OutputStream" was not found. 70. public void setByteStream(java.io.OutputStream byteStream); ^------------------^ *** Semantic Error: Type "OutputStream" was not found. Found 1 semantic error compiling "../external/w3c_dom/org/w3c/dom/DOMException.java": 36. this.code = code; ^--^ *** Semantic Error: The field "code" in type "DOMException" has public access and is not accessible here. Found 4 semantic errors compiling "../external/w3c_dom/org/w3c/dom/ls/DOMImplementationLS.java": 15. import org.w3c.dom.DOMException; ^----------^ *** Semantic Error: Type "org.w3c.dom.DOMException" was not found. 86. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 100. public LSSerializer createLSSerializer(); ^----------^ *** Semantic Error: Type "LSSerializer" was not found. 120. public LSOutput createLSOutput(); ^------^ *** Semantic Error: Type "LSOutput" was not found. Found 1 semantic error compiling "../external/w3c_dom/org/w3c/dom/DOMImplementationSource.java": 56. public DOMImplementationList getDOMImplementationList(String features); ^-------------------^ *** Semantic Error: Type "DOMImplementationList" was not found. Found 66 semantic errors compiling "../external/w3c_dom/org/w3c/dom/bootstrap/DOMImplementationRegistry.java": 18. import org.w3c.dom.DOMImplementationSource; ^---------------------^ *** Semantic Error: Type "org.w3c.dom.DOMImplementationSource" was not found. 19. import org.w3c.dom.DOMImplementationList; ^-------------------^ *** Semantic Error: Type "org.w3c.dom.DOMImplementationList" was not found. <--------- 60. public static final String PROPERTY = 61. "org.w3c.dom.DOMImplementationSourceList"; ------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 71. private Vector sources; ^----^ *** Semantic Error: Type "Vector" was not found. 77. private DOMImplementationRegistry(final Vector srcs) { ^----^ *** Semantic Error: Type "Vector" was not found. 108. public static DOMImplementationRegistry newInstance() ^-----------------------^ *** Semantic Error: Type "DOMImplementationRegistry" was not found. 114. Vector sources = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 114. Vector sources = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 116. ClassLoader classLoader = getClassLoader(); ^---------^ *** Semantic Error: Type "ClassLoader" was not found. 118. String p = getSystemProperty(PROPERTY); ^----^ *** Semantic Error: Type "String" was not found. 133. StringTokenizer st = new StringTokenizer(p); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 133. StringTokenizer st = new StringTokenizer(p); ^-------------^ *** Semantic Error: Type "StringTokenizer" was not found. 135. String sourceName = st.nextToken(); ^----^ *** Semantic Error: Type "String" was not found. 138. Class sourceClass = null; ^---^ *** Semantic Error: Type "Class" was not found. 144. DOMImplementationSource source = ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 145. (DOMImplementationSource) sourceClass.newInstance(); ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 149. return new DOMImplementationRegistry(sources); ^-----------------------^ *** Semantic Error: Type "DOMImplementationRegistry" was not found. 164. public DOMImplementation getDOMImplementation(final String features) { ^---------------^ *** Semantic Error: Type "DOMImplementation" was not found. 166. String name = null; ^----^ *** Semantic Error: Type "String" was not found. 168. DOMImplementationSource source = ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 169. (DOMImplementationSource) sources.elementAt(i); ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 170. DOMImplementation impl = source.getDOMImplementation(features); ^---------------^ *** Semantic Error: Type "DOMImplementation" was not found. 189. public DOMImplementationList getDOMImplementationList(final String features) { ^-------------------^ *** Semantic Error: Type "DOMImplementationList" was not found. 190. final Vector implementations = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 190. final Vector implementations = new Vector(); ^----^ *** Semantic Error: Type "Vector" was not found. 193. DOMImplementationSource source = ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 194. (DOMImplementationSource) sources.elementAt(i); ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 195. DOMImplementationList impls = ^-------------------^ *** Semantic Error: Type "DOMImplementationList" was not found. 198. DOMImplementation impl = impls.item(j); ^---------------^ *** Semantic Error: Type "DOMImplementation" was not found. 202. return new DOMImplementationList() { ^-------------------^ *** Semantic Error: Type "DOMImplementationList" was not found. 203. public DOMImplementation item(final int index) { ^---------------^ *** Semantic Error: Type "DOMImplementation" was not found. 206. return (DOMImplementation) ^---------------^ *** Semantic Error: Type "DOMImplementation" was not found. 208. } catch (ArrayIndexOutOfBoundsException e) { ^----------------------------^ *** Semantic Error: Type "java.lang.ArrayIndexOutOfBoundsException" was not found. 226. public void addSource(final DOMImplementationSource s) { ^---------------------^ *** Semantic Error: Type "DOMImplementationSource" was not found. 228. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 243. ClassLoader contextClassLoader = getContextClassLoader(); ^---------^ *** Semantic Error: Type "ClassLoader" was not found. 248. } catch (Exception e) { ^-------^ *** Semantic Error: Type "Exception" was not found. 251. return DOMImplementationRegistry.class.getClassLoader(); ^-----------------------^ *** Semantic Error: Type "DOMImplementationRegistry" was not found. 253. return DOMImplementationRegistry.class.getClassLoader(); ^-----------------------^ *** Semantic Error: Type "DOMImplementationRegistry" was not found. 265. String serviceId = "META-INF/services/" + PROPERTY; ^----^ *** Semantic Error: Type "String" was not found. 268. InputStream is = getResourceAsStream(classLoader, serviceId); ^---------^ *** Semantic Error: Type "InputStream" was not found. 271. BufferedReader rd; ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 274. new BufferedReader(new InputStreamReader(is, "UTF-8"), ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 274. new BufferedReader(new InputStreamReader(is, "UTF-8"), ^---------------^ *** Semantic Error: Type "InputStreamReader" was not found. 276. } catch (java.io.UnsupportedEncodingException e) { ^----------------------------------^ *** Semantic Error: Type "UnsupportedEncodingException" was not found. 278. new BufferedReader(new InputStreamReader(is), ^------------^ *** Semantic Error: Type "BufferedReader" was not found. 278. new BufferedReader(new InputStreamReader(is), ^---------------^ *** Semantic Error: Type "InputStreamReader" was not found. 281. String serviceValue = rd.readLine(); ^----^ *** Semantic Error: Type "String" was not found. 287. } catch (Exception ex) { ^-------^ *** Semantic Error: Type "Exception" was not found. 300. Class c = Class.forName("java.security.AccessController"); ^---^ *** Semantic Error: Type "Class" was not found. 305. } catch (Exception ex) { ^-------^ *** Semantic Error: Type "Exception" was not found. 320. : (ClassLoader) ^---------^ *** Semantic Error: Type "ClassLoader" was not found. 321. AccessController.doPrivileged(new PrivilegedAction() { ^--------------^ *** Semantic Error: Type "PrivilegedAction" was not found. 322. public Object run() { ^----^ *** Semantic Error: Type "Object" was not found. 323. ClassLoader classLoader = null; ^---------^ *** Semantic Error: Type "ClassLoader" was not found. 327. } catch (SecurityException ex) { ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 344. ? (String) System.getProperty(name) ^----^ *** Semantic Error: Type "String" was not found. 345. : (String) AccessController.doPrivileged(new PrivilegedAction() { ^----^ *** Semantic Error: Type "String" was not found. 345. : (String) AccessController.doPrivileged(new PrivilegedAction() { ^--------------^ *** Semantic Error: Type "PrivilegedAction" was not found. 346. public Object run() { ^----^ *** Semantic Error: Type "Object" was not found. 361. private static InputStream getResourceAsStream(final ClassLoader classLoader, ^---------^ *** Semantic Error: Type "InputStream" was not found. 364. InputStream ris; ^---------^ *** Semantic Error: Type "InputStream" was not found. 372. return (InputStream) ^---------^ *** Semantic Error: Type "InputStream" was not found. 373. AccessController.doPrivileged(new PrivilegedAction() { ^--------------^ *** Semantic Error: Type "PrivilegedAction" was not found. 374. public Object run() { ^----^ *** Semantic Error: Type "Object" was not found. 375. InputStream ris; ^---------^ *** Semantic Error: Type "InputStream" was not found. Found 14 semantic errors compiling "../external/w3c_dom/org/w3c/dom/Element.java": 79. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 97. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 132. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 152. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 181. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 228. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 256. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 277. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 306. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 326. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 361. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 391. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 415. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 437. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. Found 2 semantic errors compiling "../external/w3c_dom/org/w3c/dom/DOMImplementation.java": 56. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 108. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. Found 25 semantic errors compiling "../external/w3c_dom/org/w3c/dom/Document.java": 48. public DocumentType getDoctype(); ^----------^ *** Semantic Error: Type "DocumentType" was not found. 54. public DOMImplementation getImplementation(); ^---------------^ *** Semantic Error: Type "DOMImplementation" was not found. 60. public Element getDocumentElement(); ^-----^ *** Semantic Error: Type "Element" was not found. 85. public Element createElement(String tagName) ^-----^ *** Semantic Error: Type "Element" was not found. 86. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 117. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 139. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 158. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 186. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 312. public Node importNode(Node importedNode, ^--^ *** Semantic Error: Type "Node" was not found. 312. public Node importNode(Node importedNode, ^--^ *** Semantic Error: Type "Node" was not found. 314. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 376. public Element createElementNS(String namespaceURI, ^-----^ *** Semantic Error: Type "Element" was not found. 378. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 447. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 476. public Element getElementById(String elementId); ^-----^ *** Semantic Error: Type "Element" was not found. 519. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 575. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 698. public Node adoptNode(Node source) ^--^ *** Semantic Error: Type "Node" was not found. 698. public Node adoptNode(Node source) ^--^ *** Semantic Error: Type "Node" was not found. 699. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. 706. public DOMConfiguration getDomConfig(); ^--------------^ *** Semantic Error: Type "DOMConfiguration" was not found. 809. public Node renameNode(Node n, ^--^ *** Semantic Error: Type "Node" was not found. 809. public Node renameNode(Node n, ^--^ *** Semantic Error: Type "Node" was not found. 812. throws DOMException; ^----------^ *** Semantic Error: Type "DOMException" was not found. Found 7 semantic errors compiling "../javax/xml/stream/events/XMLEvent.java": 42. import javax.xml.stream.Location; ^------^ *** Semantic Error: Type "javax.xml.stream.Location" was not found. 43. import javax.xml.stream.XMLStreamConstants; ^----------------^ *** Semantic Error: Type "javax.xml.stream.XMLStreamConstants" was not found. 50. extends XMLStreamConstants ^----------------^ *** Semantic Error: Type "XMLStreamConstants" was not found. 61. Location getLocation(); ^------^ *** Semantic Error: Type "Location" was not found. 127. QName getSchemaType(); ^---^ *** Semantic Error: Type "QName" was not found. 132. void writeAsEncodedUnicode(Writer writer) ^----^ *** Semantic Error: Type "Writer" was not found. 133. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. Found 10 semantic errors compiling "../javax/xml/stream/XMLStreamException.java": 47. protected Location location; ^------^ *** Semantic Error: Type "Location" was not found. 48. protected Throwable nested; ^-------^ *** Semantic Error: Type "Throwable" was not found. 60. public XMLStreamException(Throwable th) ^-------^ *** Semantic Error: Type "Throwable" was not found. 65. public XMLStreamException(String msg, Throwable th) ^-------^ *** Semantic Error: Type "Throwable" was not found. 70. public XMLStreamException(String msg, Location location, Throwable th) ^------^ *** Semantic Error: Type "Location" was not found. 70. public XMLStreamException(String msg, Location location, Throwable th) ^-------^ *** Semantic Error: Type "Throwable" was not found. 77. public XMLStreamException(String msg, Location location) ^-----------------------------------------------^ *** Semantic Error: Duplicate declaration of this constructor signature in type "XMLStreamException". The other occurrence is at location "../javax/xml/stream/XMLStreamException.java:50". 77. public XMLStreamException(String msg, Location location) ^------^ *** Semantic Error: Type "Location" was not found. 85. public Throwable getNestedException() ^-------^ *** Semantic Error: Type "Throwable" was not found. 93. public Location getLocation() ^------^ *** Semantic Error: Type "Location" was not found. Found 12 semantic errors compiling "../javax/xml/XMLConstants.java": 58. public static final String NULL_NS_URI = ""; ^--------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 64. public static final String DEFAULT_NS_PREFIX = ""; ^--------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <----------- 70. public static final String XML_NS_URI = 71. "http://www.w3.org/XML/1998/namespace"; -----------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 77. public static final String XML_NS_PREFIX = "xml"; ^-------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <----------------------- 83. public static final String XMLNS_ATTRIBUTE_NS_URI = 84. "http://www.w3.org/2000/xmlns/"; ----------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 90. public static final String XMLNS_ATTRIBUTE = "xmlns"; ^-----------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <---------------------- 96. public static final String W3C_XML_SCHEMA_NS_URI = 97. "http://www.w3.org/2001/XMLSchema"; -------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <------------------------------- 103. public static final String W3C_XML_SCHEMA_INSTANCE_NS_URI = 104. "http://www.w3.org/2001/XMLSchema-instance"; ----------------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <-------------------------- 110. public static final String W3C_XPATH_DATATYPE_NS_URI = 111. "http://www.w3.org/2003/11/xpath-datatypes"; ----------------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 116. public static final String XML_DTD_NS_URI = "http://www.w3.org/TR/REC-xml"; ^---------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <--------------- 122. public static final String RELAXNG_NS_URI = 123. "http://relaxng.org/ns/structure/1.0"; ----------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". <-------------------------- 128. public static final String FEATURE_SECURE_PROCESSING = 129. "http://javax.xml.XMLConstants/feature/secure-processing"; ------------------------------------------------------------------------> *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". Found 15 semantic errors compiling "../javax/xml/namespace/QName.java": 43. import javax.xml.XMLConstants; ^----------^ *** Semantic Error: Type "javax.xml.XMLConstants" was not found. 52. public class QName implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. <----------------------------------------------------------------- 67. public QName(String namespaceURI, String localPart, String prefix) . . . 85. } --> *** Semantic Error: The blank final field "prefix" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. <----------------------------------------------------------------- 67. public QName(String namespaceURI, String localPart, String prefix) . . . 85. } --> *** Semantic Error: The blank final field "localPart" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. <----------------------------------------------------------------- 67. public QName(String namespaceURI, String localPart, String prefix) . . . 85. } --> *** Semantic Error: The blank final field "namespaceURI" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. 72. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 109. if (obj instanceof QName) ^---^ *** Semantic Error: Type "QName" was not found. 111. QName qname = (QName) obj; ^---^ *** Semantic Error: Type "QName" was not found. 111. QName qname = (QName) obj; ^---^ *** Semantic Error: Type "QName" was not found. 129. StringBuffer buf = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 129. StringBuffer buf = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 147. public static QName valueOf(String qNameAsString) ^---^ *** Semantic Error: Type "QName" was not found. 149. String namespaceUri = "", prefix = null; ^----^ *** Semantic Error: Type "String" was not found. 155. throw new IllegalArgumentException(qNameAsString); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 165. return new QName(namespaceUri, qNameAsString, prefix); ^---^ *** Semantic Error: Type "QName" was not found. Found 1 semantic error compiling "../javax/xml/namespace/NamespaceContext.java": 64. public Iterator getPrefixes(String namespaceURI); ^------^ *** Semantic Error: Type "Iterator" was not found. Found 13 semantic errors compiling "../javax/xml/stream/XMLStreamReader.java": 40. import javax.xml.namespace.NamespaceContext; ^--------------^ *** Semantic Error: Type "javax.xml.namespace.NamespaceContext" was not found. 41. import javax.xml.namespace.QName; ^---^ *** Semantic Error: Type "javax.xml.namespace.QName" was not found. 61. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 68. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 76. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 85. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 91. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 98. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 139. QName getAttributeName(int index); ^---^ *** Semantic Error: Type "QName" was not found. 193. NamespaceContext getNamespaceContext(); ^--------------^ *** Semantic Error: Type "NamespaceContext" was not found. 216. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 242. Location getLocation(); ^------^ *** Semantic Error: Type "Location" was not found. 248. QName getName(); ^---^ *** Semantic Error: Type "QName" was not found. Found 9 semantic errors compiling "../javax/xml/stream/util/XMLEventAllocator.java": 40. import javax.xml.stream.XMLStreamReader; ^-------------^ *** Semantic Error: Type "javax.xml.stream.XMLStreamReader" was not found. 41. import javax.xml.stream.XMLStreamException; ^----------------^ *** Semantic Error: Type "javax.xml.stream.XMLStreamException" was not found. 42. import javax.xml.stream.events.XMLEvent; ^------^ *** Semantic Error: Type "javax.xml.stream.events.XMLEvent" was not found. 53. XMLEventAllocator newInstance(); ^---------------^ *** Semantic Error: Type "XMLEventAllocator" was not found. 58. XMLEvent allocate(XMLStreamReader reader) ^------^ *** Semantic Error: Type "XMLEvent" was not found. 58. XMLEvent allocate(XMLStreamReader reader) ^-------------^ *** Semantic Error: Type "XMLStreamReader" was not found. 59. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. 65. void allocate(XMLStreamReader reader, XMLEventConsumer consumer) ^-------------^ *** Semantic Error: Type "XMLStreamReader" was not found. 66. throws XMLStreamException; ^----------------^ *** Semantic Error: Type "XMLStreamException" was not found. Found 2 semantic errors compiling "../java/io/Writer.java": 71. lock = this; ^---------^ *** Semantic Error: The type of the right sub-expression, "Writer", is not assignable to the variable, of type "Object". 84. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. Found 3 semantic errors compiling "../java/io/Reader.java": 71. this.lock = this; ^--^ *** Semantic Error: The instance field "lock" in class "Reader" has protected access, but the qualifying expression is not of type "Reader" or any of its enclosing types. 200. throw new IOException("mark not supported"); ^---------^ *** Semantic Error: Type "IOException" was not found. 215. throw new IOException("reset not supported"); ^---------^ *** Semantic Error: Type "IOException" was not found. Found 1 semantic error compiling "../java/nio/channels/Channel.java": 58. void close() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../java/nio/channels/WritableByteChannel.java": 59. int write(ByteBuffer src) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 59. int write(ByteBuffer src) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../java/nio/channels/ReadableByteChannel.java": 63. int read(ByteBuffer dst) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 63. int read(ByteBuffer dst) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 2 semantic errors compiling "../java/lang/IllegalStateException.java": 103. public IllegalStateException(String message, Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. 129. public IllegalStateException(Throwable cause) ^-------^ *** Semantic Error: Type "Throwable" was not found. Found 1 semantic error compiling "../java/nio/channels/InterruptibleChannel.java": 50. void close() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 1 semantic error compiling "../java/nio/channels/ClosedChannelException.java": 47. public class ClosedChannelException extends IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 10 semantic errors compiling "../java/nio/channels/spi/AbstractInterruptibleChannel.java": 41. import java.nio.channels.AsynchronousCloseException; ^------------------------^ *** Semantic Error: Type "java.nio.channels.AsynchronousCloseException" was not found. 42. import java.nio.channels.Channel; ^-----^ *** Semantic Error: Type "java.nio.channels.Channel" was not found. 43. import java.nio.channels.ClosedByInterruptException; ^------------------------^ *** Semantic Error: Type "java.nio.channels.ClosedByInterruptException" was not found. 44. import java.nio.channels.InterruptibleChannel; ^------------------^ *** Semantic Error: Type "java.nio.channels.InterruptibleChannel" was not found. 52. implements Channel, InterruptibleChannel ^-----^ *** Semantic Error: Type "Channel" was not found. 52. implements Channel, InterruptibleChannel ^------------------^ *** Semantic Error: Type "InterruptibleChannel" was not found. 75. public final void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 96. throws AsynchronousCloseException ^------------------------^ *** Semantic Error: Type "AsynchronousCloseException" was not found. 100. if (closed) throw new AsynchronousCloseException(); ^------------------------^ *** Semantic Error: Type "AsynchronousCloseException" was not found. 108. protected abstract void implCloseChannel() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 4 semantic errors compiling "../java/nio/channels/GatheringByteChannel.java": 62. long write(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 63. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 78. long write(ByteBuffer[] srcs) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 78. long write(ByteBuffer[] srcs) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 4 semantic errors compiling "../java/nio/channels/ScatteringByteChannel.java": 62. long read(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 63. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 78. long read(ByteBuffer[] srcs) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 78. long read(ByteBuffer[] srcs) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 45 semantic errors compiling "../java/nio/channels/FileChannel.java": 43. import java.nio.channels.spi.AbstractInterruptibleChannel; ^--------------------------^ *** Semantic Error: Type "java.nio.channels.spi.AbstractInterruptibleChannel" was not found. 50. public abstract class FileChannel extends AbstractInterruptibleChannel ^--------------------------^ *** Semantic Error: Type "AbstractInterruptibleChannel" was not found. 56. public static final MapMode READ_ONLY = new MapMode(0); ^-----^ *** Semantic Error: Type "MapMode" was not found. 56. public static final MapMode READ_ONLY = new MapMode(0); ^-----^ *** Semantic Error: Type "MapMode" was not found. 57. public static final MapMode READ_WRITE = new MapMode(1); ^-----^ *** Semantic Error: Type "MapMode" was not found. 57. public static final MapMode READ_WRITE = new MapMode(1); ^-----^ *** Semantic Error: Type "MapMode" was not found. 58. public static final MapMode PRIVATE = new MapMode(2); ^-----^ *** Semantic Error: Type "MapMode" was not found. 58. public static final MapMode PRIVATE = new MapMode(2); ^-----^ *** Semantic Error: Type "MapMode" was not found. 74. return "READ_ONLY"; ^---------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 76. return "READ_WRITE"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 78. return "PRIVATE"; ^-------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 100. public abstract MappedByteBuffer map(MapMode mode, long position, long size) ^--------------^ *** Semantic Error: Type "MappedByteBuffer" was not found. 101. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 108. public abstract long size() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 115. public final long write(ByteBuffer[] srcs) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 115. public final long write(ByteBuffer[] srcs) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 125. public abstract int write(ByteBuffer src) throws IOException; ^-------------------^ *** Semantic Error: Duplicate declaration of method "write" in type "FileChannel". The other occurrence is at location "../java/nio/channels/FileChannel.java:115". 125. public abstract int write(ByteBuffer src) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 141. public abstract int write(ByteBuffer srcs, long position) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 142. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 149. public abstract long write(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 150. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 157. public abstract long read(ByteBuffer[] dsts, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 158. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 165. public final long read(ByteBuffer[] dsts) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 165. public final long read(ByteBuffer[] dsts) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 175. public abstract int read(ByteBuffer dst) throws IOException; ^------------------^ *** Semantic Error: Duplicate declaration of method "read" in type "FileChannel". The other occurrence is at location "../java/nio/channels/FileChannel.java:157". 175. public abstract int read(ByteBuffer dst) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 191. public abstract int read(ByteBuffer dst, long position) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 192. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 201. protected abstract void implCloseChannel() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 209. public abstract void force(boolean metaData) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 229. public final FileLock lock() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 255. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 267. public final FileLock tryLock() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 285. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 293. public abstract long position() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 302. public abstract FileChannel position(long newPosition) ^---------^ *** Semantic Error: Type "FileChannel" was not found. 303. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 324. WritableByteChannel target) ^-----------------^ *** Semantic Error: Type "WritableByteChannel" was not found. 325. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 344. public abstract long transferFrom(ReadableByteChannel src, long position, ^-----------------^ *** Semantic Error: Type "ReadableByteChannel" was not found. 345. long count) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 356. public abstract FileChannel truncate(long size) throws IOException; ^---------^ *** Semantic Error: Type "FileChannel" was not found. 356. public abstract FileChannel truncate(long size) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 27 semantic errors compiling "../java/nio/Buffer.java": 41. import gnu.classpath.Pointer; ^-----^ *** Semantic Error: Type "gnu.classpath.Pointer" was not found. 52. Pointer address; ^-----^ *** Semantic Error: Type "Pointer" was not found. 62. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 71. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 92. public final Buffer clear () ^----^ *** Semantic Error: Type "Buffer" was not found. 105. public final Buffer flip () ^----^ *** Semantic Error: Type "Buffer" was not found. 152. public final Buffer limit (int newLimit) ^----^ *** Semantic Error: Type "Buffer" was not found. 155. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 172. public final Buffer mark () ^----^ *** Semantic Error: Type "Buffer" was not found. 200. public final Buffer position (int newPosition) ^----^ *** Semantic Error: Type "Buffer" was not found. 203. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 229. public final Buffer reset() ^----^ *** Semantic Error: Type "Buffer" was not found. 232. throw new InvalidMarkException (); ^--------------------------------^ *** Semantic Error: This throw statement throws the checked exception "InvalidMarkException", so it must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 232. throw new InvalidMarkException (); ^--------------------------------^ *** Semantic Error: The expression in a throw statement must be assignable to the type "java.lang.Throwable." 244. public final Buffer rewind() ^----^ *** Semantic Error: Type "Buffer" was not found. 262. throw new BufferUnderflowException(); ^-----------------------------------^ *** Semantic Error: This throw statement throws the checked exception "BufferUnderflowException", so it must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 262. throw new BufferUnderflowException(); ^-----------------------------------^ *** Semantic Error: The expression in a throw statement must be assignable to the type "java.lang.Throwable." 278. throw new BufferUnderflowException(); ^-----------------------------------^ *** Semantic Error: This throw statement throws the checked exception "BufferUnderflowException", so it must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 278. throw new BufferUnderflowException(); ^-----------------------------------^ *** Semantic Error: The expression in a throw statement must be assignable to the type "java.lang.Throwable." 292. throw new BufferOverflowException(); ^----------------------------------^ *** Semantic Error: This throw statement throws the checked exception "BufferOverflowException", so it must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 292. throw new BufferOverflowException(); ^----------------------------------^ *** Semantic Error: The expression in a throw statement must be assignable to the type "java.lang.Throwable." 308. throw new BufferOverflowException(); ^----------------------------------^ *** Semantic Error: This throw statement throws the checked exception "BufferOverflowException", so it must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 308. throw new BufferOverflowException(); ^----------------------------------^ *** Semantic Error: The expression in a throw statement must be assignable to the type "java.lang.Throwable." 325. throw new IndexOutOfBoundsException (); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 337. throw new ReadOnlyBufferException (); ^-----------------------------------^ *** Semantic Error: This throw statement throws the checked exception "ReadOnlyBufferException", so it must be enclosed in a try statement that catches the exception, or else this method must be declared to throw the exception. 337. throw new ReadOnlyBufferException (); ^-----------------------------------^ *** Semantic Error: The expression in a throw statement must be assignable to the type "java.lang.Throwable." 359. throw new IndexOutOfBoundsException (); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. Found 52 semantic errors compiling "../java/nio/ByteBuffer.java": 60. public static ByteBuffer allocateDirect (int capacity) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 68. public static ByteBuffer allocate (int capacity) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 80. public static final ByteBuffer wrap (byte[] array, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 90. return new ByteBufferImpl (array, 0, array.length, offset + length, offset, -1, false); ^------------^ *** Semantic Error: Type "ByteBufferImpl" was not found. 97. public static final ByteBuffer wrap (byte[] array) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 118. public ByteBuffer get (byte[] dst, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 121. checkForUnderflow(length); ^-----------------------^ *** Semantic Error: The method "void checkForUnderflow(int length);" in type "Buffer" has default access and is not accessible here. 140. public ByteBuffer get (byte[] dst) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 157. public ByteBuffer put (ByteBuffer src) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 157. public ByteBuffer put (ByteBuffer src) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 160. throw new IllegalArgumentException (); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 191. public ByteBuffer put (byte[] src, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 194. checkForOverflow(length); ^----------------------^ *** Semantic Error: The method "void checkForOverflow(int length);" in type "Buffer" has default access and is not accessible here. 212. public final ByteBuffer put (byte[] src) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 224. && !isReadOnly ()); ^-----------^ *** Semantic Error: The method "boolean isReadOnly();" in type "Buffer" has public access and is not accessible here. 237. throw new UnsupportedOperationException (); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 239. checkIfReadOnly(); ^---------------^ *** Semantic Error: The method "void checkIfReadOnly();" in type "Buffer" has default access and is not accessible here. 254. throw new UnsupportedOperationException (); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 256. checkIfReadOnly(); ^---------------^ *** Semantic Error: The method "void checkIfReadOnly();" in type "Buffer" has default access and is not accessible here. 276. int hashCode = get(position()) + 31; ^--------^ *** Semantic Error: The method "int position();" in type "Buffer" has public access and is not accessible here. 278. for (int i = position() + 1; i < limit(); ++i) ^--------^ *** Semantic Error: The method "int position();" in type "Buffer" has public access and is not accessible here. 278. for (int i = position() + 1; i < limit(); ++i) ^-----^ *** Semantic Error: The method "int limit();" in type "Buffer" has public access and is not accessible here. 283. return hashCode; ^--------------^ *** Semantic Error: This statement is unreachable. 291. if (obj instanceof ByteBuffer) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 307. ByteBuffer other = (ByteBuffer) obj; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 307. ByteBuffer other = (ByteBuffer) obj; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 309. int num = Math.min(remaining(), other.remaining()); ^---------^ *** Semantic Error: The method "int remaining();" in type "Buffer" has public access and is not accessible here. 310. int pos_this = position(); ^--------^ *** Semantic Error: The method "int position();" in type "Buffer" has public access and is not accessible here. 327. return remaining() - other.remaining(); ^---------^ *** Semantic Error: The method "int remaining();" in type "Buffer" has public access and is not accessible here. 341. public final ByteBuffer order (ByteOrder endian) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 364. public abstract ByteBuffer put (byte b); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 381. public abstract ByteBuffer put (int index, byte b); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 388. public abstract ByteBuffer compact (); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 405. public abstract ByteBuffer slice (); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 411. public abstract ByteBuffer duplicate (); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 417. public abstract ByteBuffer asReadOnlyBuffer (); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 463. public abstract ByteBuffer putChar (char value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 479. public abstract ByteBuffer putChar (int index, char value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 495. public abstract ByteBuffer putShort (short value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 511. public abstract ByteBuffer putShort (int index, short value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 527. public abstract ByteBuffer putInt (int value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 543. public abstract ByteBuffer putInt (int index, int value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 559. public abstract ByteBuffer putLong (long value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 575. public abstract ByteBuffer putLong (int index, long value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 591. public abstract ByteBuffer putFloat (float value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 607. public abstract ByteBuffer putFloat (int index, float value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 623. public abstract ByteBuffer putDouble (double value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 639. public abstract ByteBuffer putDouble (int index, double value); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 646. return getClass ().getName () + ^---------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "ByteBuffer". 647. "[pos=" + position () + ^---------^ *** Semantic Error: The method "int position();" in type "Buffer" has public access and is not accessible here. 648. " lim=" + limit () + ^------^ *** Semantic Error: The method "int limit();" in type "Buffer" has public access and is not accessible here. 649. " cap=" + capacity () + "]"; ^---------^ *** Semantic Error: The method "int capacity();" in type "Buffer" has public access and is not accessible here. Found 3 semantic errors compiling "../java/nio/MappedByteBuffer.java": 56. public final MappedByteBuffer force () ^--------------^ *** Semantic Error: Type "MappedByteBuffer" was not found. 77. public final MappedByteBuffer load () ^--------------^ *** Semantic Error: Type "MappedByteBuffer" was not found. 89. throws Throwable ^-------^ *** Semantic Error: Type "Throwable" was not found. Found 1 semantic error compiling "../java/net/SocketException.java": 52. public class SocketException extends IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 1 semantic error compiling "../java/net/SocketAddress.java": 50. public abstract class SocketAddress implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. Found 10 semantic errors compiling "../java/net/InetSocketAddress.java": 82. throw new IllegalArgumentException("Bad port number: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 100. this((InetAddress) null, port); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 131. throw new IllegalArgumentException("Null host name value"); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 134. throw new IllegalArgumentException("Bad port number: " + port); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 146. catch (Exception e) // UnknownHostException, SecurityException ^-------^ *** Semantic Error: Type "Exception" was not found. 165. public static InetSocketAddress createUnresolved(String hostname, int port) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 167. return new InetSocketAddress(hostname, port, false); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 182. if (obj instanceof InetSocketAddress) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 184. InetSocketAddress sa = (InetSocketAddress) obj; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 184. InetSocketAddress sa = (InetSocketAddress) obj; ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. Found 64 semantic errors compiling "../java/net/InetAddress.java": 64. public class InetAddress implements Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 71. static InetAddress ANY_IF; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 79. catch (UnknownHostException e) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 88. catch (UnknownHostException e) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 90. throw (InternalError) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "java.lang.InternalError" was not found. 90. throw (InternalError) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 98. static InetAddress LOCALHOST; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 103. LOCALHOST = getByAddress("localhost", new byte[] {127, 0, 0, 1}); ^--------------------------------------------------^ *** Semantic Error: No applicable overload for a method with signature "getByAddress(java.lang.String, byte[])" was found in type "InetAddress". Perhaps you wanted the overloaded version "?? getByAddress(String host, byte[] addr) throws UnknownHostException;" instead? 105. catch (UnknownHostException e) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 107. throw (InternalError) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 107. throw (InternalError) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 168. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 182. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 196. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 210. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 224. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 238. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 252. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 266. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 280. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 295. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 321. catch (UnknownHostException e) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 334. String hostname = internalGetCanonicalHostName(); ^----^ *** Semantic Error: Type "String" was not found. 336. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 343. catch (SecurityException e) ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 377. throw new UnsupportedOperationException(); ^---------------------------^ *** Semantic Error: Type "UnsupportedOperationException" was not found. 412. if (! (obj instanceof InetAddress)) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 421. byte[] addr2 = ((InetAddress) obj).addr; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 430. return true; ^----------^ *** Semantic Error: This statement is unreachable. 442. String addr = getHostAddress(); ^----^ *** Semantic Error: Type "String" was not found. 443. String host = (hostName != null) ? hostName : ""; ^----^ *** Semantic Error: Type "String" was not found. 443. String host = (hostName != null) ? hostName : ""; ^-----------^ *** Semantic Error: In the conditional, the type of the true sub-expression, "String", is not compatible with the type of the false sub-expression, "java.lang.String". 459. public static InetAddress getByAddress(byte[] addr) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 476. public static InetAddress getByAddress(String host, byte[] addr) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 480. return new Inet4Address(addr, host); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 487. return new Inet6Address(addr, host); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 495. return new Inet4Address(ip4addr, host); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 498. throw new UnknownHostException("IP address has illegal length"); ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 513. static InetAddress getByLiteral(String literal) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 523. catch (UnknownHostException e) ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 525. throw (InternalError) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 525. throw (InternalError) new InternalError().initCause(e); ^-----------^ *** Semantic Error: Type "InternalError" was not found. 547. public static InetAddress getByName(String hostname) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 550. InetAddress[] addresses = getAllByName(hostname); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 571. public static InetAddress[] getAllByName(String hostname) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 577. return new InetAddress[] {LOCALHOST}; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 577. return new InetAddress[] {LOCALHOST}; ^---------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 580. InetAddress address = getByLiteral(hostname); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 582. return new InetAddress[] {address}; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 582. return new InetAddress[] {address}; ^-------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 585. SecurityManager sm = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 592. throw new UnknownHostException(hostname); ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 594. InetAddress[] addresses = new InetAddress[iplist.length]; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 594. InetAddress[] addresses = new InetAddress[iplist.length]; ^---------^ *** Semantic Error: Type "InetAddress" was not found. 598. return addresses; ^---------------^ *** Semantic Error: This statement is unreachable. 610. public static InetAddress getLocalHost() throws UnknownHostException ^---------^ *** Semantic Error: Type "InetAddress" was not found. 612. String hostname = VMInetAddress.getLocalHostname(); ^----^ *** Semantic Error: Type "String" was not found. 617. catch (SecurityException e) ^---------------^ *** Semantic Error: Type "SecurityException" was not found. 627. private Object readResolve() throws ObjectStreamException ^-------------------^ *** Semantic Error: Type "ObjectStreamException" was not found. 629. return new Inet4Address(addr, hostName); ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 632. private void readObject(ObjectInputStream ois) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 633. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 643. private void writeObject(ObjectOutputStream oos) throws IOException ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 643. private void writeObject(ObjectOutputStream oos) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 19 semantic errors compiling "../java/net/Inet6Address.java": 252. public static Inet6Address getByAddress(String host, byte[] addr, ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 257. throw new UnknownHostException("Illegal address length: " + addr.length ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 259. Inet6Address ip = new Inet6Address( addr, host ); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 259. Inet6Address ip = new Inet6Address( addr, host ); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 272. public static Inet6Address getByAddress(String host, byte[] addr, ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 277. throw new UnknownHostException("Illegal address length: " + addr.length ^------------------^ *** Semantic Error: Type "UnknownHostException" was not found. 279. Inet6Address ip = new Inet6Address( addr, host ); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 279. Inet6Address ip = new Inet6Address( addr, host ); ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 320. StringBuffer sbuf = new StringBuffer(40); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 320. StringBuffer sbuf = new StringBuffer(40); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 353. if (! (obj instanceof Inet6Address)) ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 356. Inet6Address ip = (Inet6Address)obj; ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 356. Inet6Address ip = (Inet6Address)obj; ^----------^ *** Semantic Error: Type "Inet6Address" was not found. <---------------------------------- 364. if( ip.nif != null && nif != null ) . . . 372. return true; ---------------> *** Semantic Error: These statements are unreachable. 398. private void readObject(ObjectInputStream s) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 399. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. 407. catch( SocketException se ) ^-------------^ *** Semantic Error: Type "SocketException" was not found. 417. private void writeObject(ObjectOutputStream s) ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 418. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 25 semantic errors compiling "../java/net/Inet4Address.java": 41. import java.io.ObjectStreamException; ^-------------------^ *** Semantic Error: Type "java.io.ObjectStreamException" was not found. 67. private Object writeReplace() throws ObjectStreamException ^-------------------^ *** Semantic Error: Type "ObjectStreamException" was not found. 69. return new InetAddress(addr, hostName, AF_INET); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 69. return new InetAddress(addr, hostName, AF_INET); ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 69. return new InetAddress(addr, hostName, AF_INET); ^------^ *** Semantic Error: The field "hostName" in type "InetAddress" has default access and is not accessible here. 92. return (addr[0] & 0xf0) == 0xe0; ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 100. return (addr[0] & 0xff) == 0x7f; ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 131. if ((addr[0] & 0xff) == 0x0a) ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 135. if ((addr[0] & 0xff) == 0xac && (addr[1] & 0xf0) == 0x10) ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 135. if ((addr[0] & 0xff) == 0xac && (addr[1] & 0xf0) == 0x10) ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 139. if ((addr[0] & 0xff) == 0xc0 && (addr[1] & 0xff) == 0xa8) ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 139. if ((addr[0] & 0xff) == 0xc0 && (addr[1] & 0xff) == 0xa8) ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 175. return ((addr[0] & 0xff) == 0xe0 ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 176. && (addr[1] & 0xff) == 0x00 ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 177. && (addr[2] & 0xff) == 0x00); ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 205. return (byte[]) addr.clone(); ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 215. StringBuffer sb = new StringBuffer(40); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 215. StringBuffer sb = new StringBuffer(40); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 217. int len = addr.length; ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 222. sb.append(addr[i] & 0xff); ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 240. int len = addr.length; ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 244. hash = (hash << 8) | (addr[i] & 0xFF); ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 256. if (! (obj instanceof InetAddress)) ^---------^ *** Semantic Error: Type "InetAddress" was not found. 259. byte[] addr1 = addr; ^--^ *** Semantic Error: The field "addr" in type "InetAddress" has default access and is not accessible here. 260. byte[] addr2 = ((InetAddress) obj).addr; ^---------^ *** Semantic Error: Type "InetAddress" was not found. Found 153 semantic errors compiling "../vm/reference/gnu/java/nio/VMChannel.java": 44. import java.net.Inet4Address; ^----------^ *** Semantic Error: Type "java.net.Inet4Address" was not found. 45. import java.net.Inet6Address; ^----------^ *** Semantic Error: Type "java.net.Inet6Address" was not found. 46. import java.net.InetAddress; ^---------^ *** Semantic Error: Type "java.net.InetAddress" was not found. 47. import java.net.InetSocketAddress; ^---------------^ *** Semantic Error: Type "java.net.InetSocketAddress" was not found. 48. import java.net.SocketAddress; ^-----------^ *** Semantic Error: Type "java.net.SocketAddress" was not found. 49. import java.net.SocketException; ^-------------^ *** Semantic Error: Type "java.net.SocketException" was not found. 51. import java.nio.MappedByteBuffer; ^--------------^ *** Semantic Error: Type "java.nio.MappedByteBuffer" was not found. <----------------- 70. public VMChannel() . . . 76. } --> *** Semantic Error: The blank final field "nfd" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. 74. this.nfd = new State(); ^---^ *** Semantic Error: Type "State" was not found. 88. VMChannel(final int native_fd) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 109. public static VMChannel getStdin() throws IOException ^-------^ *** Semantic Error: Type "VMChannel" was not found. 109. public static VMChannel getStdin() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 111. return new VMChannel(stdin_fd()); ^-------^ *** Semantic Error: Type "VMChannel" was not found. 114. public static VMChannel getStdout() throws IOException ^-------^ *** Semantic Error: Type "VMChannel" was not found. 114. public static VMChannel getStdout() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 116. return new VMChannel(stdout_fd()); ^-------^ *** Semantic Error: Type "VMChannel" was not found. 119. public static VMChannel getStderr() throws IOException ^-------^ *** Semantic Error: Type "VMChannel" was not found. 119. public static VMChannel getStderr() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 121. return new VMChannel(stderr_fd()); ^-------^ *** Semantic Error: Type "VMChannel" was not found. 134. public void setBlocking(boolean blocking) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 140. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 142. public int available() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 147. private static native int available(int native_fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 156. public int read(ByteBuffer dst) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 157. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 162. private static native int read(int fd, ByteBuffer dst) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 162. private static native int read(int fd, ByteBuffer dst) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 170. public int read() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 175. private static native int read(int fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 188. public long readScattering(ByteBuffer[] dsts, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 189. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 192. throw new IndexOutOfBoundsException("offset + length > dsts.length"); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 197. private static native long readScattering(int fd, ByteBuffer[] dsts, ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 199. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 209. public SocketAddress receive(ByteBuffer dst) throws IOException ^-----------^ *** Semantic Error: Type "SocketAddress" was not found. 209. public SocketAddress receive(ByteBuffer dst) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 209. public SocketAddress receive(ByteBuffer dst) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 212. throw new SocketException("not a datagram socket"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 213. ByteBuffer hostPort = ByteBuffer.allocateDirect(18); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 222. return new InetSocketAddress(Inet4Address.getByAddress(addr), port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 229. return new InetSocketAddress(Inet6Address.getByAddress(addr), port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 232. throw new SocketException("host address received with invalid length: " ^-------------^ *** Semantic Error: Type "SocketException" was not found. 236. private static native int receive (int fd, ByteBuffer dst, ByteBuffer address) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 236. private static native int receive (int fd, ByteBuffer dst, ByteBuffer address) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 237. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 247. public int write(ByteBuffer src) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 247. public int write(ByteBuffer src) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 252. private native int write(int fd, ByteBuffer src) throws IOException; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 252. private native int write(int fd, ByteBuffer src) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 266. public long writeGathering(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 267. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 270. throw new IndexOutOfBoundsException("offset + length > srcs.length"); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. <------------------------- 279. if (offset == srcs.length) . . . 287. return writeGathering(nfd.getNativeFD(), srcs, offset, length); ------------------------------------------------------------------> *** Semantic Error: These statements are unreachable. 290. private native long writeGathering(int fd, ByteBuffer[] srcs, ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 292. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 302. public int send(ByteBuffer src, InetSocketAddress dst) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 302. public int send(ByteBuffer src, InetSocketAddress dst) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 303. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 305. InetAddress addr = dst.getAddress(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 307. throw new NullPointerException(); ^------------------^ *** Semantic Error: Type "NullPointerException" was not found. 308. if (addr instanceof Inet4Address) ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 310. else if (addr instanceof Inet6Address) ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 313. throw new SocketException("unrecognized inet address type"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 317. private static native int send(int fd, ByteBuffer src, byte[] addr, int port) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 318. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 321. private static native int send6(int fd, ByteBuffer src, byte[] addr, int port) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 322. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 330. public void write(int b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 335. private static native void write(int fd, int b) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 350. public void initSocket(boolean stream) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 353. throw new IOException("native FD already initialized"); ^---------^ *** Semantic Error: Type "IOException" was not found. 368. private static native int socket(boolean stream) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 380. public boolean connect(InetSocketAddress saddr, int timeout) ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 381. throws SocketException ^-------------^ *** Semantic Error: Type "SocketException" was not found. 385. InetAddress addr = saddr.getAddress(); ^---------^ *** Semantic Error: Type "InetAddress" was not found. 393. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 395. throw new SocketException(ioe.getMessage()); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 398. if (addr instanceof Inet4Address) ^----------^ *** Semantic Error: Type "Inet4Address" was not found. 401. if (addr instanceof Inet6Address) ^----------^ *** Semantic Error: Type "Inet6Address" was not found. 404. throw new SocketException("unsupported internet address"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 408. throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 411. throws SocketException; ^-------------^ *** Semantic Error: Type "SocketException" was not found. 422. public void disconnect() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 425. throw new IOException("can only disconnect datagram channels"); ^---------^ *** Semantic Error: Type "IOException" was not found. 429. private static native void disconnect(int fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 431. public InetSocketAddress getLocalAddress() throws IOException ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 431. public InetSocketAddress getLocalAddress() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 435. ByteBuffer name = ByteBuffer.allocateDirect(18); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 444. return new InetSocketAddress(Inet4Address.getByAddress(addr), port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 451. return new InetSocketAddress(Inet6Address.getByAddress(addr), port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 453. throw new SocketException("invalid address length"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 456. private static native int getsockname(int fd, ByteBuffer name) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 457. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 466. public InetSocketAddress getPeerAddress() throws IOException ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 466. public InetSocketAddress getPeerAddress() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 470. ByteBuffer name = ByteBuffer.allocateDirect(18); ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 479. return new InetSocketAddress(Inet4Address.getByAddress(addr), port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 486. return new InetSocketAddress(Inet6Address.getByAddress(addr), port); ^---------------^ *** Semantic Error: Type "InetSocketAddress" was not found. 488. throw new SocketException("invalid address length"); ^-------------^ *** Semantic Error: Type "SocketException" was not found. 496. private static native int getpeername(int fd, ByteBuffer name) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 497. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 506. public VMChannel accept() throws IOException ^-------^ *** Semantic Error: Type "VMChannel" was not found. 506. public VMChannel accept() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 511. return new VMChannel(new_fd); ^-------^ *** Semantic Error: Type "VMChannel" was not found. 514. private static native int accept(int native_fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 526. public void openFile(String path, int mode) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 529. throw new IOException("can't reinitialize this channel"); ^---------^ *** Semantic Error: Type "IOException" was not found. 535. private static native int open(String path, int mode) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 537. public long position() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 540. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 544. private static native long position(int fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 546. public void seek(long pos) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 549. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 553. private static native void seek(int fd, long pos) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 555. public void truncate(long length) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 558. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 562. private static native void truncate(int fd, long len) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 565. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 568. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 574. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 576. public void unlock(long pos, long len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 579. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 583. private static native void unlock(int fd, long pos, long len) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 585. public long size() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 588. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 592. private static native long size(int fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 594. public MappedByteBuffer map(char mode, long position, int size) ^--------------^ *** Semantic Error: Type "MappedByteBuffer" was not found. 595. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 598. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 602. private static native MappedByteBuffer map(int fd, char mode, ^--------------^ *** Semantic Error: Type "MappedByteBuffer" was not found. 604. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 606. public boolean flush(boolean metadata) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 609. throw new IOException("not a file"); ^---------^ *** Semantic Error: Type "IOException" was not found. 613. private static native boolean flush(int fd, boolean metadata) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 624. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 629. static native void close(int native_fd) throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 678. public int getNativeFD() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 681. throw new IOException("invalid file descriptor"); ^---------^ *** Semantic Error: Type "IOException" was not found. 685. void setNativeFD(final int native_fd) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 688. throw new IOException("file descriptor already initialized"); ^---------^ *** Semantic Error: Type "IOException" was not found. 693. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 696. throw new IOException("invalid file descriptor"); ^---------^ *** Semantic Error: Type "IOException" was not found. 711. return "<>"; ^----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 713. return "<>"; ^-----------^ *** Semantic Error: The type of this return expression, "java.lang.String", does not match the return type of the method, "String". 717. protected void finalize() throws Throwable ^-------^ *** Semantic Error: Type "Throwable" was not found. 737. static final Kind SOCK_STREAM = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 737. static final Kind SOCK_STREAM = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 740. static final Kind SOCK_DGRAM = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 740. static final Kind SOCK_DGRAM = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 743. static final Kind FILE = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 743. static final Kind FILE = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 746. static final Kind OTHER = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. 746. static final Kind OTHER = new Kind(); ^--^ *** Semantic Error: Type "Kind" was not found. Found 12 semantic errors compiling "../java/nio/channels/FileLock.java": 48. private final FileChannel channel; ^---------^ *** Semantic Error: Type "FileChannel" was not found. <---------------------------------------------------------------- 58. protected FileLock(FileChannel channel, long position, long size, . . . 68. } --> *** Semantic Error: The blank final field "shared" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. <---------------------------------------------------------------- 58. protected FileLock(FileChannel channel, long position, long size, . . . 68. } --> *** Semantic Error: The blank final field "size" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. <---------------------------------------------------------------- 58. protected FileLock(FileChannel channel, long position, long size, . . . 68. } --> *** Semantic Error: The blank final field "position" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. <---------------------------------------------------------------- 58. protected FileLock(FileChannel channel, long position, long size, . . . 68. } --> *** Semantic Error: The blank final field "channel" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. 58. protected FileLock(FileChannel channel, long position, long size, ^---------^ *** Semantic Error: Type "FileChannel" was not found. 62. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 81. public abstract void release() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 86. public final FileChannel channel() ^---------^ *** Semantic Error: Type "FileChannel" was not found. 135. StringBuffer buf = new StringBuffer(getClass().getName()); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 135. StringBuffer buf = new StringBuffer(getClass().getName()); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 135. StringBuffer buf = new StringBuffer(getClass().getName()); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "FileLock". Found 7 semantic errors compiling "../gnu/java/nio/FileLockImpl.java": 42. import java.nio.channels.FileLock; ^------^ *** Semantic Error: Type "java.nio.channels.FileLock" was not found. 50. public final class FileLockImpl extends FileLock ^------^ *** Semantic Error: Type "FileLock" was not found. 74. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 87. valid = channel().isOpen(); ^-------^ *** Semantic Error: No accessible method with signature "channel()" was found in type "FileLockImpl". 94. public void release() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 99. ((FileChannelImpl) channel()).unlock(position(), size()); ^--------^ *** Semantic Error: No accessible method with signature "position()" was found in type "FileLockImpl". 99. ((FileChannelImpl) channel()).unlock(position(), size()); ^----^ *** Semantic Error: No accessible method with signature "size()" was found in type "FileLockImpl". Found 3 semantic errors compiling "../gnu/classpath/Configuration.java": 52. String CLASSPATH_HOME = "/opt/pkg"; ^-------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 59. String CLASSPATH_VERSION = "0.93"; ^------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 85. String default_awt_peer_toolkit = "gnu.java.awt.peer.gtk.GtkToolkit"; ^-----------------------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". Found 144 semantic errors compiling "../gnu/java/nio/FileChannelImpl.java": 41. import gnu.classpath.Configuration; ^-----------^ *** Semantic Error: Type "gnu.classpath.Configuration" was not found. 42. import gnu.java.nio.FileLockImpl; ^----------^ *** Semantic Error: Type "gnu.java.nio.FileLockImpl" was not found. 43. import gnu.java.nio.VMChannel; ^-------^ *** Semantic Error: Type "gnu.java.nio.VMChannel" was not found. 46. import java.io.FileNotFoundException; ^-------------------^ *** Semantic Error: Type "java.io.FileNotFoundException" was not found. 50. import java.nio.channels.ClosedChannelException; ^--------------------^ *** Semantic Error: Type "java.nio.channels.ClosedChannelException" was not found. 51. import java.nio.channels.FileChannel; ^---------^ *** Semantic Error: Type "java.nio.channels.FileChannel" was not found. 53. import java.nio.channels.NonReadableChannelException; ^-------------------------^ *** Semantic Error: Type "java.nio.channels.NonReadableChannelException" was not found. 54. import java.nio.channels.NonWritableChannelException; ^-------------------------^ *** Semantic Error: Type "java.nio.channels.NonWritableChannelException" was not found. 55. import java.nio.channels.ReadableByteChannel; ^-----------------^ *** Semantic Error: Type "java.nio.channels.ReadableByteChannel" was not found. 56. import java.nio.channels.WritableByteChannel; ^-----------------^ *** Semantic Error: Type "java.nio.channels.WritableByteChannel" was not found. 65. public final class FileChannelImpl extends FileChannel ^---------^ *** Semantic Error: Type "FileChannel" was not found. 77. public static final FileChannelImpl in; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 77. public static final FileChannelImpl in; ^^ *** Semantic Error: The blank static final field "in" must be initialized in a static initializer block or static field initializer. 78. public static final FileChannelImpl out; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 78. public static final FileChannelImpl out; ^-^ *** Semantic Error: The blank static final field "out" must be initialized in a static initializer block or static field initializer. 79. public static final FileChannelImpl err; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 79. public static final FileChannelImpl err; ^-^ *** Semantic Error: The blank static final field "err" must be initialized in a static initializer block or static field initializer. 92. FileChannelImpl ch = null; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 95. ch = new FileChannelImpl(VMChannel.getStdin(), READ); ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 97. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 99. throw new Error(ioe); ^---^ *** Semantic Error: Type "Error" was not found. 106. ch = new FileChannelImpl(VMChannel.getStdout(), WRITE); ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 108. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 110. throw new Error(ioe); ^---^ *** Semantic Error: Type "Error" was not found. 117. ch = new FileChannelImpl(VMChannel.getStderr(), WRITE); ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 119. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 121. throw new Error(ioe); ^---^ *** Semantic Error: Type "Error" was not found. 129. private VMChannel ch; ^-------^ *** Semantic Error: Type "VMChannel" was not found. 138. public static FileChannelImpl create(File file, int mode) ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 138. public static FileChannelImpl create(File file, int mode) ^--^ *** Semantic Error: Type "File" was not found. 139. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 141. return new FileChannelImpl(file, mode); ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. <------------------------------------------- 144. private FileChannelImpl(File file, int mode) . . . 168. } --> *** Semantic Error: The blank final field "description" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. 144. private FileChannelImpl(File file, int mode) ^--^ *** Semantic Error: Type "File" was not found. 145. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 147. String path = file.getPath(); ^----^ *** Semantic Error: Type "String" was not found. 150. this.ch = new VMChannel(); ^-------^ *** Semantic Error: Type "VMChannel" was not found. 159. close(); ^-----^ *** Semantic Error: No accessible method with signature "close()" was found in type "FileChannelImpl". 161. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 166. throw new FileNotFoundException(description + " is a directory"); ^-------------------^ *** Semantic Error: Type "FileNotFoundException" was not found. 179. FileChannelImpl (VMChannel ch, int mode) ^--------------------------------------^ *** Semantic Error: Duplicate declaration of this constructor signature in type "FileChannelImpl". The other occurrence is at location "../gnu/java/nio/FileChannelImpl.java:144". 179. FileChannelImpl (VMChannel ch, int mode) ^-------^ *** Semantic Error: Type "VMChannel" was not found. 186. public int available() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 191. private long implPosition() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 196. private void seek(long newPosition) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 201. private void implTruncate(long size) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 206. public void unlock(long pos, long len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 211. public long size () throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 216. protected void implCloseChannel() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 224. protected void finalize() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 227. close(); ^-----^ *** Semantic Error: No accessible method with signature "close()" was found in type "FileChannelImpl". 230. public int read (ByteBuffer dst) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 230. public int read (ByteBuffer dst) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 235. public int read (ByteBuffer dst, long position) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 236. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 239. throw new IllegalArgumentException ("position: " + position); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 242. int result = read(dst); ^-------^ *** Semantic Error: No applicable overload for a method with signature "read(??)" was found in type "FileChannelImpl". Perhaps you wanted the overloaded version "int read(?? dst) throws ??;" instead? 248. public int read() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 253. public long read (ByteBuffer[] dsts, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 254. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 259. public int write (ByteBuffer src) throws IOException ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 259. public int write (ByteBuffer src) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 264. public int write (ByteBuffer src, long position) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 265. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 268. throw new IllegalArgumentException ("position: " + position); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 270. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 271. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 274. throw new NonWritableChannelException (); ^-------------------------^ *** Semantic Error: Type "NonWritableChannelException" was not found. 281. result = write(src); ^--------^ *** Semantic Error: An expression of type "void" is not valid in this context where a value is expected. 287. public void write (int b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 292. public long write(ByteBuffer[] srcs, int offset, int length) ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 293. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 298. public MappedByteBuffer map (FileChannel.MapMode mode, ^--------------^ *** Semantic Error: Type "MappedByteBuffer" was not found. 298. public MappedByteBuffer map (FileChannel.MapMode mode, ^-----------------^ *** Semantic Error: Type "MapMode" was not found. 300. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 303. if (mode == MapMode.READ_ONLY) ^-----^ *** Semantic Error: No accessible field named "MapMode" was found in type "FileChannelImpl". 307. throw new NonReadableChannelException(); ^-------------------------^ *** Semantic Error: Type "NonReadableChannelException" was not found. 309. else if (mode == MapMode.READ_WRITE || mode == MapMode.PRIVATE) ^-----^ *** Semantic Error: No accessible field named "MapMode" was found in type "FileChannelImpl". 309. else if (mode == MapMode.READ_WRITE || mode == MapMode.PRIVATE) ^-----^ *** Semantic Error: No accessible field named "MapMode" was found in type "FileChannelImpl". 311. nmode = mode == MapMode.READ_WRITE ? '+' : 'c'; ^-----^ *** Semantic Error: No accessible field named "MapMode" was found in type "FileChannelImpl". 313. throw new NonWritableChannelException(); ^-------------------------^ *** Semantic Error: Type "NonWritableChannelException" was not found. 315. throw new NonReadableChannelException(); ^-------------------------^ *** Semantic Error: Type "NonReadableChannelException" was not found. 318. throw new IllegalArgumentException ("mode: " + mode); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 321. throw new IllegalArgumentException ("position: " + position ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 329. public void force (boolean metaData) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 331. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 332. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 339. WritableByteChannel target) ^-----------------^ *** Semantic Error: Type "WritableByteChannel" was not found. 340. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 342. ByteBuffer buffer; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 347. buffer = map (MapMode.READ_ONLY, position, count); ^-----^ *** Semantic Error: No accessible field named "MapMode" was found in type "FileChannelImpl". 349. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 352. read (buffer, position); ^---------------------^ *** Semantic Error: No applicable overload for a method with signature "read(??, long)" was found in type "FileChannelImpl". Perhaps you wanted the overloaded version "int read(?? dst, long position) throws ??;" instead? 360. WritableByteChannel target) ^-----------------^ *** Semantic Error: Type "WritableByteChannel" was not found. 361. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 365. throw new IllegalArgumentException ("position: " + position ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 368. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 369. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 372. throw new NonReadableChannelException (); ^-------------------------^ *** Semantic Error: Type "NonReadableChannelException" was not found. <----------------------------------------------------------- 380. = smallTransferTo (position, (int)Math.min (count, pageSize), 381. target); -----------------------------------> *** Semantic Error: No applicable overload for a method with signature "smallTransferTo(long, int, ??)" was found in type "FileChannelImpl". Perhaps you wanted the overloaded version "int smallTransferTo(long position, int count, ?? target) throws ??;" instead? 380. = smallTransferTo (position, (int)Math.min (count, pageSize), ^--^ *** Semantic Error: Type "java.lang.Math" was not found. 393. private int smallTransferFrom (ReadableByteChannel src, long position, ^-----------------^ *** Semantic Error: Type "ReadableByteChannel" was not found. 395. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 397. ByteBuffer buffer = null; ^--------^ *** Semantic Error: Type "ByteBuffer" was not found. 399. if (src instanceof FileChannel) ^---------^ *** Semantic Error: Type "FileChannel" was not found. 405. buffer = ((FileChannel)src).map (MapMode.READ_ONLY, position, ^-----^ *** Semantic Error: No accessible field named "MapMode" was found in type "FileChannelImpl". 408. catch (IOException e) ^---------^ *** Semantic Error: Type "IOException" was not found. 420. return write (buffer, position); ^----------------------^ *** Semantic Error: No applicable overload for a method with signature "write(??, long)" was found in type "FileChannelImpl". Perhaps you wanted the overloaded version "int write(?? src, long position) throws ??;" instead? 423. public long transferFrom (ReadableByteChannel src, long position, ^-----------------^ *** Semantic Error: Type "ReadableByteChannel" was not found. 425. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 429. throw new IllegalArgumentException ("position: " + position ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 432. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 433. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 436. throw new NonWritableChannelException (); ^-------------------------^ *** Semantic Error: Type "NonWritableChannelException" was not found. <--------------------------------- 443. int transferred = smallTransferFrom (src, position, 444. (int)Math.min (count, pageSize)); ----------------------------------------------------------------------------> *** Semantic Error: No applicable overload for a method with signature "smallTransferFrom(??, long, int)" was found in type "FileChannelImpl". Perhaps you wanted the overloaded version "int smallTransferFrom(?? src, long position, int count) throws ??;" instead? 457. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 461. throw new IllegalArgumentException ("position: " + position ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 464. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 465. throw new ClosedChannelException(); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 468. throw new NonReadableChannelException(); ^-------------------------^ *** Semantic Error: Type "NonReadableChannelException" was not found. 471. throw new NonWritableChannelException(); ^-------------------------^ *** Semantic Error: Type "NonWritableChannelException" was not found. 474. public FileLock tryLock (long position, long size, boolean shared) ^------^ *** Semantic Error: Type "FileLock" was not found. 475. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 482. begin(); ^-----^ *** Semantic Error: No accessible method with signature "begin()" was found in type "FileChannelImpl". 486. ? new FileLockImpl(this, position, size, shared) ^----------^ *** Semantic Error: Type "FileLockImpl" was not found. 491. end(completed); ^------------^ *** Semantic Error: No accessible method with signature "end(boolean)" was found in type "FileChannelImpl". 495. public FileLock lock (long position, long size, boolean shared) ^------^ *** Semantic Error: Type "FileLock" was not found. 496. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 506. ? new FileLockImpl(this, position, size, shared) ^----------^ *** Semantic Error: Type "FileLockImpl" was not found. 511. end(completed); ^------------^ *** Semantic Error: No accessible method with signature "end(boolean)" was found in type "FileChannelImpl". 516. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 518. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 519. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 524. public FileChannel position (long newPosition) ^---------^ *** Semantic Error: Type "FileChannel" was not found. 525. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 528. throw new IllegalArgumentException ("newPosition: " + newPosition); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 530. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 531. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 539. public FileChannel truncate (long size) ^---------^ *** Semantic Error: Type "FileChannel" was not found. 540. throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 543. throw new IllegalArgumentException ("size: " + size); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 545. if (!isOpen ()) ^-------^ *** Semantic Error: No accessible method with signature "isOpen()" was found in type "FileChannelImpl". 546. throw new ClosedChannelException (); ^--------------------^ *** Semantic Error: Type "ClosedChannelException" was not found. 549. throw new NonWritableChannelException (); ^-------------------------^ *** Semantic Error: Type "NonWritableChannelException" was not found. Found 1 semantic error compiling "../java/io/Closeable.java": 61. throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. Found 10 semantic errors compiling "../java/io/InputStream.java": 71. public int available() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 86. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 142. public abstract int read() throws IOException; ^---------^ *** Semantic Error: Type "IOException" was not found. 161. public int read(byte[] b) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 194. public int read(byte[] b, int off, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 197. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 208. catch (IOException ex) ^---------^ *** Semantic Error: Type "IOException" was not found. 230. public void reset() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 232. throw new IOException("mark/reset not supported"); ^---------^ *** Semantic Error: Type "IOException" was not found. 252. public long skip(long n) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. Found 25 semantic errors compiling "../java/io/FileInputStream.java": 41. import gnu.java.nio.FileChannelImpl; ^-------------^ *** Semantic Error: Type "gnu.java.nio.FileChannelImpl" was not found. 65. private FileChannelImpl ch; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 83. public FileInputStream(String name) throws FileNotFoundException ^-------------------^ *** Semantic Error: Type "FileNotFoundException" was not found. 85. this(new File(name)); ^--^ *** Semantic Error: Type "File" was not found. 105. public FileInputStream(File file) throws FileNotFoundException ^-------------------^ *** Semantic Error: Type "FileNotFoundException" was not found. 107. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 115. catch (FileNotFoundException fnfe) ^-------------------^ *** Semantic Error: Type "FileNotFoundException" was not found. 119. catch (IOException ioe) ^---------^ *** Semantic Error: Type "IOException" was not found. 121. FileNotFoundException fnfe = new FileNotFoundException(file.getPath()); ^-------------------^ *** Semantic Error: Type "FileNotFoundException" was not found. 121. FileNotFoundException fnfe = new FileNotFoundException(file.getPath()); ^-------------------^ *** Semantic Error: Type "FileNotFoundException" was not found. 145. SecurityManager s = System.getSecurityManager(); ^-------------^ *** Semantic Error: Type "SecurityManager" was not found. 150. ch = (FileChannelImpl) fdObj.channel; ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 153. FileInputStream(FileChannelImpl ch) ^-------------^ *** Semantic Error: Type "FileChannelImpl" was not found. 177. public int available() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 189. public void close() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 194. protected void finalize() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 209. public final FileDescriptor getFD() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 214. fd = new FileDescriptor (ch); ^------------^ *** Semantic Error: Type "FileDescriptor" was not found. 230. public int read() throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 252. public int read(byte[] buf) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 276. public int read(byte[] buf, int offset, int len) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 281. throw new ArrayIndexOutOfBoundsException(); ^----------------------------^ *** Semantic Error: Type "ArrayIndexOutOfBoundsException" was not found. 297. public synchronized long skip (long numBytes) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 300. throw new IllegalArgumentException ("Can't skip negative bytes: " + ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. 317. public synchronized FileChannel getChannel () ^---------^ *** Semantic Error: Type "FileChannel" was not found. Found 4 semantic errors compiling "../java/net/URISyntaxException.java": <------------------------------------------------------------- 92. public URISyntaxException(String input, String msg, int index) . . . 100. } --> *** Semantic Error: The blank final field "index" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. <------------------------------------------------------------- 92. public URISyntaxException(String input, String msg, int index) . . . 100. } --> *** Semantic Error: The blank final field "input" must be initialized in this and every constructor which does not call a form of this(); or else once in an instance initializer block or instance field initializer. 95. super(msg.toString()); ^------------^ *** Semantic Error: No applicable overload for a method with signature "toString()" was found in type "String". Perhaps you wanted the overloaded version "?? toString();" instead? 99. throw new IllegalArgumentException(); ^----------------------^ *** Semantic Error: Type "IllegalArgumentException" was not found. Found 27 semantic errors compiling "../java/util/BitSet.java": 68. public class BitSet implements Cloneable, Serializable ^----------^ *** Semantic Error: Type "Serializable" was not found. 106. throw new NegativeArraySizeException(); ^------------------------^ *** Semantic Error: Type "java.lang.NegativeArraySizeException" was not found. 122. public void and(BitSet bs) ^----^ *** Semantic Error: Type "BitSet" was not found. 143. public void andNot(BitSet bs) ^----^ *** Semantic Error: Type "BitSet" was not found. 221. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 250. BitSet bs = (BitSet) super.clone(); ^----^ *** Semantic Error: Type "BitSet" was not found. 250. BitSet bs = (BitSet) super.clone(); ^----^ *** Semantic Error: Type "BitSet" was not found. 254. catch (CloneNotSupportedException e) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 270. if (!(obj instanceof BitSet)) ^----^ *** Semantic Error: Type "BitSet" was not found. 272. BitSet bs = (BitSet) obj; ^----^ *** Semantic Error: Type "BitSet" was not found. 272. BitSet bs = (BitSet) obj; ^----^ *** Semantic Error: Type "BitSet" was not found. <--------------------------------------- 282. for (int j = i; j < bs.bits.length; ++j) . . . 285. return true; ---------------> *** Semantic Error: These statements are unreachable. 316. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 362. public BitSet get(int from, int to) ^----^ *** Semantic Error: Type "BitSet" was not found. 365. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 366. BitSet bs = new BitSet(to - from); ^----^ *** Semantic Error: Type "BitSet" was not found. 366. BitSet bs = new BitSet(to - from); ^----^ *** Semantic Error: Type "BitSet" was not found. 445. public boolean intersects(BitSet set) ^----^ *** Semantic Error: Type "BitSet" was not found. 479. for (i = bits.length - 1; i >= 0 && bits[i] == 0; --i) ^ *** Semantic Error: The variable "i" may be accessed here before having been definitely assigned a value. 528. return from; ^----------^ *** Semantic Error: This statement is unreachable. 566. return -1; ^--------^ *** Semantic Error: This statement is unreachable. 578. public void or(BitSet bs) ^----^ *** Semantic Error: Type "BitSet" was not found. 632. throw new IndexOutOfBoundsException(); ^-----------------------^ *** Semantic Error: Type "IndexOutOfBoundsException" was not found. 690. StringBuffer r = new StringBuffer("{"); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 690. StringBuffer r = new StringBuffer("{"); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 710. return r.append("}").toString(); ^------------------------------^ *** Semantic Error: This statement is unreachable. 723. public void xor(BitSet bs) ^----^ *** Semantic Error: Type "BitSet" was not found. Found 66 semantic errors compiling "../gnu/java/util/regex/RESyntax.java": 41. import java.util.BitSet; ^----^ *** Semantic Error: Type "java.util.BitSet" was not found. 54. public final class RESyntax implements Serializable { ^----------^ *** Semantic Error: Type "Serializable" was not found. 57. private BitSet bits; ^----^ *** Semantic Error: Type "BitSet" was not found. 239. public static final RESyntax RE_SYNTAX_AWK; ^------^ *** Semantic Error: Type "RESyntax" was not found. 239. public static final RESyntax RE_SYNTAX_AWK; ^-----------^ *** Semantic Error: The blank static final field "RE_SYNTAX_AWK" must be initialized in a static initializer block or static field initializer. 245. public static final RESyntax RE_SYNTAX_ED; ^------^ *** Semantic Error: Type "RESyntax" was not found. 245. public static final RESyntax RE_SYNTAX_ED; ^----------^ *** Semantic Error: The blank static final field "RE_SYNTAX_ED" must be initialized in a static initializer block or static field initializer. 251. public static final RESyntax RE_SYNTAX_EGREP; ^------^ *** Semantic Error: Type "RESyntax" was not found. 251. public static final RESyntax RE_SYNTAX_EGREP; ^-------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_EGREP" must be initialized in a static initializer block or static field initializer. 257. public static final RESyntax RE_SYNTAX_EMACS; ^------^ *** Semantic Error: Type "RESyntax" was not found. 257. public static final RESyntax RE_SYNTAX_EMACS; ^-------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_EMACS" must be initialized in a static initializer block or static field initializer. 263. public static final RESyntax RE_SYNTAX_GREP; ^------^ *** Semantic Error: Type "RESyntax" was not found. 263. public static final RESyntax RE_SYNTAX_GREP; ^------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_GREP" must be initialized in a static initializer block or static field initializer. 269. public static final RESyntax RE_SYNTAX_POSIX_AWK; ^------^ *** Semantic Error: Type "RESyntax" was not found. 269. public static final RESyntax RE_SYNTAX_POSIX_AWK; ^-----------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_POSIX_AWK" must be initialized in a static initializer block or static field initializer. 275. public static final RESyntax RE_SYNTAX_POSIX_BASIC; ^------^ *** Semantic Error: Type "RESyntax" was not found. 275. public static final RESyntax RE_SYNTAX_POSIX_BASIC; ^-------------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_POSIX_BASIC" must be initialized in a static initializer block or static field initializer. 281. public static final RESyntax RE_SYNTAX_POSIX_EGREP; ^------^ *** Semantic Error: Type "RESyntax" was not found. 281. public static final RESyntax RE_SYNTAX_POSIX_EGREP; ^-------------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_POSIX_EGREP" must be initialized in a static initializer block or static field initializer. 287. public static final RESyntax RE_SYNTAX_POSIX_EXTENDED; ^------^ *** Semantic Error: Type "RESyntax" was not found. 287. public static final RESyntax RE_SYNTAX_POSIX_EXTENDED; ^----------------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_POSIX_EXTENDED" must be initialized in a static initializer block or static field initializer. 293. public static final RESyntax RE_SYNTAX_POSIX_MINIMAL_BASIC; ^------^ *** Semantic Error: Type "RESyntax" was not found. 293. public static final RESyntax RE_SYNTAX_POSIX_MINIMAL_BASIC; ^---------------------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_POSIX_MINIMAL_BASIC" must be initialized in a static initializer block or static field initializer. 299. public static final RESyntax RE_SYNTAX_POSIX_MINIMAL_EXTENDED; ^------^ *** Semantic Error: Type "RESyntax" was not found. 299. public static final RESyntax RE_SYNTAX_POSIX_MINIMAL_EXTENDED; ^------------------------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_POSIX_MINIMAL_EXTENDED" must be initialized in a static initializer block or static field initializer. 305. public static final RESyntax RE_SYNTAX_SED; ^------^ *** Semantic Error: Type "RESyntax" was not found. 305. public static final RESyntax RE_SYNTAX_SED; ^-----------^ *** Semantic Error: The blank static final field "RE_SYNTAX_SED" must be initialized in a static initializer block or static field initializer. 311. public static final RESyntax RE_SYNTAX_PERL4; ^------^ *** Semantic Error: Type "RESyntax" was not found. 311. public static final RESyntax RE_SYNTAX_PERL4; ^-------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_PERL4" must be initialized in a static initializer block or static field initializer. 318. public static final RESyntax RE_SYNTAX_PERL4_S; // single line mode (/s) ^------^ *** Semantic Error: Type "RESyntax" was not found. 318. public static final RESyntax RE_SYNTAX_PERL4_S; // single line mode (/s) ^---------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_PERL4_S" must be initialized in a static initializer block or static field initializer. 324. public static final RESyntax RE_SYNTAX_PERL5; ^------^ *** Semantic Error: Type "RESyntax" was not found. 324. public static final RESyntax RE_SYNTAX_PERL5; ^-------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_PERL5" must be initialized in a static initializer block or static field initializer. 331. public static final RESyntax RE_SYNTAX_PERL5_S; ^------^ *** Semantic Error: Type "RESyntax" was not found. 331. public static final RESyntax RE_SYNTAX_PERL5_S; ^---------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_PERL5_S" must be initialized in a static initializer block or static field initializer. 338. public static final RESyntax RE_SYNTAX_JAVA_1_4; ^------^ *** Semantic Error: Type "RESyntax" was not found. 338. public static final RESyntax RE_SYNTAX_JAVA_1_4; ^----------------^ *** Semantic Error: The blank static final field "RE_SYNTAX_JAVA_1_4" must be initialized in a static initializer block or static field initializer. 343. RE_SYNTAX_EMACS = new RESyntax().makeFinal(); ^------^ *** Semantic Error: Type "RESyntax" was not found. 345. RESyntax RE_SYNTAX_POSIX_COMMON = new RESyntax() ^------^ *** Semantic Error: Type "RESyntax" was not found. 345. RESyntax RE_SYNTAX_POSIX_COMMON = new RESyntax() ^------^ *** Semantic Error: Type "RESyntax" was not found. 353. RE_SYNTAX_POSIX_BASIC = new RESyntax(RE_SYNTAX_POSIX_COMMON) ^------^ *** Semantic Error: Type "RESyntax" was not found. 357. RE_SYNTAX_POSIX_EXTENDED = new RESyntax(RE_SYNTAX_POSIX_COMMON) ^------^ *** Semantic Error: Type "RESyntax" was not found. 366. RE_SYNTAX_AWK = new RESyntax() ^------^ *** Semantic Error: Type "RESyntax" was not found. 376. RE_SYNTAX_POSIX_AWK = new RESyntax(RE_SYNTAX_POSIX_EXTENDED) ^------^ *** Semantic Error: Type "RESyntax" was not found. 380. RE_SYNTAX_GREP = new RESyntax() ^------^ *** Semantic Error: Type "RESyntax" was not found. 388. RE_SYNTAX_EGREP = new RESyntax() ^------^ *** Semantic Error: Type "RESyntax" was not found. 398. RE_SYNTAX_POSIX_EGREP = new RESyntax(RE_SYNTAX_EGREP) ^------^ *** Semantic Error: Type "RESyntax" was not found. 405. RE_SYNTAX_ED = new RESyntax(RE_SYNTAX_POSIX_BASIC) ^------^ *** Semantic Error: Type "RESyntax" was not found. 408. RE_SYNTAX_SED = new RESyntax(RE_SYNTAX_POSIX_BASIC) ^------^ *** Semantic Error: Type "RESyntax" was not found. 411. RE_SYNTAX_POSIX_MINIMAL_BASIC = new RESyntax(RE_SYNTAX_POSIX_COMMON) ^------^ *** Semantic Error: Type "RESyntax" was not found. 418. RE_SYNTAX_POSIX_MINIMAL_EXTENDED = new RESyntax(RE_SYNTAX_POSIX_COMMON) ^------^ *** Semantic Error: Type "RESyntax" was not found. 430. RE_SYNTAX_PERL4 = new RESyntax() ^------^ *** Semantic Error: Type "RESyntax" was not found. 442. RE_SYNTAX_PERL4_S = new RESyntax(RE_SYNTAX_PERL4) ^------^ *** Semantic Error: Type "RESyntax" was not found. 446. RE_SYNTAX_PERL5 = new RESyntax(RE_SYNTAX_PERL4) ^------^ *** Semantic Error: Type "RESyntax" was not found. 459. RE_SYNTAX_PERL5_S = new RESyntax(RE_SYNTAX_PERL5) ^------^ *** Semantic Error: Type "RESyntax" was not found. 463. RE_SYNTAX_JAVA_1_4 = new RESyntax(RE_SYNTAX_PERL5) ^------^ *** Semantic Error: Type "RESyntax" was not found. 476. bits = new BitSet(BIT_TOTAL); ^----^ *** Semantic Error: Type "BitSet" was not found. 487. public RESyntax makeFinal() { ^------^ *** Semantic Error: Type "RESyntax" was not found. 496. public RESyntax(RESyntax other) { ^------^ *** Semantic Error: Type "RESyntax" was not found. 497. bits = (BitSet) other.bits.clone(); ^----^ *** Semantic Error: Type "BitSet" was not found. 513. public RESyntax set(int index) { ^------^ *** Semantic Error: Type "RESyntax" was not found. 515. throw new IllegalAccessError(RE.getLocalizedMessage("syntax.final")); ^----------------^ *** Semantic Error: Type "java.lang.IllegalAccessError" was not found. 526. public RESyntax clear(int index) { ^------^ *** Semantic Error: Type "RESyntax" was not found. 528. throw new IllegalAccessError(RE.getLocalizedMessage("syntax.final")); ^----------------^ *** Semantic Error: Type "IllegalAccessError" was not found. 550. public RESyntax setLineSeparator(String aSeparator) { ^------^ *** Semantic Error: Type "RESyntax" was not found. 552. throw new IllegalAccessError(RE.getLocalizedMessage("syntax.final")); ^----------------^ *** Semantic Error: Type "IllegalAccessError" was not found. Found 80 semantic errors compiling "../java/util/Calendar.java": 107. public abstract class Calendar implements Serializable, Cloneable ^----------^ *** Semantic Error: Type "Serializable" was not found. 372. private static final String calendarClassName = "java.util.GregorianCalendar"; ^-----------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 428. private static final String bundleName = "gnu.java.locale.LocaleInformation"; ^----------------------------------------------^ *** Semantic Error: The type of the right sub-expression, "java.lang.String", is not assignable to the variable, of type "String". 460. String[] days = { "", "sun", "mon", "tue", "wed", "thu", "fri", "sat" }; ^----^ *** Semantic Error: Type "String" was not found. 460. String[] days = { "", "sun", "mon", "tue", "wed", "thu", "fri", "sat" }; ^-----------------------------------------------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 462. ResourceBundle rb = getBundle(locale); ^------------^ *** Semantic Error: Type "ResourceBundle" was not found. 463. String min = (String) rb.getObject("minNumberOfDaysInFirstWeek"); ^----^ *** Semantic Error: Type "String" was not found. 463. String min = (String) rb.getObject("minNumberOfDaysInFirstWeek"); ^----^ *** Semantic Error: Type "String" was not found. 464. String first = (String) rb.getObject("firstDayOfWeek"); ^----^ *** Semantic Error: Type "String" was not found. 464. String first = (String) rb.getObject("firstDayOfWeek"); ^----^ *** Semantic Error: Type "String" was not found. 470. catch (NumberFormatException ex) ^-------------------^ *** Semantic Error: Type "NumberFormatException" was not found. 490. public static synchronized Calendar getInstance() ^------^ *** Semantic Error: Type "Calendar" was not found. 505. public static synchronized Calendar getInstance(TimeZone zone) ^------^ *** Semantic Error: Type "Calendar" was not found. 520. public static synchronized Calendar getInstance(Locale locale) ^------^ *** Semantic Error: Type "Calendar" was not found. 529. private static HashMap cache = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 529. private static HashMap cache = new HashMap(); ^-----^ *** Semantic Error: Type "HashMap" was not found. 532. private static Class[] ctorArgTypes = new Class[] ^---^ *** Semantic Error: Type "Class" was not found. < 533. { . . . 535. }; ----------------------------------------> *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 549. public static synchronized Calendar getInstance(TimeZone zone, Locale locale) ^------^ *** Semantic Error: Type "Calendar" was not found. 551. Class calendarClass = (Class) cache.get(locale); ^---^ *** Semantic Error: Type "Class" was not found. 551. Class calendarClass = (Class) cache.get(locale); ^---^ *** Semantic Error: Type "Class" was not found. 552. Throwable exception = null; ^-------^ *** Semantic Error: Type "Throwable" was not found. 559. if (Calendar.class.isAssignableFrom(calendarClass)) ^------^ *** Semantic Error: Type "Calendar" was not found. 565. if (calendarClass == GregorianCalendar.class) ^---------------^ *** Semantic Error: Type "GregorianCalendar" was not found. 566. return new GregorianCalendar(zone, locale); ^---------------^ *** Semantic Error: Type "GregorianCalendar" was not found. 568. if (Calendar.class.isAssignableFrom(calendarClass)) ^------^ *** Semantic Error: Type "Calendar" was not found. 570. Constructor ctor = calendarClass.getConstructor(ctorArgTypes); ^---------^ *** Semantic Error: Type "Constructor" was not found. 571. return (Calendar) ctor.newInstance(new Object[] { zone, locale }); ^------^ *** Semantic Error: Type "Calendar" was not found. 571. return (Calendar) ctor.newInstance(new Object[] { zone, locale }); ^----^ *** Semantic Error: Type "Object" was not found. 571. return (Calendar) ctor.newInstance(new Object[] { zone, locale }); ^--------------^ *** Semantic Error: An array initializer cannot be used to initialize a variable of type "??". 574. catch (ClassNotFoundException ex) ^--------------------^ *** Semantic Error: Type "ClassNotFoundException" was not found. 578. catch (IllegalAccessException ex) ^--------------------^ *** Semantic Error: Type "IllegalAccessException" was not found. 582. catch (NoSuchMethodException ex) ^-------------------^ *** Semantic Error: Type "java.lang.NoSuchMethodException" was not found. 586. catch (InstantiationException ex) ^--------------------^ *** Semantic Error: Type "InstantiationException" was not found. 590. catch (InvocationTargetException ex) ^-----------------------^ *** Semantic Error: Type "InvocationTargetException" was not found. 595. throw new RuntimeException("Error instantiating calendar for locale " ^--------------^ *** Semantic Error: Type "RuntimeException" was not found. 606. ResourceBundle rb = getBundle(new Locale("", "")); ^------------^ *** Semantic Error: Type "ResourceBundle" was not found. 606. ResourceBundle rb = getBundle(new Locale("", "")); ^----^ *** Semantic Error: Type "Locale" was not found. 607. return (Locale[]) rb.getObject("availableLocales"); ^----^ *** Semantic Error: Type "Locale" was not found. 633. return new Date(time); ^--^ *** Semantic Error: Type "Date" was not found. 941. if (! (o instanceof Calendar)) ^------^ *** Semantic Error: Type "Calendar" was not found. 943. Calendar cal = (Calendar) o; ^------^ *** Semantic Error: Type "Calendar" was not found. 943. Calendar cal = (Calendar) o; ^------^ *** Semantic Error: Type "Calendar" was not found. 944. if (getTimeInMillis() == ((Calendar) o).getTimeInMillis() ^------^ *** Semantic Error: Type "Calendar" was not found. 949. TimeZone self = getTimeZone(); ^------^ *** Semantic Error: Type "TimeZone" was not found. 950. TimeZone oth = cal.getTimeZone(); ^------^ *** Semantic Error: Type "TimeZone" was not found. 967. TimeZone self = getTimeZone(); ^------^ *** Semantic Error: Type "TimeZone" was not found. 983. return getTimeInMillis() < ((Calendar) o).getTimeInMillis(); ^------^ *** Semantic Error: Type "Calendar" was not found. 996. return getTimeInMillis() > ((Calendar) o).getTimeInMillis(); ^------^ *** Semantic Error: Type "Calendar" was not found. 1183. Calendar tmp = (Calendar) clone(); // To avoid restoring state ^------^ *** Semantic Error: Type "Calendar" was not found. 1183. Calendar tmp = (Calendar) clone(); // To avoid restoring state ^------^ *** Semantic Error: Type "Calendar" was not found. 1208. Calendar tmp = (Calendar) clone(); // To avoid restoring state ^------^ *** Semantic Error: Type "Calendar" was not found. 1208. Calendar tmp = (Calendar) clone(); // To avoid restoring state ^------^ *** Semantic Error: Type "Calendar" was not found. 1228. Calendar cal = (Calendar) super.clone(); ^------^ *** Semantic Error: Type "Calendar" was not found. 1228. Calendar cal = (Calendar) super.clone(); ^------^ *** Semantic Error: Type "Calendar" was not found. 1233. catch (CloneNotSupportedException ex) ^------------------------^ *** Semantic Error: Type "CloneNotSupportedException" was not found. 1241. ",ERA=", ",YEAR=", ",MONTH=", ^-----^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1241. ",ERA=", ",YEAR=", ",MONTH=", ^------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1241. ",ERA=", ",YEAR=", ",MONTH=", ^-------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1242. ",WEEK_OF_YEAR=", ^--------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1243. ",WEEK_OF_MONTH=", ^---------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1244. ",DAY_OF_MONTH=", ^--------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1245. ",DAY_OF_YEAR=", ",DAY_OF_WEEK=", ^-------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1245. ",DAY_OF_YEAR=", ",DAY_OF_WEEK=", ^-------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1246. ",DAY_OF_WEEK_IN_MONTH=", ^----------------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1247. ",AM_PM=", ",HOUR=", ^-------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1247. ",AM_PM=", ",HOUR=", ^------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1248. ",HOUR_OF_DAY=", ",MINUTE=", ^-------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1248. ",HOUR_OF_DAY=", ",MINUTE=", ^--------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1249. ",SECOND=", ",MILLISECOND=", ^--------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1249. ",SECOND=", ",MILLISECOND=", ^-------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1250. ",ZONE_OFFSET=", ",DST_OFFSET=" ^-------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1250. ",ZONE_OFFSET=", ",DST_OFFSET=" ^------------^ *** Semantic Error: The type of the initializer, "java.lang.String", is not assignable to the variable, of type "String". 1260. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1260. StringBuffer sb = new StringBuffer(); ^----------^ *** Semantic Error: Type "StringBuffer" was not found. 1261. sb.append(getClass().getName()).append('['); ^--------^ *** Semantic Error: No accessible method with signature "getClass()" was found in type "Calendar". 1292. private void writeObject(ObjectOutputStream stream) throws IOException ^----------------^ *** Semantic Error: Type "ObjectOutputStream" was not found. 1292. private void writeObject(ObjectOutputStream stream) throws IOException ^---------^ *** Semantic Error: Type "IOException" was not found. 1302. private void readObject(ObjectInputStream stream) ^---------------^ *** Semantic Error: Type "ObjectInputStream" was not found. 1303. throws IOException, ClassNotFoundException ^---------^ *** Semantic Error: Type "IOException" was not found. Assertion failed: (base), function ReportMethodNotFound, file expr.cpp, line 481. gmake[1]: *** [Makefile:615: compile-classes] Abort trap: 6 gmake[1]: *** Waiting for unfinished jobs.... touch resources gmake[1]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/lib' gmake: *** [Makefile:389: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/lang/classpath *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/lang/classpath